mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-08 23:09:53 +00:00
Compare commits
47 Commits
fix/non-se
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19a3773880 | ||
|
|
8eab3b1ee2 | ||
|
|
30b46ebb6e | ||
|
|
91d5f89ab9 | ||
|
|
703050f949 | ||
|
|
97af17a993 | ||
|
|
09a8c457ac | ||
|
|
80317aca83 | ||
|
|
bd10519598 | ||
|
|
15c7c47b3c | ||
|
|
0a7e8c3cc2 | ||
|
|
fc2668fca8 | ||
|
|
8f2c20a2bc | ||
|
|
462ae7ee8c | ||
|
|
808abd2038 | ||
|
|
3de25e51ff | ||
|
|
ef25a9dbe0 | ||
|
|
e21c3afb13 | ||
|
|
cb7962c25d | ||
|
|
f667ee4feb | ||
|
|
810119e4ee | ||
|
|
d082de3d88 | ||
|
|
1e7863ce4f | ||
|
|
a942871f3d | ||
|
|
da1205d38e | ||
|
|
b1f7ee02b0 | ||
|
|
affa3bbb6a | ||
|
|
11c30b8b27 | ||
|
|
8d29602929 | ||
|
|
6c2a8bf6de | ||
|
|
697be01411 | ||
|
|
1bd6f240cc | ||
|
|
278375f7be | ||
|
|
65c383520b | ||
|
|
e54bd25516 | ||
|
|
8f0e17774f | ||
|
|
2ab5540085 | ||
|
|
4e7328a1cc | ||
|
|
6380079239 | ||
|
|
b6aba13d3a | ||
|
|
c0a9db92ef | ||
|
|
3bc5ab2136 | ||
|
|
ce77268c82 | ||
|
|
abc0a41d9e | ||
|
|
a68b57067c | ||
|
|
444d293a29 | ||
|
|
35d16ac683 |
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Получавайте заявки чрез суров TCP/UDP с използване на портен номер. Изисква се сайтовете да се свързват към отдалечен възел.",
|
||||
"resourceCreate": "Създайте ресурс",
|
||||
"resourceCreateDescription": "Следвайте стъпките по-долу, за да създадете нов ресурс",
|
||||
"resourcePublicCreate": "Създаване на публичен ресурс",
|
||||
"resourcePublicCreateDescription": "Следвайте стъпките по-долу, за да създадете нов обществен ресурс, достъпен чрез уеб браузър",
|
||||
"resourceCreateGeneralDescription": "Конфигуриране на основните настройки на ресурса, включително име и тип",
|
||||
"resourceSeeAll": "Вижте всички ресурси",
|
||||
"resourceCreateGeneral": "Основни параметри",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Вътрешен",
|
||||
"emailInvalid": "Невалиден имейл адрес",
|
||||
"inviteValidityDuration": "Моля, изберете продължителност",
|
||||
"accessRoleSelectPlease": "Моля, изберете роля",
|
||||
"accessRoleSelectPlease": "Потребителят трябва да принадлежи към поне една роля.",
|
||||
"accessRoleRequired": "Ролята е задължителна",
|
||||
"removeOwnAdminRoleConfirmTitle": "Премахване на административния ви достъп?",
|
||||
"removeOwnAdminRoleConfirmDescription": "След записване няма да имате повече администраторски права в тази организация. Друг администратор може да възстанови достъпа, ако е необходимо.",
|
||||
"removeOwnAdminRoleConfirmButton": "Премахнете административния ми достъп",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Базово удостоверяване чрез заглавие",
|
||||
"policyAuthHeaderAuthDescription": "Валидирайте собствено HTTP заглавие и стойност при всяка заявка",
|
||||
"policyAuthHeaderAuthSummary": "Конфигурирано заглавие",
|
||||
"policyAuthHeaderName": "Име на заглавието",
|
||||
"policyAuthHeaderValue": "Очаквана стойност",
|
||||
"policyAuthHeaderName": "Потребителско име",
|
||||
"policyAuthHeaderValue": "Парола",
|
||||
"policyAuthSetPasscode": "Задайте парола",
|
||||
"policyAuthSetPincode": "Задайте ПИН код",
|
||||
"policyAuthSetEmailWhitelist": "Задайте списък с имейли",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Задайте ПИН код на ресурса",
|
||||
"actionSetResourceEmailWhitelist": "Задайте списък на одобрените имейл адреси за ресурса",
|
||||
"actionGetResourceEmailWhitelist": "Вземете списък на одобрените имейл адреси за ресурса",
|
||||
"actionGetResourcePolicy": "Получете политика за ресурси",
|
||||
"actionUpdateResourcePolicy": "Актуализирайте политика за ресурси",
|
||||
"actionSetResourcePolicyUsers": "Задайте потребители на ресурсна политика",
|
||||
"actionSetResourcePolicyRoles": "Задайте роли на ресурсна политика",
|
||||
"actionSetResourcePolicyPassword": "Задайте парола на ресурсна политика",
|
||||
"actionSetResourcePolicyPincode": "Задайте ПИН код на ресурсна политика",
|
||||
"actionSetResourcePolicyHeaderAuth": "Задайте автентикация на ресурсна политика",
|
||||
"actionSetResourcePolicyWhitelist": "Задайте бял списък на имейли за ресурси",
|
||||
"actionSetResourcePolicyRules": "Задайте правила за ресурси",
|
||||
"actionCreateTarget": "Създайте цел",
|
||||
"actionDeleteTarget": "Изтрийте цел",
|
||||
"actionGetTarget": "Вземете цел",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Навигационно меню",
|
||||
"navbarDescription": "Главно навигационно меню за приложението",
|
||||
"navbarDocsLink": "Документация",
|
||||
"commandPaletteTitle": "Командна палитра",
|
||||
"commandPaletteDescription": "Търсене на страници, организации, ресурси и действия",
|
||||
"commandPaletteSearchPlaceholder": "Търсете страници, ресурси, действия...",
|
||||
"commandPaletteNoResults": "Няма намерени резултати.",
|
||||
"commandPaletteSearching": "Търсене...",
|
||||
"commandPaletteNavigation": "Навигация",
|
||||
"commandPaletteOrganizations": "Организации",
|
||||
"commandPaletteSites": "Сайтове",
|
||||
"commandPaletteResources": "Ресурси",
|
||||
"commandPaletteUsers": "Потребители",
|
||||
"commandPaletteClients": "Машинни клиенти",
|
||||
"commandPaletteActions": "Действия",
|
||||
"commandPaletteCreateSite": "Създаване на сайт",
|
||||
"commandPaletteCreateProxyResource": "Създаване на обществен ресурс",
|
||||
"commandPaletteCreatePrivateResource": "Създаване на частен ресурс",
|
||||
"commandPaletteCreateUser": "Създаване на потребител",
|
||||
"commandPaletteCreateApiKey": "Създаване на API ключ",
|
||||
"commandPaletteCreateMachineClient": "Създаване на машинен клиент",
|
||||
"commandPaletteCreateAlertRule": "Създаване на правила за известия",
|
||||
"commandPaletteCreateIdentityProvider": "Създаване на доставчик на идентичност",
|
||||
"commandPaletteToggleTheme": "Смяна на темата",
|
||||
"commandPaletteChooseOrganization": "Изберете организация",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Не може да се активира 2FA",
|
||||
"otpErrorEnableDescription": "Възникна грешка при активиране на 2FA",
|
||||
"otpSetupCheckCode": "Моля, въведете 6-цифрен код",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Управление",
|
||||
"sidebarBillingAndLicenses": "Фактуриране & Лицензи",
|
||||
"sidebarLogsAnalytics": "Анализи",
|
||||
"commandSites": "Сайтове",
|
||||
"commandActionModeInfo": "Напишете \">\" за да отворите режим на действия",
|
||||
"commandResources": "Ресурси",
|
||||
"commandProxyResources": "Обществени ресурси",
|
||||
"commandClientResources": "Частни ресурси",
|
||||
"commandClients": "Клиенти",
|
||||
"commandUserDevices": "Потребителски устройства",
|
||||
"commandMachineClients": "Машинни клиенти",
|
||||
"commandDomains": "Домейни",
|
||||
"commandRemoteExitNodes": "Отдалечени възли",
|
||||
"commandTeam": "Екип",
|
||||
"commandUsers": "Потребители",
|
||||
"commandRoles": "Роли",
|
||||
"commandInvitations": "Покани",
|
||||
"commandPolicies": "Споделени политики",
|
||||
"commandResourcePolicies": "Политики за обществени ресурси",
|
||||
"commandIdentityProviders": "Доставчици на идентичност",
|
||||
"commandApprovals": "Заявки за потвърждение",
|
||||
"commandShareableLinks": "Споделени връзки",
|
||||
"commandOrganization": "Организация",
|
||||
"commandLogsAndAnalytics": "Логове и Анализи",
|
||||
"commandLogsAnalytics": "Анализи",
|
||||
"commandLogsRequest": "HTTP заявки за логове",
|
||||
"commandLogsAccess": "Логове за достъп",
|
||||
"commandLogsAction": "Логове на администратори",
|
||||
"commandLogsConnection": "Логове на връзките",
|
||||
"commandLogsStreaming": "Течения на събития",
|
||||
"commandManagement": "Управление",
|
||||
"commandAlerting": "Предупреждение",
|
||||
"commandProvisioning": "Осигуряване",
|
||||
"commandBluePrints": "Планове",
|
||||
"commandApiKeys": "API ключове",
|
||||
"commandBillingAndLicenses": "Фактуриране и лицензи",
|
||||
"commandBilling": "Фактуриране",
|
||||
"commandEnterpriseLicenses": "Лицензи",
|
||||
"commandSettings": "Настройки",
|
||||
"commandLauncher": "Стартиращо устройство",
|
||||
"commandResourceLauncher": "Стартер на ресурси",
|
||||
"commandSearchResults": "Резултати от търсенето",
|
||||
"alertingTitle": "Извеждане на предупреждения",
|
||||
"alertingDescription": "Определете източници, тригери и действия за уведомления",
|
||||
"alertingRules": "Правила за предупреждение",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Домейни",
|
||||
"billingOrganizations": "Организации",
|
||||
"billingRemoteExitNodes": "Дистанционни възли",
|
||||
"billingPublicResources": "Обществени ресурси",
|
||||
"billingPrivateResources": "Частни ресурси",
|
||||
"billingMachineClients": "Машинни клиенти",
|
||||
"billingNoLimitConfigured": "Няма конфигуриран лимит",
|
||||
"billingEstimatedPeriod": "Очакван период на фактуриране",
|
||||
"billingIncludedUsage": "Включено използване",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Колко потребители можете да използвате",
|
||||
"billingDomainInfo": "Колко домейни можете да използвате",
|
||||
"billingRemoteExitNodesInfo": "Колко дистанционни възли можете да използвате",
|
||||
"billingPublicResourcesInfo": "Колко публични ресурси можете да използвате",
|
||||
"billingPrivateResourcesInfo": "Колко частни ресурси можете да използвате",
|
||||
"billingMachineClientsInfo": "Колко машинни клиенти можете да използвате",
|
||||
"billingLicenseKeys": "Лицензионни ключове",
|
||||
"billingLicenseKeysDescription": "Управлявайте вашите абонаменти за лицензионни ключове",
|
||||
"billingLicenseSubscription": "Абонамент за лиценз",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Затвори",
|
||||
"createInternalResourceDialogCreateClientResource": "Създаване на частен ресурс",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Създайте нов ресурс, който ще бъде достъпен само за клиенти, свързани към организацията",
|
||||
"privateResourceCreatePageSeeAll": "Вижте всички частни ресурси",
|
||||
"privateResourceAllowIcmpPing": "Разрешете ICMP Ping",
|
||||
"privateResourceNetworkAccess": "Достъп до мрежата",
|
||||
"privateResourceNetworkAccessDescription": "Контролирайте достъпа до TCP/UDP портовете и дали ICMP пинг е разрешен за този ресурс.",
|
||||
"hostSettings": "Настройки на хоста",
|
||||
"cidrSettings": "Настройки на CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Свойства на ресурса",
|
||||
"createInternalResourceDialogName": "Име",
|
||||
"createInternalResourceDialogSite": "Сайт",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Няма налични възли за тази организация. Първо създайте възел, за да използвате местни сайтове.",
|
||||
"exitNode": "Изходен възел",
|
||||
"country": "Държава",
|
||||
"countryIsNot": "Държавата не е",
|
||||
"rulesMatchCountry": "Понастоящем на базата на изходния IP",
|
||||
"region": "Регион",
|
||||
"selectRegion": "Изберете регион",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Необходима е настройка на двуфакторно удостоверяване. Моля, влезте отново чрез {dashboardUrl}/auth/login, за да завършите тази стъпка. След това, върнете се тук.",
|
||||
"additionalSecurityRequired": "Необходима е допълнителна сигурност",
|
||||
"organizationRequiresAdditionalSteps": "Тази организация изисква допълнителни стъпки за сигурност, за да получите достъп до ресурсите.",
|
||||
"sessionExpired": "Сесията е изтекла",
|
||||
"sessionExpiredReauthRequired": "Вашата сесия изтече според политиката за сигурност на вашата организация. Моля, повторете автентификацията, за да продължите.",
|
||||
"reauthenticate": "Повторно автентифициране",
|
||||
"completeTheseSteps": "Завършете тези стъпки",
|
||||
"enableTwoFactorAuthentication": "Активирайте двуфакторното удостоверяване",
|
||||
"completeSecuritySteps": "Завършете стъпките за сигурност",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Добавяне на потребители.",
|
||||
"editInternalResourceDialogAddClients": "Добавяне на клиенти.",
|
||||
"editInternalResourceDialogDestinationLabel": "Дестинация.",
|
||||
"editInternalResourceDialogDestinationDescription": "Посочете адреса дестинация за вътрешния ресурс. Това може да бъде име на хост, IP адрес или CIDR обхват в зависимост от избрания режим. По избор настройте вътрешен DNS алиас за по-лесно идентифициране.",
|
||||
"editInternalResourceDialogDestinationDescription": "Изберете къде работи този ресурс и как клиентите го достигат",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Избирайки няколко сайта, се осигурява сигурен път и пренасочване при висока достъпност.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Научете повече",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Ограничете достъпа до конкретни TCP/UDP портове или позволете/блокирайте всички портове.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Ресурсът е деактивиран",
|
||||
"memberPortalShowingResources": "Показва {start}-{end} от {total} ресурси",
|
||||
"resourceLauncherTitle": "Стартер за Ресурси",
|
||||
"resourceLauncherDescription": "Преглеждайте детайлите на ресурса и ги стартирайте от едно място",
|
||||
"resourceLauncherSearchPlaceholder": "Търсете във всички сайтове...",
|
||||
"resourceSidebarLauncherTitle": "Стартирано устройство",
|
||||
"resourceLauncherDescription": "Вижте всички налични ресурси и ги стартирайте от един централен център",
|
||||
"resourceLauncherSearchPlaceholder": "Търсете вашите ресурси...",
|
||||
"resourceLauncherDefaultView": "По Подразбиране",
|
||||
"resourceLauncherSaveView": "Запазете Изгледа",
|
||||
"resourceLauncherSaveToCurrentView": "Запазете в Текущ Изглед",
|
||||
"resourceLauncherSaveDefaultPersonal": "Запази за мен",
|
||||
"resourceLauncherResetView": "Нулирайте Изгледа",
|
||||
"resourceLauncherResetSystemDefault": "Възстанови към системните настройки",
|
||||
"resourceLauncherSystemDefaultRestored": "Системните настройки са възстановени",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "По подразбиране изгледът е възстановен към оригиналните настройки.",
|
||||
"resourceLauncherSaveAsNewView": "Запазете като Нов Изглед",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Дайте име на този изглед, за да запазите текущите си филтри и оформление.",
|
||||
"resourceLauncherSaveForEveryone": "Запазете за Всеки",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Споделете този изглед с всички членове на организацията. Когато е изключено, изгледът е видим само за вас.",
|
||||
"resourceLauncherMakePersonal": "Направи Личен",
|
||||
"resourceLauncherFilter": "Филтър",
|
||||
"resourceLauncherFilterWithCount": "Филтър, {count} приложени",
|
||||
"resourceLauncherSort": "Сортиране",
|
||||
"resourceLauncherSortAscending": "Сортиране възходящо",
|
||||
"resourceLauncherSortDescending": "Сортиране низходящо",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Групирай По",
|
||||
"resourceLauncherGroupBySite": "Сайт",
|
||||
"resourceLauncherGroupByLabel": "Етикет",
|
||||
"resourceLauncherGroupByNone": "Няма",
|
||||
"resourceLauncherLayout": "Оформление",
|
||||
"resourceLauncherLayoutGrid": "Мрежа",
|
||||
"resourceLauncherLayoutList": "Списък",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Показване на Тагове на Сайт",
|
||||
"resourceLauncherShowRecents": "Показване на Последни",
|
||||
"resourceLauncherDeleteView": "Изтриване на Изглед",
|
||||
"resourceLauncherDeleteViewTitle": "Изтриване на изглед",
|
||||
"resourceLauncherDeleteViewQuestion": "Сигурни ли сте, че искате да изтриете този изглед на стартиращото устройство?",
|
||||
"resourceLauncherDeleteViewConfirm": "Изтриване на изглед",
|
||||
"resourceLauncherViewAsAdmin": "Вижте като Админ",
|
||||
"resourceLauncherResourceDetailsDescription": "Вижте детайлите за този ресурс.",
|
||||
"resourceLauncherResourceDetailsDescription": "Информация и статус на връзката за този ресурс.",
|
||||
"resourceLauncherResourceDetails": "Детайли за ресурса",
|
||||
"resourceLauncherAuthMethodsDescription": "Методи на автентикация, активирани за този ресурс.",
|
||||
"resourceLauncherPrivateClientRequired": "Свържете се с клиент на вашето устройство, за да получите частен достъп до този ресурс.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Изисква се връзка с клиента",
|
||||
"resourceLauncherDownloadClient": "Изтеглете клиент",
|
||||
"resourceLauncherFailedToLoadDetails": "Не може да се зареди информацията за ресурса. Може вече да нямате достъп до този ресурс.",
|
||||
"resourceLauncherNoPortRestrictions": "Няма ограничения за порт",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Без Етикет",
|
||||
"resourceLauncherNoSite": "Няма Сайт",
|
||||
"resourceLauncherNoResourcesInGroup": "Няма ресурси в тази група",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Няма Намерени Ресурси",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Никакви ресурси не съвпадат с текущото ви търсене или филтри. Опитайте да ги коригирате, за да намерите това, което търсите.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Никакви ресурси не съвпадат с \"{query}\". Опитайте да коригирате търсенето или да изтриете филтри, за да видите всички ресурси.",
|
||||
"resourceLauncherSearchFirstTitle": "Търсете или филтрирайте за да разгледате",
|
||||
"resourceLauncherSearchFirstDescription": "Имате достъп до много ресурси. Използвайте търсене или филтър по сайт или етикет, за да намерите това, от което се нуждаете.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Групирането по сайт не е налично при този мащаб. Филтрирайте по сайт, за да групирате по-малък набор.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Групирането по етикет не е налично при този мащаб.",
|
||||
"resourceLauncherCompactModeHint": "Показване на опростен списък за по-бързо разглеждане. Използвайте търсене или филтри за да стесните резултатите.",
|
||||
"resourceLauncherCompactGroupingHint": "Прилагайте филтри за сайт или етикет, за да активирате групирането.",
|
||||
"resourceLauncherCopiedToClipboard": "Копирано в клипборда",
|
||||
"resourceLauncherCopiedAccessDescription": "Достъпът до ресурса е копиран на вашия клипборд.",
|
||||
"resourceLauncherViewNamePlaceholder": "Име на Изгледа",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxy požadavky na syrové TCP/UDP pomocí čísla portu. Vyžaduje připojení stránek ke vzdálenému uzlu.",
|
||||
"resourceCreate": "Vytvořit zdroj",
|
||||
"resourceCreateDescription": "Postupujte podle níže uvedených kroků, abyste vytvořili a připojili nový zdroj",
|
||||
"resourcePublicCreate": "Vytvořit veřejný zdroj",
|
||||
"resourcePublicCreateDescription": "Postupujte podle kroků níže pro vytvoření nového veřejného zdroje přístupného přes webový prohlížeč",
|
||||
"resourceCreateGeneralDescription": "Konfigurace základních nastavení zdroje včetně názvu a typu",
|
||||
"resourceSeeAll": "Zobrazit všechny zdroje",
|
||||
"resourceCreateGeneral": "Obecné",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Interní",
|
||||
"emailInvalid": "Neplatná e-mailová adresa",
|
||||
"inviteValidityDuration": "Zvolte prosím dobu trvání",
|
||||
"accessRoleSelectPlease": "Vyberte prosím roli",
|
||||
"accessRoleSelectPlease": "Uživatel musí patřit minimálně do jedné role.",
|
||||
"accessRoleRequired": "Role je vyžadována",
|
||||
"removeOwnAdminRoleConfirmTitle": "Odebrat přístup správce?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Po uložení již nebudete mít oprávnění správce v této organizaci. Další administrátor vám může přístup obnovit, pokud bude potřeba.",
|
||||
"removeOwnAdminRoleConfirmButton": "Odebrat mé administrátorské oprávnění",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Základní Ověření Záhlaví",
|
||||
"policyAuthHeaderAuthDescription": "Ověřit vlastní HTTP hlavičku názvu a hodnoty při každém požadavku",
|
||||
"policyAuthHeaderAuthSummary": "Nastaveno hlavička",
|
||||
"policyAuthHeaderName": "Název hlavičky",
|
||||
"policyAuthHeaderValue": "Očekávaná hodnota",
|
||||
"policyAuthHeaderName": "Uživatelské jméno",
|
||||
"policyAuthHeaderValue": "Heslo",
|
||||
"policyAuthSetPasscode": "Nastavit přístupový kód",
|
||||
"policyAuthSetPincode": "Nastavit PIN kód",
|
||||
"policyAuthSetEmailWhitelist": "Nastavit e-mailový whitelist",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Nastavit zdrojový kód",
|
||||
"actionSetResourceEmailWhitelist": "Nastavit seznam povolených dokumentů",
|
||||
"actionGetResourceEmailWhitelist": "Získat seznam povolených dokumentů",
|
||||
"actionGetResourcePolicy": "Získat zásady zdroje",
|
||||
"actionUpdateResourcePolicy": "Aktualizovat zásady zdroje",
|
||||
"actionSetResourcePolicyUsers": "Nastavte uživatele pro zásady zdroje",
|
||||
"actionSetResourcePolicyRoles": "Nastavte role pro zásady zdroje",
|
||||
"actionSetResourcePolicyPassword": "Nastavte heslo pro zásady zdroje",
|
||||
"actionSetResourcePolicyPincode": "Nastavit PIN kód Zásady zdroje",
|
||||
"actionSetResourcePolicyHeaderAuth": "Nastavit autentizaci hlavičky zásady zdroje",
|
||||
"actionSetResourcePolicyWhitelist": "Nastavit seznam povolených e-mailů v zásadě zdroje",
|
||||
"actionSetResourcePolicyRules": "Nastavit pravidla zásady zdroje",
|
||||
"actionCreateTarget": "Create Target",
|
||||
"actionDeleteTarget": "Odstranit cíl",
|
||||
"actionGetTarget": "Získat cíl",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Navigation Menu",
|
||||
"navbarDescription": "Hlavní navigační menu aplikace",
|
||||
"navbarDocsLink": "Dokumentace",
|
||||
"commandPaletteTitle": "Paleta příkazů",
|
||||
"commandPaletteDescription": "Vyhledávejte stránky, organizace, zdroje a akce",
|
||||
"commandPaletteSearchPlaceholder": "Hledat stránky, zdroje, akce...",
|
||||
"commandPaletteNoResults": "Nebyly nalezeny žádné výsledky.",
|
||||
"commandPaletteSearching": "Hledání...",
|
||||
"commandPaletteNavigation": "Navigace",
|
||||
"commandPaletteOrganizations": "Organizace",
|
||||
"commandPaletteSites": "Lokality",
|
||||
"commandPaletteResources": "Zdroje",
|
||||
"commandPaletteUsers": "Uživatelé",
|
||||
"commandPaletteClients": "Strojoví klienti",
|
||||
"commandPaletteActions": "Akce",
|
||||
"commandPaletteCreateSite": "Vytvořit lokalitu",
|
||||
"commandPaletteCreateProxyResource": "Vytvořit veřejný zdroj",
|
||||
"commandPaletteCreatePrivateResource": "Vytvořit privátní zdroj",
|
||||
"commandPaletteCreateUser": "Vytvořit uživatele",
|
||||
"commandPaletteCreateApiKey": "Vytvořit API klíč",
|
||||
"commandPaletteCreateMachineClient": "Vytvořit strojového klienta",
|
||||
"commandPaletteCreateAlertRule": "Vytvořit pravidlo upozornění",
|
||||
"commandPaletteCreateIdentityProvider": "Vytvořit poskytovatele identity",
|
||||
"commandPaletteToggleTheme": "Přepnout téma",
|
||||
"commandPaletteChooseOrganization": "Vybrat organizaci",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "2FA nelze povolit",
|
||||
"otpErrorEnableDescription": "Došlo k chybě při povolování 2FA",
|
||||
"otpSetupCheckCode": "Zadejte 6místný kód",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Správa",
|
||||
"sidebarBillingAndLicenses": "Fakturace a licence",
|
||||
"sidebarLogsAnalytics": "Analytici",
|
||||
"commandSites": "Lokality",
|
||||
"commandActionModeInfo": "Napište \">\" pro otevření režimu akcí",
|
||||
"commandResources": "Zdroje",
|
||||
"commandProxyResources": "Veřejné zdroje",
|
||||
"commandClientResources": "Privátní zdroje",
|
||||
"commandClients": "Klienti",
|
||||
"commandUserDevices": "Uživatelská zařízení",
|
||||
"commandMachineClients": "Strojoví klienti",
|
||||
"commandDomains": "Domény",
|
||||
"commandRemoteExitNodes": "Vzdálené uzly",
|
||||
"commandTeam": "Tým",
|
||||
"commandUsers": "Uživatelé",
|
||||
"commandRoles": "Role",
|
||||
"commandInvitations": "Pozvánky",
|
||||
"commandPolicies": "Sdílené zásady",
|
||||
"commandResourcePolicies": "Zásady veřejných zdrojů",
|
||||
"commandIdentityProviders": "Poskytovatelé identity",
|
||||
"commandApprovals": "Žádosti o schválení",
|
||||
"commandShareableLinks": "Sdílené odkazy",
|
||||
"commandOrganization": "Organizace",
|
||||
"commandLogsAndAnalytics": "Protokoly a analytika",
|
||||
"commandLogsAnalytics": "Analytika",
|
||||
"commandLogsRequest": "Protokoly požadavků na HTTP",
|
||||
"commandLogsAccess": "Protokoly autentizace",
|
||||
"commandLogsAction": "Protokoly akcí administrátora",
|
||||
"commandLogsConnection": "Protokoly připojení",
|
||||
"commandLogsStreaming": "Streamování událostí",
|
||||
"commandManagement": "Řízení",
|
||||
"commandAlerting": "Upozorňování",
|
||||
"commandProvisioning": "Zajištění",
|
||||
"commandBluePrints": "Blueprinty",
|
||||
"commandApiKeys": "API klíče",
|
||||
"commandBillingAndLicenses": "Účty a licence",
|
||||
"commandBilling": "Účty",
|
||||
"commandEnterpriseLicenses": "Licence",
|
||||
"commandSettings": "Nastavení",
|
||||
"commandLauncher": "Spouštěč",
|
||||
"commandResourceLauncher": "Spouštěč zdrojů",
|
||||
"commandSearchResults": "Výsledky hledání",
|
||||
"alertingTitle": "Upozornění",
|
||||
"alertingDescription": "Definujte zdroje, spouštěče a akce pro oznámení",
|
||||
"alertingRules": "Pravidla upozornění",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domény",
|
||||
"billingOrganizations": "Tělo",
|
||||
"billingRemoteExitNodes": "Vzdálené uzly",
|
||||
"billingPublicResources": "Veřejné zdroje",
|
||||
"billingPrivateResources": "Soukromé zdroje",
|
||||
"billingMachineClients": "Strojní klienti",
|
||||
"billingNoLimitConfigured": "Žádný limit nenastaven",
|
||||
"billingEstimatedPeriod": "Odhadované období fakturace",
|
||||
"billingIncludedUsage": "Zahrnuto využití",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Kolik uživatelů můžete použít",
|
||||
"billingDomainInfo": "Kolik domén můžete použít",
|
||||
"billingRemoteExitNodesInfo": "Kolik vzdálených uzlů můžete použít",
|
||||
"billingPublicResourcesInfo": "Kolik veřejných zdrojů můžete využít",
|
||||
"billingPrivateResourcesInfo": "Kolik soukromých zdrojů můžete využít",
|
||||
"billingMachineClientsInfo": "Kolik strojních klientů můžete využít",
|
||||
"billingLicenseKeys": "Licenční klíče",
|
||||
"billingLicenseKeysDescription": "Spravovat předplatné licenčního klíče",
|
||||
"billingLicenseSubscription": "Předplatné licence",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Zavřít",
|
||||
"createInternalResourceDialogCreateClientResource": "Vytvořit soukromý zdroj",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Vytvořte nový zdroj, který bude přístupný pouze klientům připojeným k organizaci",
|
||||
"privateResourceCreatePageSeeAll": "Zobrazit všechny privátní zdroje",
|
||||
"privateResourceAllowIcmpPing": "Povolit ICMP ping",
|
||||
"privateResourceNetworkAccess": "Přístup k síti",
|
||||
"privateResourceNetworkAccessDescription": "Ovládejte přístup k TCP/UDP portům a zda je pro tento zdroj povolen ICMP ping.",
|
||||
"hostSettings": "Nastavení hostitele",
|
||||
"cidrSettings": "Nastavení CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Vlastnosti zdroje",
|
||||
"createInternalResourceDialogName": "Jméno",
|
||||
"createInternalResourceDialogSite": "Lokalita",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Pro tuto organizaci nejsou k dispozici žádné uzly. Nejprve vytvořte uzel pro použití lokálních stránek.",
|
||||
"exitNode": "Ukončit uzel",
|
||||
"country": "L 343, 22.12.2009, s. 1).",
|
||||
"countryIsNot": "Země není",
|
||||
"rulesMatchCountry": "Aktuálně založené na zdrojové IP adrese",
|
||||
"region": "Oblasti",
|
||||
"selectRegion": "Vyberte region",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Je vyžadováno nastavení dvoufaktorového ověřování. Přihlaste se znovu pomocí {dashboardUrl}/autentizace/přihlášení dokončí tento krok. Poté se vraťte zde.",
|
||||
"additionalSecurityRequired": "Vyžadováno další zabezpečení",
|
||||
"organizationRequiresAdditionalSteps": "Tato organizace vyžaduje další bezpečnostní kroky, než budete moci přistupovat ke zdrojům.",
|
||||
"sessionExpired": "Session vypršela",
|
||||
"sessionExpiredReauthRequired": "Vaše session vypršela podle bezpečnostní politiky organizace. Prosím, znovu se přihlaste, abyste mohli pokračovat.",
|
||||
"reauthenticate": "Znovu autentizovat",
|
||||
"completeTheseSteps": "Dokončete tyto kroky",
|
||||
"enableTwoFactorAuthentication": "Povolit dvoufaktorové ověření",
|
||||
"completeSecuritySteps": "Dokončit bezpečnostní kroky",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Přidat uživatele",
|
||||
"editInternalResourceDialogAddClients": "Přidat klienty",
|
||||
"editInternalResourceDialogDestinationLabel": "Cíl",
|
||||
"editInternalResourceDialogDestinationDescription": "Určete cílovou adresu pro interní prostředek. Může se jednat o hostname, IP adresu, nebo rozsah CIDR v závislosti na vybraném režimu. Volitelně nastavte interní DNS alias pro snazší identifikaci.",
|
||||
"editInternalResourceDialogDestinationDescription": "Vyberte, kde bude tento zdroj spuštěn a jak ho klienti dosáhnou",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Výběrem více webů se povolí odolné směrování a přepojení pro vysokou dostupnost.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Zjistit více",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Omezte přístup na specifické TCP/UDP porty nebo povolte/blokujte všechny porty.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Zdroj je zakázán",
|
||||
"memberPortalShowingResources": "Zobrazeny {start}-{end} z {total} zdrojů",
|
||||
"resourceLauncherTitle": "Spouštěč zdrojů",
|
||||
"resourceLauncherDescription": "Podívejte se na podrobnosti o zdrojích a spusťte je z jednoho místa",
|
||||
"resourceLauncherSearchPlaceholder": "Hledat všechny lokality...",
|
||||
"resourceSidebarLauncherTitle": "Spouštěč",
|
||||
"resourceLauncherDescription": "Prohlédněte si všechny dostupné zdroje a spusťte je z jednoho centrálního hubu",
|
||||
"resourceLauncherSearchPlaceholder": "Prohledejte vaše zdroje...",
|
||||
"resourceLauncherDefaultView": "Výchozí",
|
||||
"resourceLauncherSaveView": "Uložit pohled",
|
||||
"resourceLauncherSaveToCurrentView": "Uložit do aktuálního pohledu",
|
||||
"resourceLauncherSaveDefaultPersonal": "Uložit pro mě",
|
||||
"resourceLauncherResetView": "Obnovit pohled",
|
||||
"resourceLauncherResetSystemDefault": "Obnovit na systémové nastavení",
|
||||
"resourceLauncherSystemDefaultRestored": "Systémové nastavení bylo obnoveno",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Výchozí zobrazení bylo resetováno na původní nastavení.",
|
||||
"resourceLauncherSaveAsNewView": "Uložit jako nový pohled",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Uložte tento pohled k uloženému filtrování a rozvržení.",
|
||||
"resourceLauncherSaveForEveryone": "Uložit pro všechny",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Sdílejte tento pohled se všemi členy organizace. Pokud není zaškrtnuto, pohled je viditelný pouze vám.",
|
||||
"resourceLauncherMakePersonal": "Udělat osobní",
|
||||
"resourceLauncherFilter": "Filtr",
|
||||
"resourceLauncherFilterWithCount": "Filtr, {count} aplikováno",
|
||||
"resourceLauncherSort": "Řadit",
|
||||
"resourceLauncherSortAscending": "Řadit vzestupně",
|
||||
"resourceLauncherSortDescending": "Řadit sestupně",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Seskupit podle",
|
||||
"resourceLauncherGroupBySite": "Lokalita",
|
||||
"resourceLauncherGroupByLabel": "Název",
|
||||
"resourceLauncherGroupByNone": "Žádný",
|
||||
"resourceLauncherLayout": "Rozvržení",
|
||||
"resourceLauncherLayoutGrid": "Mřížka",
|
||||
"resourceLauncherLayoutList": "Seznam",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Zobrazit značky lokality",
|
||||
"resourceLauncherShowRecents": "Zobrazit nedávné",
|
||||
"resourceLauncherDeleteView": "Smazat pohled",
|
||||
"resourceLauncherDeleteViewTitle": "Odstranění zobrazení",
|
||||
"resourceLauncherDeleteViewQuestion": "Opravdu chcete smazat toto zobrazení launcheru?",
|
||||
"resourceLauncherDeleteViewConfirm": "Odstranění zobrazení",
|
||||
"resourceLauncherViewAsAdmin": "Zobrazit jako administrátor",
|
||||
"resourceLauncherResourceDetailsDescription": "Podívejte se na podrobnosti o tomto zdroji.",
|
||||
"resourceLauncherResourceDetailsDescription": "Informace o připojení a stavu pro tento zdroj.",
|
||||
"resourceLauncherResourceDetails": "Podrobnosti o zdroji",
|
||||
"resourceLauncherAuthMethodsDescription": "Povolené metody autentizace pro tento zdroj.",
|
||||
"resourceLauncherPrivateClientRequired": "Připojte se s klientem na vašem zařízení, abyste měli k tomuto zdroji soukromý přístup.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "K připojení klienta vyžadováno",
|
||||
"resourceLauncherDownloadClient": "Stáhnout klienta",
|
||||
"resourceLauncherFailedToLoadDetails": "Nemohu načíst podrobnosti o zdroji. K tomuto zdroji možná již nemáte přístup.",
|
||||
"resourceLauncherNoPortRestrictions": "Žádná omezení portu",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Bez nálepky",
|
||||
"resourceLauncherNoSite": "Žádná lokalita",
|
||||
"resourceLauncherNoResourcesInGroup": "V této skupině nejsou žádné zdroje",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Nebyl nalezen žádný zdroj",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Žádný zdroj neodpovídá vašemu aktuálnímu vyhledávání nebo filtrům. Zkuste je upravit, abyste našli to, co hledáte.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Žádné zdroje neodpovídají \"{query}\". Zkuste upravit vyhledávání nebo vymazat filtry, abyste viděli všechny zdroje.",
|
||||
"resourceLauncherSearchFirstTitle": "Hledat nebo filtrovat k procházení",
|
||||
"resourceLauncherSearchFirstDescription": "Máte přístup k mnoha zdrojům. Použijte vyhledávání nebo filtr podle místa či štítku k nalezení toho, co potřebujete.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Na této úrovni není možné seskupení podle místa. Pro skupinování menší sady se použije filtr podle místa.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Na této úrovni není možné seskupení podle štítku.",
|
||||
"resourceLauncherCompactModeHint": "Zobrazování zjednodušeného seznamu pro rychlejší procházení. K upřesnění výsledků použijte vyhledávání nebo filtry.",
|
||||
"resourceLauncherCompactGroupingHint": "Aplikujte filtry místa nebo štítku, abyste povolili seskupování.",
|
||||
"resourceLauncherCopiedToClipboard": "Zkopírováno do schránky",
|
||||
"resourceLauncherCopiedAccessDescription": "Přístup ke zdroji byl zkopírován do vaší schránky.",
|
||||
"resourceLauncherViewNamePlaceholder": "Název pohledu",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxyforespørgsler over rå TCP/UDP ved hjælp af et portnummer. Kræver, at sites opretter forbindelse til en ekstern node.",
|
||||
"resourceCreate": "Opret ressource",
|
||||
"resourceCreateDescription": "Følg trinene nedenfor for at oprette en ny ressource",
|
||||
"resourcePublicCreate": "Opret offentlig ressource",
|
||||
"resourcePublicCreateDescription": "Følg nedenstående trin for at oprette en ny offentlig ressource, der er tilgængelig via en webbrowser",
|
||||
"resourceCreateGeneralDescription": "Konfigurer de grunnleggende ressourceindstillingerne inklusive navnet og typen",
|
||||
"resourceSeeAll": "Se alle ressourcer",
|
||||
"resourceCreateGeneral": "Generelt",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Intern",
|
||||
"emailInvalid": "Ugyldig e-mailadresse",
|
||||
"inviteValidityDuration": "Vælg venligst en varighed",
|
||||
"accessRoleSelectPlease": "Vælg venligst en rolle",
|
||||
"accessRoleSelectPlease": "En bruger skal tilhøre mindst én rolle.",
|
||||
"accessRoleRequired": "Rolle påkrævet",
|
||||
"removeOwnAdminRoleConfirmTitle": "Fjern din administratoradgang?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Du vil ikke længere have administratorrettigheder i denne organisation efter gemning. En anden administrator kan gendanne adgang hvis nødvendig.",
|
||||
"removeOwnAdminRoleConfirmButton": "Fjern min administratoradgang",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Grunnleggende Header Autentificering",
|
||||
"policyAuthHeaderAuthDescription": "Bekræft et tilpasset HTTP-headernavn og værdi ved hver forespørgsel",
|
||||
"policyAuthHeaderAuthSummary": "Header konfigureret",
|
||||
"policyAuthHeaderName": "Headernavn",
|
||||
"policyAuthHeaderValue": "Forventet værdi",
|
||||
"policyAuthHeaderName": "Brugernavn",
|
||||
"policyAuthHeaderValue": "Adgangskode",
|
||||
"policyAuthSetPasscode": "Angiv adgangskode",
|
||||
"policyAuthSetPincode": "Sett PIN-kode",
|
||||
"policyAuthSetEmailWhitelist": "Angiv e-mail hviteliste",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Angiv ressource-PIN-kode",
|
||||
"actionSetResourceEmailWhitelist": "Angiv e-mailwhitelist for ressource",
|
||||
"actionGetResourceEmailWhitelist": "Hent e-mailwhitelist for ressource",
|
||||
"actionGetResourcePolicy": "Få ressourceretningslinjen",
|
||||
"actionUpdateResourcePolicy": "Opdater ressourceretningslinjen",
|
||||
"actionSetResourcePolicyUsers": "Angiv ressourceretningslinjens brugere",
|
||||
"actionSetResourcePolicyRoles": "Angiv ressourceretningslinjens roller",
|
||||
"actionSetResourcePolicyPassword": "Angiv ressourceretningslinjen for adgangskode",
|
||||
"actionSetResourcePolicyPincode": "Angiv ressourceregler for PIN-kode",
|
||||
"actionSetResourcePolicyHeaderAuth": "Angiv ressourceretningslinjens header-authentifikation",
|
||||
"actionSetResourcePolicyWhitelist": "Angiv ressourceretningslinjen for e-mail whitelist",
|
||||
"actionSetResourcePolicyRules": "Angiv ressourceretningslinjens regler",
|
||||
"actionCreateTarget": "Opret mål",
|
||||
"actionDeleteTarget": "Slet mål",
|
||||
"actionGetTarget": "Hent mål",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Navigationsmenu",
|
||||
"navbarDescription": "Hovednavigasjonsmeny for applikationen",
|
||||
"navbarDocsLink": "Dokumentation",
|
||||
"commandPaletteTitle": "Kommando-paletten",
|
||||
"commandPaletteDescription": "Søg efter sider, organisationer, ressourcer og handlinger",
|
||||
"commandPaletteSearchPlaceholder": "Søg i sider, ressourcer, handlinger...",
|
||||
"commandPaletteNoResults": "Ingen resultater fundet.",
|
||||
"commandPaletteSearching": "Søger...",
|
||||
"commandPaletteNavigation": "Navigation",
|
||||
"commandPaletteOrganizations": "Organisationer",
|
||||
"commandPaletteSites": "Websteder",
|
||||
"commandPaletteResources": "Ressourcer",
|
||||
"commandPaletteUsers": "Brugere",
|
||||
"commandPaletteClients": "Maskinklienter",
|
||||
"commandPaletteActions": "Handlinger",
|
||||
"commandPaletteCreateSite": "Opret site",
|
||||
"commandPaletteCreateProxyResource": "Opret offentlig ressource",
|
||||
"commandPaletteCreatePrivateResource": "Opret privat ressource",
|
||||
"commandPaletteCreateUser": "Opret bruger",
|
||||
"commandPaletteCreateApiKey": "Opret API-nøgle",
|
||||
"commandPaletteCreateMachineClient": "Opret maskinklient",
|
||||
"commandPaletteCreateAlertRule": "Opret varslingsregel",
|
||||
"commandPaletteCreateIdentityProvider": "Opret identitetsudbyder",
|
||||
"commandPaletteToggleTheme": "Skift tema",
|
||||
"commandPaletteChooseOrganization": "Vælg organisation",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Kunne ikke aktivere 2FA",
|
||||
"otpErrorEnableDescription": "En fejl opstod under aktivering af 2FA",
|
||||
"otpSetupCheckCode": "Indtast venligst en 6-sifret kode",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Administration",
|
||||
"sidebarBillingAndLicenses": "Fakturering & licenser",
|
||||
"sidebarLogsAnalytics": "Analyser",
|
||||
"commandSites": "Websteder",
|
||||
"commandActionModeInfo": "Skriv \">\" for at åbne handlingsmode",
|
||||
"commandResources": "Ressourcer",
|
||||
"commandProxyResources": "Offentlige ressourcer",
|
||||
"commandClientResources": "Private ressourcer",
|
||||
"commandClients": "Klienter",
|
||||
"commandUserDevices": "Brugerenheder",
|
||||
"commandMachineClients": "Maskinklienter",
|
||||
"commandDomains": "Domæner",
|
||||
"commandRemoteExitNodes": "Eksterne noder",
|
||||
"commandTeam": "Team",
|
||||
"commandUsers": "Brugere",
|
||||
"commandRoles": "Roller",
|
||||
"commandInvitations": "Invitationer",
|
||||
"commandPolicies": "Delte politikker",
|
||||
"commandResourcePolicies": "Offentlige ressourcepolitikker",
|
||||
"commandIdentityProviders": "Identitetsudbydere",
|
||||
"commandApprovals": "Godkendelsesanmodninger",
|
||||
"commandShareableLinks": "Delbare links",
|
||||
"commandOrganization": "Organisation",
|
||||
"commandLogsAndAnalytics": "Logs og analyser",
|
||||
"commandLogsAnalytics": "Analyser",
|
||||
"commandLogsRequest": "HTTP-forespørgselslogs",
|
||||
"commandLogsAccess": "Adgangslogs",
|
||||
"commandLogsAction": "Handlingsloger",
|
||||
"commandLogsConnection": "Forbindelseslogs",
|
||||
"commandLogsStreaming": "Hændelsesstreaming",
|
||||
"commandManagement": "Administration",
|
||||
"commandAlerting": "Varsling",
|
||||
"commandProvisioning": "Provisionering",
|
||||
"commandBluePrints": "Blueprints",
|
||||
"commandApiKeys": "API-nøgler",
|
||||
"commandBillingAndLicenses": "Fakturering & licenser",
|
||||
"commandBilling": "Fakturering",
|
||||
"commandEnterpriseLicenses": "Licenser",
|
||||
"commandSettings": "Indstillinger",
|
||||
"commandLauncher": "Launcher",
|
||||
"commandResourceLauncher": "Ressource-launcher",
|
||||
"commandSearchResults": "Søgeresultater",
|
||||
"alertingTitle": "Varsling",
|
||||
"alertingDescription": "Definer kilder, triggere og handlinger for varsler",
|
||||
"alertingRules": "Varslingsregler",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domæner",
|
||||
"billingOrganizations": "Orger",
|
||||
"billingRemoteExitNodes": "Eksterne noder",
|
||||
"billingPublicResources": "Offentlige ressourcer",
|
||||
"billingPrivateResources": "Private ressourcer",
|
||||
"billingMachineClients": "Maskinklienter",
|
||||
"billingNoLimitConfigured": "Ingen grænse konfigureret",
|
||||
"billingEstimatedPeriod": "Estimert faktureringsperiode",
|
||||
"billingIncludedUsage": "Inklusive Brug",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Hvor mange brugere du kan bruge",
|
||||
"billingDomainInfo": "Hvor mange domæner du kan bruge",
|
||||
"billingRemoteExitNodesInfo": "Hvor mange fjernnoder du kan bruge",
|
||||
"billingPublicResourcesInfo": "Hvor mange offentlige ressourcer du kan bruge",
|
||||
"billingPrivateResourcesInfo": "Hvor mange private ressourcer du kan bruge",
|
||||
"billingMachineClientsInfo": "Hvor mange maskinklienter du kan bruge",
|
||||
"billingLicenseKeys": "Licensnøgler",
|
||||
"billingLicenseKeysDescription": "Administrer dine licensnøgleabonnementer",
|
||||
"billingLicenseSubscription": "Licens abonnement",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Luk",
|
||||
"createInternalResourceDialogCreateClientResource": "Opret privat ressource",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Opret en ny ressource som kun vil være tilgængelig for kunder som er forbundet til organisationen",
|
||||
"privateResourceCreatePageSeeAll": "Se alle private ressourcer",
|
||||
"privateResourceAllowIcmpPing": "Tillad ICMP-ping",
|
||||
"privateResourceNetworkAccess": "Netværksadgang",
|
||||
"privateResourceNetworkAccessDescription": "Styr TCP/UDP-portadgang og om ICMP-ping er tilladt for denne ressource.",
|
||||
"hostSettings": "Værtindstillinger",
|
||||
"cidrSettings": "CIDR-indstillinger",
|
||||
"createInternalResourceDialogResourceProperties": "Ressourceegenskaber",
|
||||
"createInternalResourceDialogName": "Navn",
|
||||
"createInternalResourceDialogSite": "Websted",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Ingen noder er tilgængelige for denne organisation. Opret en node først for at bruge lokale sites.",
|
||||
"exitNode": "Exitnode",
|
||||
"country": "Land",
|
||||
"countryIsNot": "Country Is Not",
|
||||
"rulesMatchCountry": "I øjeblikket baseret på kilde-IP",
|
||||
"region": "Fylke",
|
||||
"selectRegion": "Vælg region",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Opsætning af tofaktorgodkendelse er påkrævet. Log venligst ind igen via {dashboardUrl}/auth/login og fuldfør dette trin. Kom derefter tilbage hertil.",
|
||||
"additionalSecurityRequired": "Ekstra sikkerhed kræves",
|
||||
"organizationRequiresAdditionalSteps": "Denne organisation kræver yderligere sikkerhedstrin, før du får adgang til ressourcer.",
|
||||
"sessionExpired": "Session udløbet",
|
||||
"sessionExpiredReauthRequired": "Din session er udløbet i henhold til din organisations sikkerhedspolitik. Genbekræft venligst for at fortsætte.",
|
||||
"reauthenticate": "Re-autentificer",
|
||||
"completeTheseSteps": "Fuldfør disse trinene",
|
||||
"enableTwoFactorAuthentication": "Aktivér to-faktor autentificering",
|
||||
"completeSecuritySteps": "Fuldfør sikkerhedstrinene",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Tilføj brugere",
|
||||
"editInternalResourceDialogAddClients": "Tilføj klienter",
|
||||
"editInternalResourceDialogDestinationLabel": "Destination",
|
||||
"editInternalResourceDialogDestinationDescription": "Angiv destinationsadressen for den interne ressource. Dette kan være et værtsnavn, en IP-adresse eller et CIDR-område afhængigt af den valgte tilstand. Du kan også konfigurere et internt DNS-alias for nemmere identifikation.",
|
||||
"editInternalResourceDialogDestinationDescription": "Choose where this resource runs and how clients reach it",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Valg af flere sites muliggør robust routing og failover for høj tilgængelighed.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Læs mere",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Begrens adgang til specifikke TCP/UDP-porte eller tillade/blokere alle porte.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Ressource deaktiveret",
|
||||
"memberPortalShowingResources": "Viser {start}-{end} af {total} ressourcer",
|
||||
"resourceLauncherTitle": "Ressource Starter",
|
||||
"resourceLauncherDescription": "Se ressource detaljer og start dem fra ét sted",
|
||||
"resourceLauncherSearchPlaceholder": "Søg i alle sites...",
|
||||
"resourceSidebarLauncherTitle": "Launcher",
|
||||
"resourceLauncherDescription": "Se alle tilgængelige ressourcer og start dem fra ét centralt knudepunkt",
|
||||
"resourceLauncherSearchPlaceholder": "Søg i dine ressourcer...",
|
||||
"resourceLauncherDefaultView": "Standard",
|
||||
"resourceLauncherSaveView": "Gem Visning",
|
||||
"resourceLauncherSaveToCurrentView": "Gem til nuværende visning",
|
||||
"resourceLauncherSaveDefaultPersonal": "Gem for mig",
|
||||
"resourceLauncherResetView": "Nulstil Visning",
|
||||
"resourceLauncherResetSystemDefault": "Nulstil til systemstandard",
|
||||
"resourceLauncherSystemDefaultRestored": "Systemstandard gendannet",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Standardvisningen er blevet nulstillet til de oprindelige indstillinger.",
|
||||
"resourceLauncherSaveAsNewView": "Gem som Ny Visning",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Giv denne visning et navn for at gemme dine nuværende filtre og layout.",
|
||||
"resourceLauncherSaveForEveryone": "Gem for Alle",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Del denne visning med alle organisationsmedlemmer. Når den er ikke markeret, er visningen kun synlig for dig.",
|
||||
"resourceLauncherMakePersonal": "Gør Personlig",
|
||||
"resourceLauncherFilter": "Filter",
|
||||
"resourceLauncherFilterWithCount": "Filter, {count} anvendt",
|
||||
"resourceLauncherSort": "Sortér",
|
||||
"resourceLauncherSortAscending": "Sortér stigende",
|
||||
"resourceLauncherSortDescending": "Sortér faldende",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Gruppér Efter",
|
||||
"resourceLauncherGroupBySite": "Websted",
|
||||
"resourceLauncherGroupByLabel": "Etikett",
|
||||
"resourceLauncherGroupByNone": "Ingen",
|
||||
"resourceLauncherLayout": "Layout",
|
||||
"resourceLauncherLayoutGrid": "Gitter",
|
||||
"resourceLauncherLayoutList": "Liste",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Vis Site Tags",
|
||||
"resourceLauncherShowRecents": "Vis Seneste",
|
||||
"resourceLauncherDeleteView": "Slet Visning",
|
||||
"resourceLauncherDeleteViewTitle": "Slet visning",
|
||||
"resourceLauncherDeleteViewQuestion": "Er du sikker på, at du vil slette denne launchervisning?",
|
||||
"resourceLauncherDeleteViewConfirm": "Slet visning",
|
||||
"resourceLauncherViewAsAdmin": "Vis som Admin",
|
||||
"resourceLauncherResourceDetailsDescription": "Se detaljer for denne ressource.",
|
||||
"resourceLauncherResourceDetailsDescription": "Forbindelsesoplysninger og status for denne ressource.",
|
||||
"resourceLauncherResourceDetails": "Ressourcedetaljer",
|
||||
"resourceLauncherAuthMethodsDescription": "Autentificeringsmetoder aktiveret for denne ressource.",
|
||||
"resourceLauncherPrivateClientRequired": "Forbind med en klient på din enhed for at få privat adgang til denne ressource.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Klientforbindelse påkrævet",
|
||||
"resourceLauncherDownloadClient": "Download klient",
|
||||
"resourceLauncherFailedToLoadDetails": "Kunne ikke indlæse ressourcedetaljer. Du har muligvis ikke længere adgang til denne ressource.",
|
||||
"resourceLauncherNoPortRestrictions": "Ingen portbegrænsninger",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Uden Etiket",
|
||||
"resourceLauncherNoSite": "Ingen Site",
|
||||
"resourceLauncherNoResourcesInGroup": "Ingen ressourcer i denne gruppe",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Ingen ressourcer fundet",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Ingen ressourcer matcher din nuværende søgning eller filtre. Prøv at justere dem for at finde det, du leder efter.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Ingen ressourcer matcher \"{query}\". Prøv at justere din søgning eller rydde filtre for at se alle ressourcer.",
|
||||
"resourceLauncherSearchFirstTitle": "Søg eller filtrer for at browse",
|
||||
"resourceLauncherSearchFirstDescription": "Du har adgang til mange ressourcer. Brug søgning eller filtrer efter site eller label for at finde det, du har brug for.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Site-gruppering er ikke tilgængelig i denne skala. Filtrer efter site for at gruppere et mindre sæt.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Label-gruppering er ikke tilgængelig i denne skala.",
|
||||
"resourceLauncherCompactModeHint": "Viser en forenklet liste for hurtigere browsing. Brug søgning eller filtre for at indsnævre resultater.",
|
||||
"resourceLauncherCompactGroupingHint": "Anvend site- eller label-filters for at aktivere gruppering.",
|
||||
"resourceLauncherCopiedToClipboard": "Kopieret til udklipsholderen",
|
||||
"resourceLauncherCopiedAccessDescription": "Ressourcetilgangen er kopieret til din udklipsholder.",
|
||||
"resourceLauncherViewNamePlaceholder": "Vis navn",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxy-Anfragen über rohe TCP/UDP mit Portnummer. Benötigt Sites, um sich mit einem entfernten Knoten zu verbinden.",
|
||||
"resourceCreate": "Ressource erstellen",
|
||||
"resourceCreateDescription": "Folgen Sie den Schritten unten, um eine neue Ressource zu erstellen",
|
||||
"resourcePublicCreate": "Öffentliche Ressource erstellen",
|
||||
"resourcePublicCreateDescription": "Befolgen Sie die unten aufgeführten Schritte, um eine neue öffentliche Ressource zu erstellen, auf die über einen Webbrowser zugegriffen werden kann",
|
||||
"resourceCreateGeneralDescription": "Konfigurieren Sie die Grundeinstellungen der Ressource, einschließlich Name und Typ",
|
||||
"resourceSeeAll": "Alle Ressourcen anzeigen",
|
||||
"resourceCreateGeneral": "Allgemein",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Intern",
|
||||
"emailInvalid": "Ungültige E-Mail-Adresse",
|
||||
"inviteValidityDuration": "Bitte wählen Sie eine Dauer",
|
||||
"accessRoleSelectPlease": "Bitte wählen Sie eine Rolle",
|
||||
"accessRoleSelectPlease": "Ein Benutzer muss mindestens einer Rolle zugeordnet sein.",
|
||||
"accessRoleRequired": "Rolle erforderlich",
|
||||
"removeOwnAdminRoleConfirmTitle": "Möchten Sie Ihren Administratorzugriff entfernen?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Nach dem Speichern haben Sie keine Administratorrechte mehr in dieser Organisation. Ein anderer Administrator kann den Zugriff bei Bedarf wiederherstellen.",
|
||||
"removeOwnAdminRoleConfirmButton": "Meinen Administratorzugriff entfernen",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Grundlegende Header-Authentifizierung",
|
||||
"policyAuthHeaderAuthDescription": "Überprüfen Sie einen benutzerdefinierten HTTP-Headernamen und -wert bei jeder Anfrage",
|
||||
"policyAuthHeaderAuthSummary": "Header konfiguriert",
|
||||
"policyAuthHeaderName": "Header-Name",
|
||||
"policyAuthHeaderValue": "Erwarteter Wert",
|
||||
"policyAuthHeaderName": "Benutzername",
|
||||
"policyAuthHeaderValue": "Passwort",
|
||||
"policyAuthSetPasscode": "Passcode setzen",
|
||||
"policyAuthSetPincode": "PIN-Code festlegen",
|
||||
"policyAuthSetEmailWhitelist": "E-Mail-Whitelist festlegen",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Ressourcen-PIN festlegen",
|
||||
"actionSetResourceEmailWhitelist": "Ressourcen-E-Mail-Whitelist festlegen",
|
||||
"actionGetResourceEmailWhitelist": "Ressourcen-E-Mail-Whitelist abrufen",
|
||||
"actionGetResourcePolicy": "Ressourcenrichtlinie abrufen",
|
||||
"actionUpdateResourcePolicy": "Ressourcenrichtlinie aktualisieren",
|
||||
"actionSetResourcePolicyUsers": "Ressourcenrichtlinienbenutzer festlegen",
|
||||
"actionSetResourcePolicyRoles": "Rollen der Ressourcenrichtlinie festlegen",
|
||||
"actionSetResourcePolicyPassword": "Passwort der Ressourcenrichtlinie festlegen",
|
||||
"actionSetResourcePolicyPincode": "Ressourcenrichtlinie-PIN festlegen",
|
||||
"actionSetResourcePolicyHeaderAuth": "Ressourcenrichtlinie für Header-Authentifizierung festlegen",
|
||||
"actionSetResourcePolicyWhitelist": "E-Mail-Whitelist der Ressourcenrichtlinie festlegen",
|
||||
"actionSetResourcePolicyRules": "Ressourcenrichtlinienregeln festlegen",
|
||||
"actionCreateTarget": "Ziel erstellen",
|
||||
"actionDeleteTarget": "Ziel löschen",
|
||||
"actionGetTarget": "Ziel abrufen",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Navigationsmenü",
|
||||
"navbarDescription": "Hauptnavigationsmenü für die Anwendung",
|
||||
"navbarDocsLink": "Dokumentation",
|
||||
"commandPaletteTitle": "Befehlsfeld",
|
||||
"commandPaletteDescription": "Nach Seiten, Organisationen, Ressourcen und Aktionen suchen",
|
||||
"commandPaletteSearchPlaceholder": "Seiten, Ressourcen, Aktionen suchen...",
|
||||
"commandPaletteNoResults": "Keine Ergebnisse gefunden.",
|
||||
"commandPaletteSearching": "Suche...",
|
||||
"commandPaletteNavigation": "Navigation",
|
||||
"commandPaletteOrganizations": "Organisationen",
|
||||
"commandPaletteSites": "Seiten",
|
||||
"commandPaletteResources": "Ressourcen",
|
||||
"commandPaletteUsers": "Benutzer",
|
||||
"commandPaletteClients": "Maschinen-Clients",
|
||||
"commandPaletteActions": "Aktionen",
|
||||
"commandPaletteCreateSite": "Seite erstellen",
|
||||
"commandPaletteCreateProxyResource": "Öffentliche Ressource erstellen",
|
||||
"commandPaletteCreatePrivateResource": "Private Ressource erstellen",
|
||||
"commandPaletteCreateUser": "Benutzer erstellen",
|
||||
"commandPaletteCreateApiKey": "API-Schlüssel erstellen",
|
||||
"commandPaletteCreateMachineClient": "Maschinen-Client erstellen",
|
||||
"commandPaletteCreateAlertRule": "Alarmregel erstellen",
|
||||
"commandPaletteCreateIdentityProvider": "Identitätsanbieter erstellen",
|
||||
"commandPaletteToggleTheme": "Thema umschalten",
|
||||
"commandPaletteChooseOrganization": "Organisation auswählen",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Strg K",
|
||||
"otpErrorEnable": "2FA konnte nicht aktiviert werden",
|
||||
"otpErrorEnableDescription": "Beim Aktivieren der 2FA ist ein Fehler aufgetreten",
|
||||
"otpSetupCheckCode": "Bitte geben Sie einen 6-stelligen Code ein",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Management",
|
||||
"sidebarBillingAndLicenses": "Abrechnung & Lizenzen",
|
||||
"sidebarLogsAnalytics": "Analytik",
|
||||
"commandSites": "Seiten",
|
||||
"commandActionModeInfo": "Geben Sie \">\" ein, um den Aktionsmodus zu öffnen",
|
||||
"commandResources": "Ressourcen",
|
||||
"commandProxyResources": "Öffentliche Ressourcen",
|
||||
"commandClientResources": "Private Ressourcen",
|
||||
"commandClients": "Clients",
|
||||
"commandUserDevices": "Benutzergeräte",
|
||||
"commandMachineClients": "Maschinen-Clients",
|
||||
"commandDomains": "Domänen",
|
||||
"commandRemoteExitNodes": "Fernknoten",
|
||||
"commandTeam": "Team",
|
||||
"commandUsers": "Benutzer",
|
||||
"commandRoles": "Rollen",
|
||||
"commandInvitations": "Einladungen",
|
||||
"commandPolicies": "Geteilte Richtlinien",
|
||||
"commandResourcePolicies": "Öffentliche Ressourcenrichtlinien",
|
||||
"commandIdentityProviders": "Identitätsanbieter",
|
||||
"commandApprovals": "Genehmigungsanfragen",
|
||||
"commandShareableLinks": "Teilbare Links",
|
||||
"commandOrganization": "Organisation",
|
||||
"commandLogsAndAnalytics": "Logs & Analysen",
|
||||
"commandLogsAnalytics": "Analysen",
|
||||
"commandLogsRequest": "HTTP-Anforderungsprotokolle",
|
||||
"commandLogsAccess": "Zugriffsprotokolle",
|
||||
"commandLogsAction": "Administrator-Aktionsprotokolle",
|
||||
"commandLogsConnection": "Netzwerkprotokolle",
|
||||
"commandLogsStreaming": "Ereignis-Streaming",
|
||||
"commandManagement": "Verwaltung",
|
||||
"commandAlerting": "Alarmierung",
|
||||
"commandProvisioning": "Bereitstellung",
|
||||
"commandBluePrints": "Blaupausen",
|
||||
"commandApiKeys": "API-Schlüssel",
|
||||
"commandBillingAndLicenses": "Abrechnung & Lizenzen",
|
||||
"commandBilling": "Abrechnung",
|
||||
"commandEnterpriseLicenses": "Lizenzen",
|
||||
"commandSettings": "Einstellungen",
|
||||
"commandLauncher": "Launcher",
|
||||
"commandResourceLauncher": "Ressourcen-Launcher",
|
||||
"commandSearchResults": "Suchergebnisse",
|
||||
"alertingTitle": "Benachrichtigung",
|
||||
"alertingDescription": "Quellen, Auslöser und Aktionen für Benachrichtigungen festlegen",
|
||||
"alertingRules": "Benachrichtigungsregeln",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domänen",
|
||||
"billingOrganizations": "Orden",
|
||||
"billingRemoteExitNodes": "Entfernte Knoten",
|
||||
"billingPublicResources": "Öffentliche Ressourcen",
|
||||
"billingPrivateResources": "Private Ressourcen",
|
||||
"billingMachineClients": "Maschinen-Clients",
|
||||
"billingNoLimitConfigured": "Kein Limit konfiguriert",
|
||||
"billingEstimatedPeriod": "Geschätzter Abrechnungszeitraum",
|
||||
"billingIncludedUsage": "Inklusive Nutzung",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Wie viele Benutzer Sie verwenden können",
|
||||
"billingDomainInfo": "Wie viele Domains Sie verwenden können",
|
||||
"billingRemoteExitNodesInfo": "Wie viele entfernte Knoten Sie verwenden können",
|
||||
"billingPublicResourcesInfo": "Wie viele öffentliche Ressourcen Sie nutzen können",
|
||||
"billingPrivateResourcesInfo": "Wie viele private Ressourcen Sie nutzen können",
|
||||
"billingMachineClientsInfo": "Wie viele Maschinen-Clients Sie nutzen können",
|
||||
"billingLicenseKeys": "Lizenzschlüssel",
|
||||
"billingLicenseKeysDescription": "Verwalten Sie Ihre Lizenzschlüssel Abonnements",
|
||||
"billingLicenseSubscription": "Lizenzabonnement",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Schließen",
|
||||
"createInternalResourceDialogCreateClientResource": "Private Ressource erstellen",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Erstelle eine neue Ressource, die nur für Clients zugänglich ist, die mit der Organisation verbunden sind",
|
||||
"privateResourceCreatePageSeeAll": "Alle privaten Ressourcen anzeigen",
|
||||
"privateResourceAllowIcmpPing": "ICMP-Ping zulassen",
|
||||
"privateResourceNetworkAccess": "Netzwerkzugriff",
|
||||
"privateResourceNetworkAccessDescription": "TCP/UDP-Portzugriff kontrollieren und ICMP-Ping für diese Ressource zulassen.",
|
||||
"hostSettings": "Host-Einstellungen",
|
||||
"cidrSettings": "CIDR-Einstellungen",
|
||||
"createInternalResourceDialogResourceProperties": "Ressourceneigenschaften",
|
||||
"createInternalResourceDialogName": "Name",
|
||||
"createInternalResourceDialogSite": "Standort",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Für diese Organisation sind keine Knoten verfügbar. Erstellen Sie zuerst einen Knoten, um lokale Standorte zu verwenden.",
|
||||
"exitNode": "Exit-Node",
|
||||
"country": "Land",
|
||||
"countryIsNot": "Land ist nicht",
|
||||
"rulesMatchCountry": "Derzeit basierend auf der Quell-IP",
|
||||
"region": "Region",
|
||||
"selectRegion": "Region wählen...",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Die Zwei-Faktor-Authentifizierung ist erforderlich. Bitte melden Sie sich erneut über {dashboardUrl}/auth/login an. Dann kommen Sie hierher zurück.",
|
||||
"additionalSecurityRequired": "Zusätzliche Sicherheit erforderlich",
|
||||
"organizationRequiresAdditionalSteps": "Diese Organisation erfordert zusätzliche Sicherheitsschritte, bevor Sie auf Ressourcen zugreifen können.",
|
||||
"sessionExpired": "Sitzung abgelaufen",
|
||||
"sessionExpiredReauthRequired": "Ihre Sitzung ist gemäß der Sicherheitsrichtlinie Ihrer Organisation abgelaufen. Bitte authentifizieren Sie sich erneut, um fortzufahren.",
|
||||
"reauthenticate": "Neu anmelden",
|
||||
"completeTheseSteps": "Schließe diese Schritte ab",
|
||||
"enableTwoFactorAuthentication": "Zwei-Faktor-Authentifizierung aktivieren",
|
||||
"completeSecuritySteps": "Schließe Sicherheitsschritte ab",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Nutzer hinzufügen",
|
||||
"editInternalResourceDialogAddClients": "Clients hinzufügen",
|
||||
"editInternalResourceDialogDestinationLabel": "Ziel",
|
||||
"editInternalResourceDialogDestinationDescription": "Geben Sie die Zieladresse für die interne Ressource an. Dies kann ein Hostname, eine IP-Adresse oder ein CIDR-Bereich sein, abhängig vom gewählten Modus. Legen Sie optional einen internen DNS-Alias für eine vereinfachte Identifizierung fest.",
|
||||
"editInternalResourceDialogDestinationDescription": "Wählen Sie aus, wo diese Ressource läuft und wie Clients darauf zugreifen können",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Durch die Auswahl mehrerer Seiten wird ein ausfallsicheres Routing und Failover für hohe Verfügbarkeit ermöglicht.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Mehr erfahren",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Den Zugriff auf bestimmte TCP/UDP-Ports beschränken oder alle Ports erlauben/blockieren.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Ressource deaktiviert",
|
||||
"memberPortalShowingResources": "Zeige {start}-{end} von {total} Ressourcen",
|
||||
"resourceLauncherTitle": "Ressourcenstarter",
|
||||
"resourceLauncherDescription": "Sehen Sie sich Ressourcendetails an und starten Sie sie von einem Ort aus",
|
||||
"resourceLauncherSearchPlaceholder": "Alle Standorte durchsuchen...",
|
||||
"resourceSidebarLauncherTitle": "Launcher",
|
||||
"resourceLauncherDescription": "Alle verfügbaren Ressourcen anzeigen und von einem zentralen Hub aus starten",
|
||||
"resourceLauncherSearchPlaceholder": "Suche deine Ressourcen...",
|
||||
"resourceLauncherDefaultView": "Standard",
|
||||
"resourceLauncherSaveView": "Ansicht speichern",
|
||||
"resourceLauncherSaveToCurrentView": "In aktueller Ansicht speichern",
|
||||
"resourceLauncherSaveDefaultPersonal": "Für mich speichern",
|
||||
"resourceLauncherResetView": "Ansicht zurücksetzen",
|
||||
"resourceLauncherResetSystemDefault": "Auf Systemeinstellung zurücksetzen",
|
||||
"resourceLauncherSystemDefaultRestored": "Systemstandard wurde wiederhergestellt",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Die Standardansicht wurde auf die ursprünglichen Einstellungen zurückgesetzt.",
|
||||
"resourceLauncherSaveAsNewView": "Als neue Ansicht speichern",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Geben Sie dieser Ansicht einen Namen, um Ihre aktuellen Filter und das Layout zu speichern.",
|
||||
"resourceLauncherSaveForEveryone": "Für alle speichern",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Teilen Sie diese Ansicht mit allen Organisationsmitgliedern. Wenn nicht aktiviert, ist die Ansicht nur für Sie sichtbar.",
|
||||
"resourceLauncherMakePersonal": "Persönlich machen",
|
||||
"resourceLauncherFilter": "Filter",
|
||||
"resourceLauncherFilterWithCount": "Filter, {count} applied",
|
||||
"resourceLauncherSort": "Sortieren",
|
||||
"resourceLauncherSortAscending": "Aufsteigend sortieren",
|
||||
"resourceLauncherSortDescending": "Absteigend sortieren",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Gruppieren nach",
|
||||
"resourceLauncherGroupBySite": "Standort",
|
||||
"resourceLauncherGroupByLabel": "Etikett",
|
||||
"resourceLauncherGroupByNone": "Keine",
|
||||
"resourceLauncherLayout": "Layout",
|
||||
"resourceLauncherLayoutGrid": "Raster",
|
||||
"resourceLauncherLayoutList": "Liste",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Standort-Tags anzeigen",
|
||||
"resourceLauncherShowRecents": "Kürzlich anzeigen",
|
||||
"resourceLauncherDeleteView": "Ansicht löschen",
|
||||
"resourceLauncherDeleteViewTitle": "Ansicht löschen",
|
||||
"resourceLauncherDeleteViewQuestion": "Sind Sie sicher, dass Sie diese Launcher-Ansicht löschen möchten?",
|
||||
"resourceLauncherDeleteViewConfirm": "Ansicht löschen",
|
||||
"resourceLauncherViewAsAdmin": "Ansicht als Administrator anzeigen",
|
||||
"resourceLauncherResourceDetailsDescription": "Anzeigen von Details zu dieser Ressource.",
|
||||
"resourceLauncherResourceDetailsDescription": "Verbindungsinformationen und Status für diese Ressource.",
|
||||
"resourceLauncherResourceDetails": "Ressourcendetails",
|
||||
"resourceLauncherAuthMethodsDescription": "Aktivierte Authentifizierungsmethoden für diese Ressource.",
|
||||
"resourceLauncherPrivateClientRequired": "Verbinde dich mit einem Client auf deinem Gerät, um privat auf diese Ressource zuzugreifen.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Client-Verbindung erforderlich",
|
||||
"resourceLauncherDownloadClient": "Client herunterladen",
|
||||
"resourceLauncherFailedToLoadDetails": "Ressourcendetails konnten nicht geladen werden. Möglicherweise haben Sie keinen Zugriff mehr auf diese Ressource.",
|
||||
"resourceLauncherNoPortRestrictions": "Keine Portbeschränkungen",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Nicht etikettiert",
|
||||
"resourceLauncherNoSite": "Kein Standort",
|
||||
"resourceLauncherNoResourcesInGroup": "Keine Ressourcen in dieser Gruppe",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Keine Ressourcen gefunden",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Keine Ressourcen entsprechen Ihrer aktuellen Suche oder den Filtern. Versuchen Sie, diese anzupassen, um zu finden, wonach Sie suchen.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Keine Ressourcen entsprechen \"{query}\". Versuchen Sie, Ihre Suche anzupassen oder die Filter zu löschen, um alle Ressourcen anzuzeigen.",
|
||||
"resourceLauncherSearchFirstTitle": "Suchen oder Filtern zum Durchsuchen",
|
||||
"resourceLauncherSearchFirstDescription": "Sie haben Zugriff auf viele Ressourcen. Verwenden Sie die Suche oder filtern Sie nach Websites oder Labels, um das zu finden, was Sie brauchen.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Website-Gruppierung ist in diesem Maßstab nicht verfügbar. Filtern Sie nach Standort, um eine kleinere Gruppe zu bilden.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Label-Gruppierung ist in diesem Maßstab nicht verfügbar.",
|
||||
"resourceLauncherCompactModeHint": "Vereinfachte Liste für schnelleres Durchsuchen anzeigen. Verwenden Sie Suche oder Filter, um die Ergebnisse einzugrenzen.",
|
||||
"resourceLauncherCompactGroupingHint": "Treffen Sie Standort- oder Labelfilter an, um Gruppierungen zu aktivieren.",
|
||||
"resourceLauncherCopiedToClipboard": "In die Zwischenablage kopiert",
|
||||
"resourceLauncherCopiedAccessDescription": "Der Ressourcenzugriff wurde in Ihre Zwischenablage kopiert.",
|
||||
"resourceLauncherViewNamePlaceholder": "Ansichtsname",
|
||||
|
||||
@@ -1519,6 +1519,30 @@
|
||||
"navbar": "Navigation Menu",
|
||||
"navbarDescription": "Main navigation menu for the application",
|
||||
"navbarDocsLink": "Documentation",
|
||||
"commandPaletteTitle": "Command Palette",
|
||||
"commandPaletteDescription": "Search for pages, organizations, resources, and actions",
|
||||
"commandPaletteSearchPlaceholder": "Search pages, resources, actions...",
|
||||
"commandPaletteNoResults": "No results found.",
|
||||
"commandPaletteSearching": "Searching...",
|
||||
"commandPaletteNavigation": "Navigation",
|
||||
"commandPaletteOrganizations": "Organizations",
|
||||
"commandPaletteSites": "Sites",
|
||||
"commandPaletteResources": "Resources",
|
||||
"commandPaletteUsers": "Users",
|
||||
"commandPaletteClients": "Machine Clients",
|
||||
"commandPaletteActions": "Actions",
|
||||
"commandPaletteCreateSite": "Create Site",
|
||||
"commandPaletteCreateProxyResource": "Create Public Resource",
|
||||
"commandPaletteCreatePrivateResource": "Create Private Resource",
|
||||
"commandPaletteCreateUser": "Create User",
|
||||
"commandPaletteCreateApiKey": "Create API Key",
|
||||
"commandPaletteCreateMachineClient": "Create Machine Client",
|
||||
"commandPaletteCreateAlertRule": "Create Alert Rule",
|
||||
"commandPaletteCreateIdentityProvider": "Create Identity Provider",
|
||||
"commandPaletteToggleTheme": "Toggle Theme",
|
||||
"commandPaletteChooseOrganization": "Choose Organization",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Unable to enable 2FA",
|
||||
"otpErrorEnableDescription": "An error occurred while enabling 2FA",
|
||||
"otpSetupCheckCode": "Please enter a 6-digit code",
|
||||
@@ -1596,6 +1620,45 @@
|
||||
"sidebarManagement": "Management",
|
||||
"sidebarBillingAndLicenses": "Billing & Licenses",
|
||||
"sidebarLogsAnalytics": "Analytics",
|
||||
"commandSites": "Sites",
|
||||
"commandActionModeInfo": "Type \">\" To Open Action Mode",
|
||||
"commandResources": "Resources",
|
||||
"commandProxyResources": "Public Resources",
|
||||
"commandClientResources": "Private Resources",
|
||||
"commandClients": "Clients",
|
||||
"commandUserDevices": "User Devices",
|
||||
"commandMachineClients": "Machine Clients",
|
||||
"commandDomains": "Domains",
|
||||
"commandRemoteExitNodes": "Remote Nodes",
|
||||
"commandTeam": "Team",
|
||||
"commandUsers": "Users",
|
||||
"commandRoles": "Roles",
|
||||
"commandInvitations": "Invitations",
|
||||
"commandPolicies": "Shared Policies",
|
||||
"commandResourcePolicies": "Public Resources Policies",
|
||||
"commandIdentityProviders": "Identity Providers",
|
||||
"commandApprovals": "Approval Requests",
|
||||
"commandShareableLinks": "Shareable Links",
|
||||
"commandOrganization": "Organization",
|
||||
"commandLogsAndAnalytics": "Logs & Analytics",
|
||||
"commandLogsAnalytics": "Analytics",
|
||||
"commandLogsRequest": "HTTP Request Logs",
|
||||
"commandLogsAccess": "Authentication Logs",
|
||||
"commandLogsAction": "Admin Action Logs",
|
||||
"commandLogsConnection": "Network Logs",
|
||||
"commandLogsStreaming": "Event Streaming",
|
||||
"commandManagement": "Management",
|
||||
"commandAlerting": "Alerting",
|
||||
"commandProvisioning": "Provisioning",
|
||||
"commandBluePrints": "Blueprints",
|
||||
"commandApiKeys": "API Keys",
|
||||
"commandBillingAndLicenses": "Billing & Licenses",
|
||||
"commandBilling": "Billing",
|
||||
"commandEnterpriseLicenses": "Licenses",
|
||||
"commandSettings": "Settings",
|
||||
"commandLauncher": "Launcher",
|
||||
"commandResourceLauncher": "Resource Launcher",
|
||||
"commandSearchResults": "Search Results",
|
||||
"alertingTitle": "Alerting",
|
||||
"alertingDescription": "Define sources, triggers, and actions for notifications",
|
||||
"alertingRules": "Alert rules",
|
||||
@@ -2483,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "No nodes are available for this organization. Create a node first to use local sites.",
|
||||
"exitNode": "Exit Node",
|
||||
"country": "Country",
|
||||
"countryIsNot": "Country Is Not",
|
||||
"rulesMatchCountry": "Currently based on source IP",
|
||||
"region": "Region",
|
||||
"selectRegion": "Select region",
|
||||
@@ -2692,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Two-factor authentication setup is required. Please log in again via {dashboardUrl}/auth/login complete this step. Then, come back here.",
|
||||
"additionalSecurityRequired": "Additional Security Required",
|
||||
"organizationRequiresAdditionalSteps": "This organization requires additional security steps before you can access resources.",
|
||||
"sessionExpired": "Session Expired",
|
||||
"sessionExpiredReauthRequired": "Your session has expired per your organization's security policy. Please re-authenticate to continue.",
|
||||
"reauthenticate": "Re-authenticate",
|
||||
"completeTheseSteps": "Complete these steps",
|
||||
"enableTwoFactorAuthentication": "Enable two-factor authentication",
|
||||
"completeSecuritySteps": "Complete Security Steps",
|
||||
@@ -3201,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Add Users",
|
||||
"editInternalResourceDialogAddClients": "Add Clients",
|
||||
"editInternalResourceDialogDestinationLabel": "Destination",
|
||||
"editInternalResourceDialogDestinationDescription": "Choose where this resource runs and how clients reach it. Selecting multiple sites will create a high availability resource that can be accessed from any of the selected sites.",
|
||||
"editInternalResourceDialogDestinationDescription": "Choose where this resource runs and how clients reach it",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Selecting multiple sites enables resilient routing and failover for high availability.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Learn more",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Restrict access to specific TCP/UDP ports or allow/block all ports.",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Las peticiones de proxy sobre TCP/UDP crudas usando un número de puerto. Requiere que los sitios se conecten a un nodo remoto.",
|
||||
"resourceCreate": "Crear Recurso",
|
||||
"resourceCreateDescription": "Siga los siguientes pasos para crear un nuevo recurso",
|
||||
"resourcePublicCreate": "Crear recurso público",
|
||||
"resourcePublicCreateDescription": "Siga los pasos a continuación para crear un nuevo recurso público accesible a través de un navegador web",
|
||||
"resourceCreateGeneralDescription": "Configurar la configuración básica del recurso, incluido el nombre y el tipo",
|
||||
"resourceSeeAll": "Ver todos los recursos",
|
||||
"resourceCreateGeneral": "General",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Interno",
|
||||
"emailInvalid": "Dirección de correo inválida",
|
||||
"inviteValidityDuration": "Por favor, seleccione una duración",
|
||||
"accessRoleSelectPlease": "Por favor, seleccione un rol",
|
||||
"accessRoleSelectPlease": "Un usuario debe pertenecer al menos a un rol.",
|
||||
"accessRoleRequired": "Rol requerido",
|
||||
"removeOwnAdminRoleConfirmTitle": "¿Eliminar su acceso de administrador?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Ya no tendrá permisos de administrador en esta organización después de guardar. Otro administrador puede restaurar el acceso si es necesario.",
|
||||
"removeOwnAdminRoleConfirmButton": "Eliminar Mi Acceso de Administrador",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Autenticación Básica del Encabezado",
|
||||
"policyAuthHeaderAuthDescription": "Valida un nombre y valor de encabezado HTTP personalizado en cada petición",
|
||||
"policyAuthHeaderAuthSummary": "Encabezado configurado",
|
||||
"policyAuthHeaderName": "Nombre del encabezado",
|
||||
"policyAuthHeaderValue": "Valor esperado",
|
||||
"policyAuthHeaderName": "Usuario",
|
||||
"policyAuthHeaderValue": "Contraseña",
|
||||
"policyAuthSetPasscode": "Establecer Código de Acceso",
|
||||
"policyAuthSetPincode": "Establecer Código PIN",
|
||||
"policyAuthSetEmailWhitelist": "Establecer Lista Blanca de Correo",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Establecer Pincode del recurso",
|
||||
"actionSetResourceEmailWhitelist": "Establecer lista blanca de correo de recursos",
|
||||
"actionGetResourceEmailWhitelist": "Obtener correo electrónico de recursos",
|
||||
"actionGetResourcePolicy": "Obtener política de recursos",
|
||||
"actionUpdateResourcePolicy": "Actualizar política de recursos",
|
||||
"actionSetResourcePolicyUsers": "Definir política de recursos para usuarios",
|
||||
"actionSetResourcePolicyRoles": "Definir roles de política de recursos",
|
||||
"actionSetResourcePolicyPassword": "Definir contraseña de política de recursos",
|
||||
"actionSetResourcePolicyPincode": "Definir Pincode de política de recursos",
|
||||
"actionSetResourcePolicyHeaderAuth": "Definir autenticación de encabezado de política de recursos",
|
||||
"actionSetResourcePolicyWhitelist": "Definir lista blanca de correos de política de recursos",
|
||||
"actionSetResourcePolicyRules": "Definir reglas de política de recursos",
|
||||
"actionCreateTarget": "Crear destino",
|
||||
"actionDeleteTarget": "Eliminar destino",
|
||||
"actionGetTarget": "Obtener objetivo",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Menú de navegación",
|
||||
"navbarDescription": "Menú de navegación principal para la aplicación",
|
||||
"navbarDocsLink": "Documentación",
|
||||
"commandPaletteTitle": "Paleta de Comandos",
|
||||
"commandPaletteDescription": "Buscar páginas, organizaciones, recursos y acciones",
|
||||
"commandPaletteSearchPlaceholder": "Buscar páginas, recursos, acciones...",
|
||||
"commandPaletteNoResults": "No se han encontrado resultados.",
|
||||
"commandPaletteSearching": "Buscando...",
|
||||
"commandPaletteNavigation": "Navegación",
|
||||
"commandPaletteOrganizations": "Organizaciones",
|
||||
"commandPaletteSites": "Sitios",
|
||||
"commandPaletteResources": "Recursos",
|
||||
"commandPaletteUsers": "Usuarios",
|
||||
"commandPaletteClients": "Clientes de Máquina",
|
||||
"commandPaletteActions": "Acciones",
|
||||
"commandPaletteCreateSite": "Crear Sitio",
|
||||
"commandPaletteCreateProxyResource": "Crear recurso público",
|
||||
"commandPaletteCreatePrivateResource": "Crear recurso privado",
|
||||
"commandPaletteCreateUser": "Crear Usuario",
|
||||
"commandPaletteCreateApiKey": "Crear Clave API",
|
||||
"commandPaletteCreateMachineClient": "Crear Cliente de Máquina",
|
||||
"commandPaletteCreateAlertRule": "Crear Regla de Alerta",
|
||||
"commandPaletteCreateIdentityProvider": "Crear proveedor de identidad",
|
||||
"commandPaletteToggleTheme": "Cambiar tema",
|
||||
"commandPaletteChooseOrganization": "Elegir organización",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "No se puede habilitar 2FA",
|
||||
"otpErrorEnableDescription": "Se ha producido un error al habilitar 2FA",
|
||||
"otpSetupCheckCode": "Por favor, introduzca un código de 6 dígitos",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Gestión",
|
||||
"sidebarBillingAndLicenses": "Facturación y licencias",
|
||||
"sidebarLogsAnalytics": "Analíticas",
|
||||
"commandSites": "Sitios",
|
||||
"commandActionModeInfo": "Escriba \">\" Para abrir el modo de acción",
|
||||
"commandResources": "Recursos",
|
||||
"commandProxyResources": "Recursos Públicos",
|
||||
"commandClientResources": "Recursos Privados",
|
||||
"commandClients": "Clientes",
|
||||
"commandUserDevices": "Dispositivos de Usuario",
|
||||
"commandMachineClients": "Clientes de Máquina",
|
||||
"commandDomains": "Dominios",
|
||||
"commandRemoteExitNodes": "Nodos Remotos",
|
||||
"commandTeam": "Equipo",
|
||||
"commandUsers": "Usuarios",
|
||||
"commandRoles": "Roles",
|
||||
"commandInvitations": "Invitaciones",
|
||||
"commandPolicies": "Políticas Compartidas",
|
||||
"commandResourcePolicies": "Políticas de Recursos Públicos",
|
||||
"commandIdentityProviders": "Proveedores de identidad",
|
||||
"commandApprovals": "Solicitudes de Aprobación",
|
||||
"commandShareableLinks": "Enlaces compartibles",
|
||||
"commandOrganization": "Organización",
|
||||
"commandLogsAndAnalytics": "Registros y Análisis",
|
||||
"commandLogsAnalytics": "Análisis",
|
||||
"commandLogsRequest": "Registros de Solicitud HTTP",
|
||||
"commandLogsAccess": "Registros de acceso",
|
||||
"commandLogsAction": "Registros de acción de administrador",
|
||||
"commandLogsConnection": "Registros de conexión",
|
||||
"commandLogsStreaming": "Transmisión de Eventos",
|
||||
"commandManagement": "Gestión",
|
||||
"commandAlerting": "Alertas",
|
||||
"commandProvisioning": "Aprovisionamiento",
|
||||
"commandBluePrints": "Planos",
|
||||
"commandApiKeys": "Claves API",
|
||||
"commandBillingAndLicenses": "Facturación y Licencias",
|
||||
"commandBilling": "Facturación",
|
||||
"commandEnterpriseLicenses": "Licencias",
|
||||
"commandSettings": "Ajustes",
|
||||
"commandLauncher": "Lanzador",
|
||||
"commandResourceLauncher": "Lanzador de Recursos",
|
||||
"commandSearchResults": "Resultados de búsqueda",
|
||||
"alertingTitle": "Alertas",
|
||||
"alertingDescription": "Definir fuentes, disparadores y acciones para notificaciones",
|
||||
"alertingRules": "Reglas de alerta",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Dominios",
|
||||
"billingOrganizations": "Orgánico",
|
||||
"billingRemoteExitNodes": "Nodos remotos",
|
||||
"billingPublicResources": "Recursos Públicos",
|
||||
"billingPrivateResources": "Recursos Privados",
|
||||
"billingMachineClients": "Clientes de Máquina",
|
||||
"billingNoLimitConfigured": "No se ha configurado ningún límite",
|
||||
"billingEstimatedPeriod": "Período de facturación estimado",
|
||||
"billingIncludedUsage": "Uso incluido",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Cuántos usuarios puedes usar",
|
||||
"billingDomainInfo": "Cuántos dominios puedes usar",
|
||||
"billingRemoteExitNodesInfo": "Cuántos nodos remotos puedes usar",
|
||||
"billingPublicResourcesInfo": "Cuántos recursos públicos puedes usar",
|
||||
"billingPrivateResourcesInfo": "Cuántos recursos privados puedes usar",
|
||||
"billingMachineClientsInfo": "Cuántos clientes de máquina puedes usar",
|
||||
"billingLicenseKeys": "Claves de licencia",
|
||||
"billingLicenseKeysDescription": "Administrar las suscripciones de su clave de licencia",
|
||||
"billingLicenseSubscription": "Suscripción de licencia",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Cerrar",
|
||||
"createInternalResourceDialogCreateClientResource": "Crear recurso privado",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Crear un nuevo recurso que sólo será accesible a los clientes conectados a la organización",
|
||||
"privateResourceCreatePageSeeAll": "Ver todos los recursos privados",
|
||||
"privateResourceAllowIcmpPing": "Permitir ping ICMP",
|
||||
"privateResourceNetworkAccess": "Acceso de red",
|
||||
"privateResourceNetworkAccessDescription": "Controlar el acceso a puertos TCP/UDP y si se permite ping ICMP para este recurso.",
|
||||
"hostSettings": "Configuraciones del anfitrión",
|
||||
"cidrSettings": "Configuraciones CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Propiedades del recurso",
|
||||
"createInternalResourceDialogName": "Nombre",
|
||||
"createInternalResourceDialogSite": "Sitio",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "No hay nodos disponibles para esta organización. Crea un nodo primero para usar sitios locales.",
|
||||
"exitNode": "Nodo de Salida",
|
||||
"country": "País",
|
||||
"countryIsNot": "El país no es",
|
||||
"rulesMatchCountry": "Actualmente basado en IP de origen",
|
||||
"region": "Región",
|
||||
"selectRegion": "Seleccionar región",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "La configuración de autenticación de doble factor es requerida. Por favor, inicia sesión de nuevo a través de {dashboardUrl}/auth/login completa este paso. Luego, vuelve aquí.",
|
||||
"additionalSecurityRequired": "Seguridad adicional requerida",
|
||||
"organizationRequiresAdditionalSteps": "Esta organización requiere pasos de seguridad adicionales antes de poder acceder a los recursos.",
|
||||
"sessionExpired": "Sesión Expirada",
|
||||
"sessionExpiredReauthRequired": "Su sesión ha expirado según la política de seguridad de su organización. Por favor, vuelva a autenticarse para continuar.",
|
||||
"reauthenticate": "Volver a autenticar",
|
||||
"completeTheseSteps": "Completa estos pasos",
|
||||
"enableTwoFactorAuthentication": "Habilitar autenticación de doble factor",
|
||||
"completeSecuritySteps": "Pasos de seguridad completos",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Agregar usuarios",
|
||||
"editInternalResourceDialogAddClients": "Agregar clientes",
|
||||
"editInternalResourceDialogDestinationLabel": "Destino",
|
||||
"editInternalResourceDialogDestinationDescription": "Especifique la dirección de destino para el recurso interno. Puede ser un nombre de host, dirección IP o rango CIDR dependiendo del modo seleccionado. Opcionalmente establezca un alias DNS interno para una identificación más fácil.",
|
||||
"editInternalResourceDialogDestinationDescription": "Elija dónde se ejecuta este recurso y cómo lo alcanzan los clientes",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Seleccionar múltiples sitios habilita el enrutamiento resistente y la conmutación por error para alta disponibilidad.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Más información",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Restringir el acceso a puertos TCP/UDP específicos o permitir/bloquear todos los puertos.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Recurso Deshabilitado",
|
||||
"memberPortalShowingResources": "Mostrando {start}-{end} de {total} recursos",
|
||||
"resourceLauncherTitle": "Lanzador de Recursos",
|
||||
"resourceLauncherDescription": "Ve los detalles de los recursos y lánzalos desde un solo lugar",
|
||||
"resourceLauncherSearchPlaceholder": "Buscar en todos los sitios...",
|
||||
"resourceSidebarLauncherTitle": "Lanzador",
|
||||
"resourceLauncherDescription": "Ver todos los recursos disponibles y lanzarlos desde un único centro",
|
||||
"resourceLauncherSearchPlaceholder": "Buscar tus recursos...",
|
||||
"resourceLauncherDefaultView": "Predeterminado",
|
||||
"resourceLauncherSaveView": "Guardar Vista",
|
||||
"resourceLauncherSaveToCurrentView": "Guardar en la Vista Actual",
|
||||
"resourceLauncherSaveDefaultPersonal": "Guardar para mí",
|
||||
"resourceLauncherResetView": "Restablecer Vista",
|
||||
"resourceLauncherResetSystemDefault": "Restaurar a la configuración predeterminada del sistema",
|
||||
"resourceLauncherSystemDefaultRestored": "Configuración del sistema restaurada",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "La vista predeterminada se ha restablecido a la configuración original.",
|
||||
"resourceLauncherSaveAsNewView": "Guardar como Nueva Vista",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Ponle un nombre a esta vista para guardar tus filtros y diseño actuales.",
|
||||
"resourceLauncherSaveForEveryone": "Guardar para Todos",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Comparte esta vista con todos los miembros de la organización. Si está desmarcado, la vista solo es visible para ti.",
|
||||
"resourceLauncherMakePersonal": "Hacer Personal",
|
||||
"resourceLauncherFilter": "Filtro",
|
||||
"resourceLauncherFilterWithCount": "Filtro, {count} aplicado",
|
||||
"resourceLauncherSort": "Ordenar",
|
||||
"resourceLauncherSortAscending": "Ordenar Ascendente",
|
||||
"resourceLauncherSortDescending": "Ordenar Descendente",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Agrupar Por",
|
||||
"resourceLauncherGroupBySite": "Sitio",
|
||||
"resourceLauncherGroupByLabel": "Etiqueta",
|
||||
"resourceLauncherGroupByNone": "Ninguna",
|
||||
"resourceLauncherLayout": "Disposición",
|
||||
"resourceLauncherLayoutGrid": "Cuadrícula",
|
||||
"resourceLauncherLayoutList": "Lista",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Mostrar Etiquetas del Sitio",
|
||||
"resourceLauncherShowRecents": "Mostrar Recientes",
|
||||
"resourceLauncherDeleteView": "Eliminar Vista",
|
||||
"resourceLauncherDeleteViewTitle": "Eliminar Vista",
|
||||
"resourceLauncherDeleteViewQuestion": "¿Está seguro de que desea eliminar esta vista de lanzador?",
|
||||
"resourceLauncherDeleteViewConfirm": "Eliminar Vista",
|
||||
"resourceLauncherViewAsAdmin": "Ver como Administrador",
|
||||
"resourceLauncherResourceDetailsDescription": "Ver detalles de este recurso.",
|
||||
"resourceLauncherResourceDetailsDescription": "Información de conexión y estado de este recurso.",
|
||||
"resourceLauncherResourceDetails": "Detalles del recurso",
|
||||
"resourceLauncherAuthMethodsDescription": "Métodos de autenticación habilitados para este recurso.",
|
||||
"resourceLauncherPrivateClientRequired": "Conéctese con un cliente en su dispositivo para acceder a este recurso en privado.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Se requiere conexión del cliente",
|
||||
"resourceLauncherDownloadClient": "Descargar cliente",
|
||||
"resourceLauncherFailedToLoadDetails": "No se pudieron cargar los detalles del recurso. Es posible que ya no tengas acceso a este recurso.",
|
||||
"resourceLauncherNoPortRestrictions": "Sin restricciones de puertos",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Sin Etiqueta",
|
||||
"resourceLauncherNoSite": "Sin Sitio",
|
||||
"resourceLauncherNoResourcesInGroup": "No hay recursos en este grupo",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "No se Encontraron Recursos",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "No hay recursos que coincidan con tu búsqueda o filtros actuales. Intenta ajustarlos para encontrar lo que buscas.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "No hay recursos que coincidan con \"{query}\". Intenta ajustar tu búsqueda o borrar filtros para ver todos los recursos.",
|
||||
"resourceLauncherSearchFirstTitle": "Buscar o filtrar para navegar",
|
||||
"resourceLauncherSearchFirstDescription": "Tiene acceso a muchos recursos. Use la búsqueda o filtre por sitio o etiqueta para encontrar lo que necesita.",
|
||||
"resourceLauncherSiteGroupingDisabled": "La agrupación por sitios no está disponible en esta escala. Filtre por sitio para agrupar un conjunto más pequeño.",
|
||||
"resourceLauncherLabelGroupingDisabled": "La agrupación por etiquetas no está disponible en esta escala.",
|
||||
"resourceLauncherCompactModeHint": "Mostrando una lista simplificada para una navegación más rápida. Use la búsqueda o los filtros para limitar los resultados.",
|
||||
"resourceLauncherCompactGroupingHint": "Aplique filtros de sitio o etiqueta para habilitar la agrupación.",
|
||||
"resourceLauncherCopiedToClipboard": "Copiado al portapapeles",
|
||||
"resourceLauncherCopiedAccessDescription": "El acceso al recurso ha sido copiado a tu portapapeles.",
|
||||
"resourceLauncherViewNamePlaceholder": "Nombre de la Vista",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Requêtes de proxy sur TCP/UDP brute en utilisant un numéro de port. Nécessite des sites pour se connecter à un noeud distant.",
|
||||
"resourceCreate": "Créer une ressource",
|
||||
"resourceCreateDescription": "Suivez les étapes ci-dessous pour créer une nouvelle ressource",
|
||||
"resourcePublicCreate": "Créer une ressource publique",
|
||||
"resourcePublicCreateDescription": "Suivez les étapes ci-dessous pour créer une nouvelle ressource publique accessible via un navigateur web",
|
||||
"resourceCreateGeneralDescription": "Configurer les paramètres de ressource de base, y compris le nom et le type",
|
||||
"resourceSeeAll": "Voir toutes les ressources",
|
||||
"resourceCreateGeneral": "Général",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Interne",
|
||||
"emailInvalid": "Adresse e-mail invalide",
|
||||
"inviteValidityDuration": "Veuillez sélectionner une durée",
|
||||
"accessRoleSelectPlease": "Veuillez sélectionner un rôle",
|
||||
"accessRoleSelectPlease": "Un utilisateur doit appartenir à au moins un rôle.",
|
||||
"accessRoleRequired": "Rôle requis",
|
||||
"removeOwnAdminRoleConfirmTitle": "Retirer votre accès administrateur ?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Vous n'aurez plus de droits d'administrateur dans cette organisation après avoir enregistré. Un autre administrateur pourra restaurer cet accès si nécessaire.",
|
||||
"removeOwnAdminRoleConfirmButton": "Retirer mon accès administrateur",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Authentification de l'en-tête de base",
|
||||
"policyAuthHeaderAuthDescription": "Validez un nom et une valeur d'en-tête HTTP personnalisé à chaque requête",
|
||||
"policyAuthHeaderAuthSummary": "En-tête configuré",
|
||||
"policyAuthHeaderName": "Nom de l'en-tête",
|
||||
"policyAuthHeaderValue": "Valeur attendue",
|
||||
"policyAuthHeaderName": "Nom d'utilisateur",
|
||||
"policyAuthHeaderValue": "Mot de passe",
|
||||
"policyAuthSetPasscode": "Définir le code confidentiel",
|
||||
"policyAuthSetPincode": "Définir le code PIN",
|
||||
"policyAuthSetEmailWhitelist": "Définir la liste blanche des e-mails",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Définir le code PIN de la ressource",
|
||||
"actionSetResourceEmailWhitelist": "Définir la liste blanche des emails de la ressource",
|
||||
"actionGetResourceEmailWhitelist": "Obtenir la liste blanche des emails de la ressource",
|
||||
"actionGetResourcePolicy": "Obtenir une politique de ressources",
|
||||
"actionUpdateResourcePolicy": "Mettre à jour la politique de ressources",
|
||||
"actionSetResourcePolicyUsers": "Définir les utilisateurs de la politique de ressources",
|
||||
"actionSetResourcePolicyRoles": "Définir les rôles de la politique de ressources",
|
||||
"actionSetResourcePolicyPassword": "Définir le mot de passe de la politique de ressources",
|
||||
"actionSetResourcePolicyPincode": "Définir le code PIN de la politique de ressources",
|
||||
"actionSetResourcePolicyHeaderAuth": "Définir l'authentification des en-têtes de la politique de ressources",
|
||||
"actionSetResourcePolicyWhitelist": "Définir la liste blanche des emails de la politique de ressources",
|
||||
"actionSetResourcePolicyRules": "Définir les règles de la politique de ressources",
|
||||
"actionCreateTarget": "Créer une cible",
|
||||
"actionDeleteTarget": "Supprimer une cible",
|
||||
"actionGetTarget": "Obtenir une cible",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Menu de navigation",
|
||||
"navbarDescription": "Menu de navigation principal de l'application",
|
||||
"navbarDocsLink": "Documentation",
|
||||
"commandPaletteTitle": "Palette de commandes",
|
||||
"commandPaletteDescription": "Rechercher des pages, organisations, ressources et actions",
|
||||
"commandPaletteSearchPlaceholder": "Rechercher des pages, ressources, actions...",
|
||||
"commandPaletteNoResults": "Aucun résultat trouvé.",
|
||||
"commandPaletteSearching": "Recherche en cours...",
|
||||
"commandPaletteNavigation": "Navigation",
|
||||
"commandPaletteOrganizations": "Organisations",
|
||||
"commandPaletteSites": "Sites",
|
||||
"commandPaletteResources": "Ressource",
|
||||
"commandPaletteUsers": "Utilisateurs",
|
||||
"commandPaletteClients": "Liste des clients",
|
||||
"commandPaletteActions": "Actions",
|
||||
"commandPaletteCreateSite": "Créer un site",
|
||||
"commandPaletteCreateProxyResource": "Créer une ressource publique",
|
||||
"commandPaletteCreatePrivateResource": "Créer une ressource privée",
|
||||
"commandPaletteCreateUser": "Créer un utilisateur",
|
||||
"commandPaletteCreateApiKey": "Créer une clé API",
|
||||
"commandPaletteCreateMachineClient": "Créer un client machine",
|
||||
"commandPaletteCreateAlertRule": "Créer une règle d'alerte",
|
||||
"commandPaletteCreateIdentityProvider": "Créer un fournisseur d'identité",
|
||||
"commandPaletteToggleTheme": "Changer de thème",
|
||||
"commandPaletteChooseOrganization": "Choisir une organisation",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Impossible d'activer l'A2F",
|
||||
"otpErrorEnableDescription": "Une erreur s'est produite lors de l'activation de l'A2F",
|
||||
"otpSetupCheckCode": "Veuillez entrer un code à 6 chiffres",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Gestion",
|
||||
"sidebarBillingAndLicenses": "Facturation & Licences",
|
||||
"sidebarLogsAnalytics": "Analyses",
|
||||
"commandSites": "Nœuds",
|
||||
"commandActionModeInfo": "Tapez \">\" Pour ouvrir le mode action",
|
||||
"commandResources": "Ressource",
|
||||
"commandProxyResources": "Ressources publiques",
|
||||
"commandClientResources": "Ressources privées",
|
||||
"commandClients": "Clients",
|
||||
"commandUserDevices": "Appareils utilisateur",
|
||||
"commandMachineClients": "Clients machine",
|
||||
"commandDomains": "Domaines",
|
||||
"commandRemoteExitNodes": "Nœuds distants",
|
||||
"commandTeam": "Équipe",
|
||||
"commandUsers": "Utilisateurs",
|
||||
"commandRoles": "Rôles",
|
||||
"commandInvitations": "Invitations",
|
||||
"commandPolicies": "Politiques partagées",
|
||||
"commandResourcePolicies": "Politiques de ressources publiques",
|
||||
"commandIdentityProviders": "Fournisseurs d'identité",
|
||||
"commandApprovals": "Demandes d'approbation",
|
||||
"commandShareableLinks": "Liens partageables",
|
||||
"commandOrganization": "Organisation",
|
||||
"commandLogsAndAnalytics": "Journaux & Analyses",
|
||||
"commandLogsAnalytics": "Analyses",
|
||||
"commandLogsRequest": "Journaux des requêtes HTTP",
|
||||
"commandLogsAccess": "Journaux d'authentification",
|
||||
"commandLogsAction": "Journaux des actions administratives",
|
||||
"commandLogsConnection": "Journaux de connexion",
|
||||
"commandLogsStreaming": "Diffusion d'événements",
|
||||
"commandManagement": "Gestion",
|
||||
"commandAlerting": "Alerte",
|
||||
"commandProvisioning": "Provisionnement",
|
||||
"commandBluePrints": "Configs",
|
||||
"commandApiKeys": "Clés d'API",
|
||||
"commandBillingAndLicenses": "Facturation & Licences",
|
||||
"commandBilling": "Facturation",
|
||||
"commandEnterpriseLicenses": "Licence",
|
||||
"commandSettings": "Réglages",
|
||||
"commandLauncher": "Lanceur",
|
||||
"commandResourceLauncher": "Lanceur de ressources",
|
||||
"commandSearchResults": "Résultats de recherche",
|
||||
"alertingTitle": "Alertes",
|
||||
"alertingDescription": "Définissez des sources, des déclencheurs et des actions pour les notifications",
|
||||
"alertingRules": "Règles d'alerte",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domaines",
|
||||
"billingOrganizations": "Organes",
|
||||
"billingRemoteExitNodes": "Nœuds distants",
|
||||
"billingPublicResources": "Ressources publiques",
|
||||
"billingPrivateResources": "Ressources privées",
|
||||
"billingMachineClients": "Clients machine",
|
||||
"billingNoLimitConfigured": "Aucune limite configurée",
|
||||
"billingEstimatedPeriod": "Période de facturation estimée",
|
||||
"billingIncludedUsage": "Utilisation incluse",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Combien d'utilisateurs vous pouvez utiliser",
|
||||
"billingDomainInfo": "Combien de domaines vous pouvez utiliser",
|
||||
"billingRemoteExitNodesInfo": "Combien de nœuds distants vous pouvez utiliser",
|
||||
"billingPublicResourcesInfo": "Combien de ressources publiques pouvez-vous utiliser",
|
||||
"billingPrivateResourcesInfo": "Combien de ressources privées pouvez-vous utiliser",
|
||||
"billingMachineClientsInfo": "Combien de clients machine pouvez-vous utiliser",
|
||||
"billingLicenseKeys": "Clés de licence",
|
||||
"billingLicenseKeysDescription": "Gérer vos abonnements à la clé de licence",
|
||||
"billingLicenseSubscription": "Abonnement à la licence",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Fermer",
|
||||
"createInternalResourceDialogCreateClientResource": "Créer une ressource privée",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Créer une nouvelle ressource qui ne sera accessible qu'aux clients connectés à l'organisation",
|
||||
"privateResourceCreatePageSeeAll": "Voir toutes les ressources privées",
|
||||
"privateResourceAllowIcmpPing": "Autoriser le ping ICMP",
|
||||
"privateResourceNetworkAccess": "Accès au réseau",
|
||||
"privateResourceNetworkAccessDescription": "Contrôler l'accès aux ports TCP/UDP et si le ping ICMP est autorisé pour cette ressource.",
|
||||
"hostSettings": "Paramètres de l'hôte",
|
||||
"cidrSettings": "Paramètres CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Propriétés de la ressource",
|
||||
"createInternalResourceDialogName": "Nom",
|
||||
"createInternalResourceDialogSite": "Site",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Aucun noeud n'est disponible pour cette organisation. Créez d'abord un noeud pour utiliser des sites locaux.",
|
||||
"exitNode": "Nœud de sortie",
|
||||
"country": "Pays",
|
||||
"countryIsNot": "Le pays n'est pas",
|
||||
"rulesMatchCountry": "Actuellement basé sur l'IP source",
|
||||
"region": "Région",
|
||||
"selectRegion": "Sélectionner une région",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "La configuration d'authentification à deux facteurs est requise. Veuillez vous reconnecter via {dashboardUrl}/auth/login terminé cette étape. Puis revenez ici.",
|
||||
"additionalSecurityRequired": "Sécurité supplémentaire requise",
|
||||
"organizationRequiresAdditionalSteps": "Cette organisation nécessite des étapes de sécurité supplémentaires avant de pouvoir accéder aux ressources.",
|
||||
"sessionExpired": "Session expirée",
|
||||
"sessionExpiredReauthRequired": "Votre session a expiré selon la politique de sécurité de votre organisation. Veuillez vous ré-authentifier pour continuer.",
|
||||
"reauthenticate": "Se ré-authentifier",
|
||||
"completeTheseSteps": "Compléter ces étapes",
|
||||
"enableTwoFactorAuthentication": "Activer l'authentification à deux facteurs",
|
||||
"completeSecuritySteps": "Compléter les étapes de sécurité",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Ajouter des utilisateurs",
|
||||
"editInternalResourceDialogAddClients": "Ajouter des clients",
|
||||
"editInternalResourceDialogDestinationLabel": "Destination",
|
||||
"editInternalResourceDialogDestinationDescription": "Indiquez l'adresse de destination pour la ressource interne. Cela peut être un nom d'hôte, une adresse IP ou une plage CIDR selon le mode sélectionné. Définissez éventuellement un alias DNS interne pour une identification plus facile.",
|
||||
"editInternalResourceDialogDestinationDescription": "Choisissez où cette ressource fonctionne et comment les clients l'atteignent",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "La sélection de plusieurs sites permet un routage résilient et un basculement pour une haute disponibilité.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "En savoir plus",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Restreindre l'accès à des ports TCP/UDP spécifiques ou autoriser/bloquer tous les ports.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Ressource désactivée",
|
||||
"memberPortalShowingResources": "Affichage de {start}-{end} sur {total} ressources",
|
||||
"resourceLauncherTitle": "Lanceur de ressources",
|
||||
"resourceLauncherDescription": "Afficher les détails des ressources et les lancer depuis un seul endroit",
|
||||
"resourceLauncherSearchPlaceholder": "Rechercher sur tous les sites...",
|
||||
"resourceSidebarLauncherTitle": "Lanceur",
|
||||
"resourceLauncherDescription": "Afficher toutes les ressources disponibles et les lancer depuis un hub central",
|
||||
"resourceLauncherSearchPlaceholder": "Chercher vos ressources...",
|
||||
"resourceLauncherDefaultView": "Par défaut",
|
||||
"resourceLauncherSaveView": "Enregistrer la vue",
|
||||
"resourceLauncherSaveToCurrentView": "Enregistrer dans la vue actuelle",
|
||||
"resourceLauncherSaveDefaultPersonal": "Sauvegarder pour moi",
|
||||
"resourceLauncherResetView": "Réinitialiser la vue",
|
||||
"resourceLauncherResetSystemDefault": "Réinitialiser aux paramètres système par défaut",
|
||||
"resourceLauncherSystemDefaultRestored": "Paramètre système par défaut restauré",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "La vue par défaut a été réinitialisée aux paramètres d'origine.",
|
||||
"resourceLauncherSaveAsNewView": "Enregistrer comme nouvelle vue",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Donnez un nom à cette vue pour enregistrer vos filtres et mise en page actuels.",
|
||||
"resourceLauncherSaveForEveryone": "Enregistrer pour tout le monde",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Partagez cette vue avec tous les membres de l'organisation. Lorsque décochée, la vue est visible uniquement par vous.",
|
||||
"resourceLauncherMakePersonal": "Rendre personnel",
|
||||
"resourceLauncherFilter": "Filtrer",
|
||||
"resourceLauncherFilterWithCount": "Filtrer, {count} appliqué",
|
||||
"resourceLauncherSort": "Trier",
|
||||
"resourceLauncherSortAscending": "Trier par ordre croissant",
|
||||
"resourceLauncherSortDescending": "Trier par ordre décroissant",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Grouper par",
|
||||
"resourceLauncherGroupBySite": "Nœud",
|
||||
"resourceLauncherGroupByLabel": "Étiquette",
|
||||
"resourceLauncherGroupByNone": "Aucun",
|
||||
"resourceLauncherLayout": "Mise en page",
|
||||
"resourceLauncherLayoutGrid": "Grille",
|
||||
"resourceLauncherLayoutList": "Liste",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Afficher les tags de site",
|
||||
"resourceLauncherShowRecents": "Afficher les récents",
|
||||
"resourceLauncherDeleteView": "Supprimer la vue",
|
||||
"resourceLauncherDeleteViewTitle": "Supprimer la vue",
|
||||
"resourceLauncherDeleteViewQuestion": "Êtes-vous sûr de vouloir supprimer cette vue de lancement ?",
|
||||
"resourceLauncherDeleteViewConfirm": "Supprimer la vue",
|
||||
"resourceLauncherViewAsAdmin": "Voir en tant qu'admin",
|
||||
"resourceLauncherResourceDetailsDescription": "Afficher les détails pour cette ressource.",
|
||||
"resourceLauncherResourceDetailsDescription": "Informations de connexion et statut pour cette ressource.",
|
||||
"resourceLauncherResourceDetails": "Détails de la ressource",
|
||||
"resourceLauncherAuthMethodsDescription": "Méthodes d'authentification activées pour cette ressource.",
|
||||
"resourceLauncherPrivateClientRequired": "Connectez-vous avec un client sur votre appareil pour accéder à cette ressource en privé.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Connexion client requise",
|
||||
"resourceLauncherDownloadClient": "Télécharger le client",
|
||||
"resourceLauncherFailedToLoadDetails": "Impossible de charger les détails de la ressource. Vous n'avez peut-être plus accès à cette ressource.",
|
||||
"resourceLauncherNoPortRestrictions": "Aucune restriction de port",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Non étiqueté",
|
||||
"resourceLauncherNoSite": "Aucun nœud",
|
||||
"resourceLauncherNoResourcesInGroup": "Aucune ressource dans ce groupe",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Aucune ressource trouvée",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Aucune ressource ne correspond à votre recherche ou filtre actuel. Essayez de les ajuster pour trouver ce que vous cherchez.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Aucune ressource ne correspond à \"{query}\". Essayez d'ajuster votre recherche ou de supprimer les filtres pour voir toutes les ressources.",
|
||||
"resourceLauncherSearchFirstTitle": "Rechercher ou filtrer pour parcourir",
|
||||
"resourceLauncherSearchFirstDescription": "Vous avez accès à de nombreuses ressources. Utilisez la recherche ou filtrez par site ou étiquette pour trouver ce dont vous avez besoin.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Le regroupement par site n'est pas disponible à cette échelle. Filtrez par site pour regrouper un ensemble plus restreint.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Le regroupement par étiquette n'est pas disponible à cette échelle.",
|
||||
"resourceLauncherCompactModeHint": "Affichage d'une liste simplifiée pour une navigation plus rapide. Utilisez la recherche ou les filtres pour affiner les résultats.",
|
||||
"resourceLauncherCompactGroupingHint": "Appliquer des filtres par site ou étiquette pour activer le regroupement.",
|
||||
"resourceLauncherCopiedToClipboard": "Copié dans le presse-papiers",
|
||||
"resourceLauncherCopiedAccessDescription": "L'accès à la ressource a été copié dans votre presse-papiers.",
|
||||
"resourceLauncherViewNamePlaceholder": "Nom de la vue",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Richiesta proxy su TCP/UDP grezzo utilizzando un numero di porta. Richiede siti per connettersi a un nodo remoto.",
|
||||
"resourceCreate": "Crea Risorsa",
|
||||
"resourceCreateDescription": "Segui i passaggi seguenti per creare una nuova risorsa",
|
||||
"resourcePublicCreate": "Crea Risorsa Pubblica",
|
||||
"resourcePublicCreateDescription": "Segui i passaggi seguenti per creare una nuova risorsa pubblica accessibile tramite un browser web",
|
||||
"resourceCreateGeneralDescription": "Configura le impostazioni generali delle risorse, inclusi il nome e il tipo",
|
||||
"resourceSeeAll": "Vedi Tutte Le Risorse",
|
||||
"resourceCreateGeneral": "Generale",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Interno",
|
||||
"emailInvalid": "Indirizzo email non valido",
|
||||
"inviteValidityDuration": "Seleziona una durata",
|
||||
"accessRoleSelectPlease": "Seleziona un ruolo",
|
||||
"accessRoleSelectPlease": "Un utente deve appartenere ad almeno un ruolo.",
|
||||
"accessRoleRequired": "Ruolo richiesto",
|
||||
"removeOwnAdminRoleConfirmTitle": "Rimuovere il tuo accesso amministrativo?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Non avrai più i permessi di amministratore in questa organizzazione dopo il salvataggio. Un altro amministratore può ripristinare l'accesso se necessario.",
|
||||
"removeOwnAdminRoleConfirmButton": "Rimuovere il Mio Accesso Amministrativo",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Autenticazione Header Base",
|
||||
"policyAuthHeaderAuthDescription": "Convalida un nome e un valore di intestazione HTTP personalizzato su ogni richiesta",
|
||||
"policyAuthHeaderAuthSummary": "Intestazione configurata",
|
||||
"policyAuthHeaderName": "Nome dell'intestazione",
|
||||
"policyAuthHeaderValue": "Valore atteso",
|
||||
"policyAuthHeaderName": "Nome utente",
|
||||
"policyAuthHeaderValue": "Password",
|
||||
"policyAuthSetPasscode": "Imposta Codice di Accesso",
|
||||
"policyAuthSetPincode": "Imposta Codice PIN",
|
||||
"policyAuthSetEmailWhitelist": "Imposta Lista Autorizzazioni Email",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Imposta Codice PIN Risorsa",
|
||||
"actionSetResourceEmailWhitelist": "Imposta Lista Autorizzazioni Email Risorsa",
|
||||
"actionGetResourceEmailWhitelist": "Ottieni Lista Autorizzazioni Email Risorsa",
|
||||
"actionGetResourcePolicy": "Ottieni la Politica della Risorsa",
|
||||
"actionUpdateResourcePolicy": "Aggiorna la Politica della Risorsa",
|
||||
"actionSetResourcePolicyUsers": "Imposta Utenti della Politica Risorsa",
|
||||
"actionSetResourcePolicyRoles": "Imposta Ruoli della Politica Risorsa",
|
||||
"actionSetResourcePolicyPassword": "Imposta Password della Politica Risorsa",
|
||||
"actionSetResourcePolicyPincode": "Imposta Codice PIN della Politica Risorsa",
|
||||
"actionSetResourcePolicyHeaderAuth": "Imposta Autenticazione Header della Politica Risorsa",
|
||||
"actionSetResourcePolicyWhitelist": "Imposta Lista Autorizzazioni Email della Politica Risorsa",
|
||||
"actionSetResourcePolicyRules": "Imposta Regole della Politica Risorsa",
|
||||
"actionCreateTarget": "Crea Target",
|
||||
"actionDeleteTarget": "Elimina Target",
|
||||
"actionGetTarget": "Ottieni Target",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Menu di Navigazione",
|
||||
"navbarDescription": "Menu di navigazione principale dell'applicazione",
|
||||
"navbarDocsLink": "Documentazione",
|
||||
"commandPaletteTitle": "Tavolozza dei Comandi",
|
||||
"commandPaletteDescription": "Cerca pagine, organizzazioni, risorse e azioni",
|
||||
"commandPaletteSearchPlaceholder": "Cerca pagine, risorse, azioni...",
|
||||
"commandPaletteNoResults": "Nessun risultato trovato.",
|
||||
"commandPaletteSearching": "Ricerca...",
|
||||
"commandPaletteNavigation": "Navigazione",
|
||||
"commandPaletteOrganizations": "Organizzazioni",
|
||||
"commandPaletteSites": "Siti",
|
||||
"commandPaletteResources": "Risorse",
|
||||
"commandPaletteUsers": "Utenti",
|
||||
"commandPaletteClients": "Client Macchina",
|
||||
"commandPaletteActions": "Azioni",
|
||||
"commandPaletteCreateSite": "Crea Sito",
|
||||
"commandPaletteCreateProxyResource": "Crea Risorsa Pubblica",
|
||||
"commandPaletteCreatePrivateResource": "Crea Risorsa Privata",
|
||||
"commandPaletteCreateUser": "Crea Utente",
|
||||
"commandPaletteCreateApiKey": "Crea Chiave API",
|
||||
"commandPaletteCreateMachineClient": "Crea Client Macchina",
|
||||
"commandPaletteCreateAlertRule": "Crea Regola di Avviso",
|
||||
"commandPaletteCreateIdentityProvider": "Crea Provider di Identità",
|
||||
"commandPaletteToggleTheme": "Attiva/Disattiva Tema",
|
||||
"commandPaletteChooseOrganization": "Scegli Organizzazione",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Impossibile abilitare 2FA",
|
||||
"otpErrorEnableDescription": "Si è verificato un errore durante l'abilitazione di 2FA",
|
||||
"otpSetupCheckCode": "Inserisci un codice a 6 cifre",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Gestione",
|
||||
"sidebarBillingAndLicenses": "Fatturazione E Licenze",
|
||||
"sidebarLogsAnalytics": "Analisi",
|
||||
"commandSites": "Siti",
|
||||
"commandActionModeInfo": "Digita \">\" Per Aprire la Modalità Azione",
|
||||
"commandResources": "Risorse",
|
||||
"commandProxyResources": "Risorse Pubbliche",
|
||||
"commandClientResources": "Risorse Private",
|
||||
"commandClients": "Client",
|
||||
"commandUserDevices": "Dispositivi Utente",
|
||||
"commandMachineClients": "Client Macchina",
|
||||
"commandDomains": "Domini",
|
||||
"commandRemoteExitNodes": "Nodi Remoti",
|
||||
"commandTeam": "Squadra",
|
||||
"commandUsers": "Utenti",
|
||||
"commandRoles": "Ruoli",
|
||||
"commandInvitations": "Inviti",
|
||||
"commandPolicies": "Politiche Condivise",
|
||||
"commandResourcePolicies": "Politiche delle Risorse Pubbliche",
|
||||
"commandIdentityProviders": "Fornitori di Identità",
|
||||
"commandApprovals": "Richieste di Approvazione",
|
||||
"commandShareableLinks": "Link Condivisibili",
|
||||
"commandOrganization": "Organizzazione",
|
||||
"commandLogsAndAnalytics": "Log & Analisi",
|
||||
"commandLogsAnalytics": "Analisi",
|
||||
"commandLogsRequest": "Log di Richieste HTTP",
|
||||
"commandLogsAccess": "Log di Autenticazione",
|
||||
"commandLogsAction": "Log delle Azioni Amministrative",
|
||||
"commandLogsConnection": "Log di Connessione",
|
||||
"commandLogsStreaming": "Streaming di Eventi",
|
||||
"commandManagement": "Gestione",
|
||||
"commandAlerting": "Avvisi",
|
||||
"commandProvisioning": "Provisioning",
|
||||
"commandBluePrints": "Modelli",
|
||||
"commandApiKeys": "Chiavi API",
|
||||
"commandBillingAndLicenses": "Fatturazione & Licenze",
|
||||
"commandBilling": "Fatturazione",
|
||||
"commandEnterpriseLicenses": "Licenze",
|
||||
"commandSettings": "Impostazioni",
|
||||
"commandLauncher": "Avvio",
|
||||
"commandResourceLauncher": "Launcher delle Risorse",
|
||||
"commandSearchResults": "Risultati della Ricerca",
|
||||
"alertingTitle": "Allerta",
|
||||
"alertingDescription": "Definisci fonti, trigger e azioni per le notifiche",
|
||||
"alertingRules": "Regole di allerta",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domini",
|
||||
"billingOrganizations": "Organi",
|
||||
"billingRemoteExitNodes": "Nodi Remoti",
|
||||
"billingPublicResources": "Risorse Pubbliche",
|
||||
"billingPrivateResources": "Risorse Private",
|
||||
"billingMachineClients": "Client Macchina",
|
||||
"billingNoLimitConfigured": "Nessun limite configurato",
|
||||
"billingEstimatedPeriod": "Periodo di Fatturazione Stimato",
|
||||
"billingIncludedUsage": "Utilizzo Incluso",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Quanti utenti puoi usare",
|
||||
"billingDomainInfo": "Quanti domini puoi usare",
|
||||
"billingRemoteExitNodesInfo": "Quanti nodi remoti puoi usare",
|
||||
"billingPublicResourcesInfo": "Quante risorse pubbliche puoi utilizzare",
|
||||
"billingPrivateResourcesInfo": "Quante risorse private puoi utilizzare",
|
||||
"billingMachineClientsInfo": "Quanti client macchina puoi utilizzare",
|
||||
"billingLicenseKeys": "Chiavi di Licenza",
|
||||
"billingLicenseKeysDescription": "Gestisci le sottoscrizioni alla chiave di licenza",
|
||||
"billingLicenseSubscription": "Abbonamento Licenza",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Chiudi",
|
||||
"createInternalResourceDialogCreateClientResource": "Crea Risorsa Privata",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Crea una nuova risorsa che sarà accessibile solo ai client connessi all'organizzazione",
|
||||
"privateResourceCreatePageSeeAll": "Vedi Tutte le Risorse Private",
|
||||
"privateResourceAllowIcmpPing": "Consenti ICMP Ping",
|
||||
"privateResourceNetworkAccess": "Accesso alla Rete",
|
||||
"privateResourceNetworkAccessDescription": "Controlla l'accesso alle porte TCP/UDP e se ICMP ping è consentito per questa risorsa.",
|
||||
"hostSettings": "Impostazioni dell'Host",
|
||||
"cidrSettings": "Impostazioni CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Proprietà della Risorsa",
|
||||
"createInternalResourceDialogName": "Nome",
|
||||
"createInternalResourceDialogSite": "Sito",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Non ci sono nodi disponibili per questa organizzazione. Crea un nodo prima per usare i siti locali.",
|
||||
"exitNode": "Nodo di Uscita",
|
||||
"country": "Paese",
|
||||
"countryIsNot": "Paese Non È",
|
||||
"rulesMatchCountry": "Attualmente basato sull'IP di origine",
|
||||
"region": "Regione",
|
||||
"selectRegion": "Seleziona regione",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "È richiesta la configurazione di autenticazione a due fattori. Effettua nuovamente l'accesso tramite {dashboardUrl}/auth/login completa questo passaggio. Quindi, torna qui.",
|
||||
"additionalSecurityRequired": "Necessaria Sicurezza Aggiuntiva",
|
||||
"organizationRequiresAdditionalSteps": "Questa organizzazione richiede ulteriori passi di sicurezza prima di poter accedere alle risorse.",
|
||||
"sessionExpired": "Sessione Scaduta",
|
||||
"sessionExpiredReauthRequired": "La tua sessione è scaduta in conformità con la politica di sicurezza della tua organizzazione. Effettua nuovamente l'autenticazione per continuare.",
|
||||
"reauthenticate": "Riautenticazione",
|
||||
"completeTheseSteps": "Completa questi passaggi",
|
||||
"enableTwoFactorAuthentication": "Abilita autenticazione a due fattori",
|
||||
"completeSecuritySteps": "Passi Di Sicurezza Completa",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Aggiungi Utenti",
|
||||
"editInternalResourceDialogAddClients": "Aggiungi Clienti",
|
||||
"editInternalResourceDialogDestinationLabel": "Destinazione",
|
||||
"editInternalResourceDialogDestinationDescription": "Specifica l'indirizzo di destinazione per la risorsa interna. Può essere un hostname, indirizzo IP o un intervallo CIDR a seconda della modalità selezionata. Opzionalmente imposta un alias DNS interno per una più facile identificazione.",
|
||||
"editInternalResourceDialogDestinationDescription": "Scegli dove eseguire questa risorsa e come i client lo raggiungono",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Selezionare più siti consente un routing resiliente e Failover per alta disponibilità.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Scopri di più",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Limita l'accesso a porte TCP/UDP specifiche o consenti/blocca tutte le porte.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Risorsa Disabilitata",
|
||||
"memberPortalShowingResources": "Mostrando {start}-{end} di {total} risorse",
|
||||
"resourceLauncherTitle": "Lanscia Risorse",
|
||||
"resourceLauncherDescription": "Visualizza i dettagli delle risorse e lanciale da un solo posto",
|
||||
"resourceLauncherSearchPlaceholder": "Cerca tutti i siti...",
|
||||
"resourceSidebarLauncherTitle": "Avvio",
|
||||
"resourceLauncherDescription": "Visualizza tutte le risorse disponibili e avviale da un unico hub centrale",
|
||||
"resourceLauncherSearchPlaceholder": "Cerca le tue risorse...",
|
||||
"resourceLauncherDefaultView": "Predefinito",
|
||||
"resourceLauncherSaveView": "Salva Visualizzazione",
|
||||
"resourceLauncherSaveToCurrentView": "Salva alla Visualizzazione Corrente",
|
||||
"resourceLauncherSaveDefaultPersonal": "Salva per Me",
|
||||
"resourceLauncherResetView": "Reimposta Visualizzazione",
|
||||
"resourceLauncherResetSystemDefault": "Ripristina le Impostazioni di Sistema",
|
||||
"resourceLauncherSystemDefaultRestored": "Ripristinato il default di sistema",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "La vista predefinita è stata reimpostata alle impostazioni originali.",
|
||||
"resourceLauncherSaveAsNewView": "Salva come Nuova Visualizzazione",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Dai un nome a questa visualizzazione per salvare i tuoi filtri e layout attuali.",
|
||||
"resourceLauncherSaveForEveryone": "Salva per Tutti",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Condividi questa visualizzazione con tutti i membri dell'organizzazione. Quando non è selezionata, la visualizzazione è visibile solo a te.",
|
||||
"resourceLauncherMakePersonal": "Rendi Personale",
|
||||
"resourceLauncherFilter": "Filtro",
|
||||
"resourceLauncherFilterWithCount": "Filtro, {count} applicato/i",
|
||||
"resourceLauncherSort": "Ordina",
|
||||
"resourceLauncherSortAscending": "Ordina in ordine crescente",
|
||||
"resourceLauncherSortDescending": "Ordina in ordine decrescente",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Raggruppa per",
|
||||
"resourceLauncherGroupBySite": "Sito",
|
||||
"resourceLauncherGroupByLabel": "Etichetta",
|
||||
"resourceLauncherGroupByNone": "Nessuno",
|
||||
"resourceLauncherLayout": "Layout",
|
||||
"resourceLauncherLayoutGrid": "Griglia",
|
||||
"resourceLauncherLayoutList": "Lista",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Mostra Tag di Sito",
|
||||
"resourceLauncherShowRecents": "Mostra Recenti",
|
||||
"resourceLauncherDeleteView": "Elimina Visualizzazione",
|
||||
"resourceLauncherDeleteViewTitle": "Elimina Vista",
|
||||
"resourceLauncherDeleteViewQuestion": "Sei sicuro di voler eliminare questa vista del launcher?",
|
||||
"resourceLauncherDeleteViewConfirm": "Elimina Vista",
|
||||
"resourceLauncherViewAsAdmin": "Visualizza come Admin",
|
||||
"resourceLauncherResourceDetailsDescription": "Visualizza i dettagli per questa risorsa.",
|
||||
"resourceLauncherResourceDetailsDescription": "Informazioni e stato della connessione per questa risorsa.",
|
||||
"resourceLauncherResourceDetails": "Dettagli Risorsa",
|
||||
"resourceLauncherAuthMethodsDescription": "Metodi di autenticazione abilitati per questa risorsa.",
|
||||
"resourceLauncherPrivateClientRequired": "Connettiti con un client sul tuo dispositivo per accedere a questa risorsa privatamente.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Connessione Client Richiesta",
|
||||
"resourceLauncherDownloadClient": "Scarica client",
|
||||
"resourceLauncherFailedToLoadDetails": "Impossibile caricare i dettagli della risorsa. Potresti non avere più accesso a questa risorsa.",
|
||||
"resourceLauncherNoPortRestrictions": "Nessuna restrizione di porta",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Non Etichettato",
|
||||
"resourceLauncherNoSite": "Nessun Sito",
|
||||
"resourceLauncherNoResourcesInGroup": "Nessuna risorsa in questo gruppo",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Nessuna risorsa trovata",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Nessuna risorsa corrisponde alla tua ricerca o ai tuoi filtri attuali. Prova a modificarli per trovare ciò che stai cercando.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Nessuna risorsa corrisponde a \"{query}\". Prova a modificare la tua ricerca o a cancellare i filtri per vedere tutte le risorse.",
|
||||
"resourceLauncherSearchFirstTitle": "Cerca o Filtra per Navigare",
|
||||
"resourceLauncherSearchFirstDescription": "Hai accesso a molte risorse. Usa la ricerca o filtra per sito o etichetta per trovare ciò di cui hai bisogno.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Raggruppamento per sito non disponibile su questa scala. Filtra per sito per raggruppare un set più piccolo.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Raggruppamento per etichetta non disponibile su questa scala.",
|
||||
"resourceLauncherCompactModeHint": "Mostrando un elenco semplificato per una navigazione più veloce. Usa la ricerca o i filtri per restringere i risultati.",
|
||||
"resourceLauncherCompactGroupingHint": "Applica filtri di sito o etichetta per abilitare il raggruppamento.",
|
||||
"resourceLauncherCopiedToClipboard": "Copiato negli appunti",
|
||||
"resourceLauncherCopiedAccessDescription": "L'accesso alla risorsa è stato copiato nei tuoi appunti.",
|
||||
"resourceLauncherViewNamePlaceholder": "Nome Visualizzazione",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "포트 번호를 사용하여 원격 노드에 연결해야 합니다. 원격 노드에서 리소스를 사용하려면 사용자 지정 도메인을 사용하십시오.",
|
||||
"resourceCreate": "리소스 생성",
|
||||
"resourceCreateDescription": "아래 단계를 따라 새 리소스를 생성하세요.",
|
||||
"resourcePublicCreate": "공용 리소스 생성",
|
||||
"resourcePublicCreateDescription": "웹 브라우저를 통해 접근할 수 있는 새로운 공용 리소스를 생성하려면 아래 단계를 따르십시오",
|
||||
"resourceCreateGeneralDescription": "이름 및 유형을 포함한 기본 리소스 설정 구성",
|
||||
"resourceSeeAll": "모든 리소스 보기",
|
||||
"resourceCreateGeneral": "일반",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "내부",
|
||||
"emailInvalid": "유효하지 않은 이메일 주소입니다.",
|
||||
"inviteValidityDuration": "지속 시간을 선택하십시오.",
|
||||
"accessRoleSelectPlease": "역할을 선택하세요",
|
||||
"accessRoleSelectPlease": "사용자는 적어도 하나의 역할에 속해야 합니다.",
|
||||
"accessRoleRequired": "역할 필요",
|
||||
"removeOwnAdminRoleConfirmTitle": "관리자 권한을 제거하시겠습니까?",
|
||||
"removeOwnAdminRoleConfirmDescription": "저장 후 이 조직에 대한 관리자 권한이 없어집니다. 필요한 경우 다른 관리자가 접근 권한을 복구할 수 있습니다.",
|
||||
"removeOwnAdminRoleConfirmButton": "내 관리자 권한 제거",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "기본 헤더 인증",
|
||||
"policyAuthHeaderAuthDescription": "각 요청에서 맞춤 HTTP 헤더 이름 및 값을 검증",
|
||||
"policyAuthHeaderAuthSummary": "헤더 구성됨",
|
||||
"policyAuthHeaderName": "헤더 이름",
|
||||
"policyAuthHeaderValue": "예상 값",
|
||||
"policyAuthHeaderName": "사용자 이름",
|
||||
"policyAuthHeaderValue": "비밀번호",
|
||||
"policyAuthSetPasscode": "패스코드 설정",
|
||||
"policyAuthSetPincode": "PIN 코드 설정",
|
||||
"policyAuthSetEmailWhitelist": "이메일 화이트리스트 설정",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "리소스 핀코드 설정",
|
||||
"actionSetResourceEmailWhitelist": "리소스 이메일 화이트리스트 설정",
|
||||
"actionGetResourceEmailWhitelist": "리소스 이메일 화이트리스트 가져오기",
|
||||
"actionGetResourcePolicy": "리소스 정책 가져오기",
|
||||
"actionUpdateResourcePolicy": "리소스 정책 업데이트",
|
||||
"actionSetResourcePolicyUsers": "리소스 정책 사용자 설정",
|
||||
"actionSetResourcePolicyRoles": "리소스 정책 역할 설정",
|
||||
"actionSetResourcePolicyPassword": "리소스 정책 비밀번호 설정",
|
||||
"actionSetResourcePolicyPincode": "리소스 정책 핀코드 설정",
|
||||
"actionSetResourcePolicyHeaderAuth": "리소스 정책 헤더 인증 설정",
|
||||
"actionSetResourcePolicyWhitelist": "리소스 정책 이메일 화이트리스트 설정",
|
||||
"actionSetResourcePolicyRules": "리소스 정책 규칙 설정",
|
||||
"actionCreateTarget": "대상 만들기",
|
||||
"actionDeleteTarget": "대상 삭제",
|
||||
"actionGetTarget": "대상 가져오기",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "탐색 메뉴",
|
||||
"navbarDescription": "애플리케이션의 주요 탐색 메뉴",
|
||||
"navbarDocsLink": "문서",
|
||||
"commandPaletteTitle": "명령 팔레트",
|
||||
"commandPaletteDescription": "페이지, 조직, 리소스 및 작업을 검색합니다",
|
||||
"commandPaletteSearchPlaceholder": "페이지, 리소스, 작업 검색...",
|
||||
"commandPaletteNoResults": "결과를 찾을 수 없습니다.",
|
||||
"commandPaletteSearching": "검색 중...",
|
||||
"commandPaletteNavigation": "탐색",
|
||||
"commandPaletteOrganizations": "조직",
|
||||
"commandPaletteSites": "사이트",
|
||||
"commandPaletteResources": "리소스",
|
||||
"commandPaletteUsers": "사용자",
|
||||
"commandPaletteClients": "머신 클라이언트",
|
||||
"commandPaletteActions": "작업",
|
||||
"commandPaletteCreateSite": "사이트 생성",
|
||||
"commandPaletteCreateProxyResource": "공용 리소스 생성",
|
||||
"commandPaletteCreatePrivateResource": "개인 리소스 생성",
|
||||
"commandPaletteCreateUser": "사용자 생성",
|
||||
"commandPaletteCreateApiKey": "API 키 생성",
|
||||
"commandPaletteCreateMachineClient": "머신 클라이언트 생성",
|
||||
"commandPaletteCreateAlertRule": "경고 규칙 생성",
|
||||
"commandPaletteCreateIdentityProvider": "신원 공급자 생성",
|
||||
"commandPaletteToggleTheme": "테마 전환",
|
||||
"commandPaletteChooseOrganization": "조직 선택",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "2FA를 활성화할 수 없습니다.",
|
||||
"otpErrorEnableDescription": "2FA를 활성화하는 동안 오류가 발생했습니다",
|
||||
"otpSetupCheckCode": "6자리 코드를 입력하세요",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "관리",
|
||||
"sidebarBillingAndLicenses": "결제 및 라이선스",
|
||||
"sidebarLogsAnalytics": "분석",
|
||||
"commandSites": "사이트",
|
||||
"commandActionModeInfo": "동작 모드 열기 위해 \">\" 입력",
|
||||
"commandResources": "리소스",
|
||||
"commandProxyResources": "공용 리소스",
|
||||
"commandClientResources": "개인 리소스",
|
||||
"commandClients": "클라이언트",
|
||||
"commandUserDevices": "사용자 기기",
|
||||
"commandMachineClients": "머신 클라이언트",
|
||||
"commandDomains": "도메인",
|
||||
"commandRemoteExitNodes": "원격 노드",
|
||||
"commandTeam": "팀",
|
||||
"commandUsers": "사용자",
|
||||
"commandRoles": "역할",
|
||||
"commandInvitations": "초대",
|
||||
"commandPolicies": "공유 정책",
|
||||
"commandResourcePolicies": "공용 리소스 정책",
|
||||
"commandIdentityProviders": "신원 공급자",
|
||||
"commandApprovals": "승인 요청",
|
||||
"commandShareableLinks": "공유 가능한 링크",
|
||||
"commandOrganization": "조직",
|
||||
"commandLogsAndAnalytics": "로그 및 분석",
|
||||
"commandLogsAnalytics": "분석",
|
||||
"commandLogsRequest": "HTTP 요청 로그",
|
||||
"commandLogsAccess": "인증 로그",
|
||||
"commandLogsAction": "관리자 작업 로그",
|
||||
"commandLogsConnection": "네트워크 로그",
|
||||
"commandLogsStreaming": "이벤트 스트리밍",
|
||||
"commandManagement": "관리",
|
||||
"commandAlerting": "경보",
|
||||
"commandProvisioning": "프로비저닝",
|
||||
"commandBluePrints": "블루밍",
|
||||
"commandApiKeys": "API 키",
|
||||
"commandBillingAndLicenses": "청구 및 라이선스",
|
||||
"commandBilling": "청구",
|
||||
"commandEnterpriseLicenses": "라이선스",
|
||||
"commandSettings": "설정",
|
||||
"commandLauncher": "런처",
|
||||
"commandResourceLauncher": "리소스 런처",
|
||||
"commandSearchResults": "검색 결과",
|
||||
"alertingTitle": "알림",
|
||||
"alertingDescription": "알림에 대한 소스, 트리거 및 작업 정의",
|
||||
"alertingRules": "알림 규칙",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "도메인",
|
||||
"billingOrganizations": "조직",
|
||||
"billingRemoteExitNodes": "원격 노드",
|
||||
"billingPublicResources": "공용 리소스",
|
||||
"billingPrivateResources": "개인 리소스",
|
||||
"billingMachineClients": "머신 클라이언트",
|
||||
"billingNoLimitConfigured": "구성된 한도가 없습니다.",
|
||||
"billingEstimatedPeriod": "예상 청구 기간",
|
||||
"billingIncludedUsage": "포함 사용량",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "사용할 수 있는 사용자 수",
|
||||
"billingDomainInfo": "사용할 수 있는 도메인 수",
|
||||
"billingRemoteExitNodesInfo": "사용할 수 있는 원격 노드 수",
|
||||
"billingPublicResourcesInfo": "사용할 수 있는 공용 리소스 수",
|
||||
"billingPrivateResourcesInfo": "사용할 수 있는 개인 리소스 수",
|
||||
"billingMachineClientsInfo": "사용할 수 있는 머신 클라이언트 수",
|
||||
"billingLicenseKeys": "라이센스 키",
|
||||
"billingLicenseKeysDescription": "라이센스 키 구독을 관리하세요",
|
||||
"billingLicenseSubscription": "라이센스 구독",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "닫기",
|
||||
"createInternalResourceDialogCreateClientResource": "사이트 리소스 생성",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "선택한 사이트에 연결된 클라이언트에 접근할 새 리소스를 생성합니다",
|
||||
"privateResourceCreatePageSeeAll": "모든 개인 리소스 보기",
|
||||
"privateResourceAllowIcmpPing": "ICMP 핑 허용",
|
||||
"privateResourceNetworkAccess": "네트워크 접근",
|
||||
"privateResourceNetworkAccessDescription": "이 리소스에 대한 TCP/UDP 포트 접근과 ICMP 핑이 허용되는지 여부를 제어합니다.",
|
||||
"hostSettings": "호스트 설정",
|
||||
"cidrSettings": "CIDR 설정",
|
||||
"createInternalResourceDialogResourceProperties": "리소스 속성",
|
||||
"createInternalResourceDialogName": "이름",
|
||||
"createInternalResourceDialogSite": "사이트",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "이 조직에 사용 가능한 노드가 없습니다. 로컬 사이트를 사용하려면 먼저 노드를 생성하세요.",
|
||||
"exitNode": "종단 노드",
|
||||
"country": "국가",
|
||||
"countryIsNot": "국가가 아닙니다",
|
||||
"rulesMatchCountry": "현재 소스 IP를 기반으로 합니다",
|
||||
"region": "지역",
|
||||
"selectRegion": "지역 선택",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "이중 인증 설정이 필요합니다. 이 단계를 완료하려면 {dashboardUrl}/auth/login 통해 다시 로그인하십시오. 그런 다음 여기로 돌아오세요.",
|
||||
"additionalSecurityRequired": "추가 보안 필요",
|
||||
"organizationRequiresAdditionalSteps": "이 조직은 자원에 접근하기 전에 추가 보안 단계를 요구합니다.",
|
||||
"sessionExpired": "세션 만료",
|
||||
"sessionExpiredReauthRequired": "조직의 보안 정책에 따라 세션이 만료되었습니다. 계속하려면 재인증하십시오.",
|
||||
"reauthenticate": "재 인증",
|
||||
"completeTheseSteps": "이 단계를 완료하십시오",
|
||||
"enableTwoFactorAuthentication": "이중 인증 활성화",
|
||||
"completeSecuritySteps": "보안 단계 완료",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "사용자 추가",
|
||||
"editInternalResourceDialogAddClients": "클라이언트 추가",
|
||||
"editInternalResourceDialogDestinationLabel": "대상지",
|
||||
"editInternalResourceDialogDestinationDescription": "내부 리소스의 목적지 주소를 지정하세요. 선택한 모드에 따라 이 주소는 호스트명, IP 주소, 또는 CIDR 범위가 될 수 있습니다. 더욱 쉽게 식별할 수 있도록 내부 DNS 별칭을 설정할 수 있습니다.",
|
||||
"editInternalResourceDialogDestinationDescription": "이 리소스가 실행되는 위치와 고객이 도달하는 방법 선택",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "다중 사이트를 선택하면 높은 가용성을 위해 회복력 있는 라우팅 및 페일오버가 가능해집니다.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "자세히 알아보기",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "특정 TCP/UDP 포트에 대한 접근을 제한하거나 모든 포트를 허용/차단하십시오.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "리소스 비활성화됨",
|
||||
"memberPortalShowingResources": "{start}-{end} 중 {total}개의 리소스를 표시 중",
|
||||
"resourceLauncherTitle": "리소스 런처",
|
||||
"resourceLauncherDescription": "리소스 세부 정보를 보고 한 곳에서 실행하세요",
|
||||
"resourceLauncherSearchPlaceholder": "모든 사이트 검색...",
|
||||
"resourceSidebarLauncherTitle": "런처",
|
||||
"resourceLauncherDescription": "모든 사용 가능한 리소스를 보고 중앙 허브에서 실행",
|
||||
"resourceLauncherSearchPlaceholder": "리소스를 검색하세요...",
|
||||
"resourceLauncherDefaultView": "기본값",
|
||||
"resourceLauncherSaveView": "보기를 저장",
|
||||
"resourceLauncherSaveToCurrentView": "현재 보기로 저장",
|
||||
"resourceLauncherSaveDefaultPersonal": "내게 저장",
|
||||
"resourceLauncherResetView": "보기를 재설정",
|
||||
"resourceLauncherResetSystemDefault": "시스템 기본값으로 재설정",
|
||||
"resourceLauncherSystemDefaultRestored": "시스템 기본값이 복원되었습니다",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "기본 보기가 원래 설정으로 재설정되었습니다.",
|
||||
"resourceLauncherSaveAsNewView": "새 보기로 저장",
|
||||
"resourceLauncherSaveAsNewViewDescription": "현재 필터와 레이아웃을 저장할 이름을 입력하세요.",
|
||||
"resourceLauncherSaveForEveryone": "모두에게 저장",
|
||||
"resourceLauncherSaveForEveryoneDescription": "이 보기를 모든 조직 구성원과 공유합니다. 체크 해제하면 해당 뷰는 사용자에게만 표시됩니다.",
|
||||
"resourceLauncherMakePersonal": "개인적으로 만들기",
|
||||
"resourceLauncherFilter": "필터",
|
||||
"resourceLauncherFilterWithCount": "필터, {count} 적용됨",
|
||||
"resourceLauncherSort": "정렬",
|
||||
"resourceLauncherSortAscending": "오름차순 정렬",
|
||||
"resourceLauncherSortDescending": "내림차순 정렬",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "그룹화 기준",
|
||||
"resourceLauncherGroupBySite": "사이트",
|
||||
"resourceLauncherGroupByLabel": "레이블",
|
||||
"resourceLauncherGroupByNone": "없음",
|
||||
"resourceLauncherLayout": "레이아웃",
|
||||
"resourceLauncherLayoutGrid": "그리드",
|
||||
"resourceLauncherLayoutList": "목록",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "사이트 태그 표시",
|
||||
"resourceLauncherShowRecents": "최근 항목 표시",
|
||||
"resourceLauncherDeleteView": "보기 삭제",
|
||||
"resourceLauncherDeleteViewTitle": "뷰 삭제",
|
||||
"resourceLauncherDeleteViewQuestion": "이 런처 뷰를 삭제하시겠습니까?",
|
||||
"resourceLauncherDeleteViewConfirm": "뷰 삭제",
|
||||
"resourceLauncherViewAsAdmin": "관리자로 보기",
|
||||
"resourceLauncherResourceDetailsDescription": "이 리소스의 세부정보를 봅니다.",
|
||||
"resourceLauncherResourceDetailsDescription": "이 리소스에 대한 연결 정보 및 상태입니다.",
|
||||
"resourceLauncherResourceDetails": "리소스 세부 정보",
|
||||
"resourceLauncherAuthMethodsDescription": "이 리소스에 활성화된 인증 방법입니다.",
|
||||
"resourceLauncherPrivateClientRequired": "이 리소스에 개인적으로 접근하려면 기기에서 클라이언트로 연결하십시오.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "클라이언트 연결 필요",
|
||||
"resourceLauncherDownloadClient": "클라이언트 다운로드",
|
||||
"resourceLauncherFailedToLoadDetails": "리소스 세부 정보를 로드할 수 없습니다. 더 이상 이 리소스에 접근할 수 없을 수 있습니다.",
|
||||
"resourceLauncherNoPortRestrictions": "포트 제한 없음",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "레이블 없음",
|
||||
"resourceLauncherNoSite": "사이트 없음",
|
||||
"resourceLauncherNoResourcesInGroup": "이 그룹에는 리소스가 없습니다",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "리소스를 찾을 수 없음",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "현재 검색이나 필터에 맞는 리소스가 없습니다. 필터를 조정하여 찾으려는 항목을 확인해보세요.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "\"{query}\"와 일치하는 리소스가 없습니다. 검색을 조정하거나 필터를 지워서 모든 리소스를 확인해보세요.",
|
||||
"resourceLauncherSearchFirstTitle": "검색 또는 필터로 탐색하기",
|
||||
"resourceLauncherSearchFirstDescription": "많은 리소스에 접근할 수 있습니다. 필요한 것을 찾기 위해 사이트 또는 라벨로 검색하십시오.",
|
||||
"resourceLauncherSiteGroupingDisabled": "이 규모에서는 사이트 그룹화가 불가능합니다. 더 작은 그룹을 위해 사이트로 필터링하십시오.",
|
||||
"resourceLauncherLabelGroupingDisabled": "이 규모에서는 라벨 그룹화가 불가능합니다.",
|
||||
"resourceLauncherCompactModeHint": "더 빠른 탐색을 위해 단순화된 목록을 표시하고 있습니다. 검색하거나 필터를 사용하여 결과를 좁히십시오.",
|
||||
"resourceLauncherCompactGroupingHint": "그룹핑을 활성화하려면 사이트 또는 라벨 필터를 적용하십시오.",
|
||||
"resourceLauncherCopiedToClipboard": "클립보드에 복사됨",
|
||||
"resourceLauncherCopiedAccessDescription": "리소스 액세스가 클립보드에 복사되었습니다.",
|
||||
"resourceLauncherViewNamePlaceholder": "보기 이름",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxy forespørsler om rå TCP/UDP ved hjelp av et portnummer. Krever sider for å koble til en ekstern node.",
|
||||
"resourceCreate": "Opprett ressurs",
|
||||
"resourceCreateDescription": "Følg trinnene nedenfor for å opprette en ny ressurs",
|
||||
"resourcePublicCreate": "Opprett offentlig ressurs",
|
||||
"resourcePublicCreateDescription": "Følg trinnene nedenfor for å opprette en ny offentlig ressurs som er tilgjengelig via en nettleser",
|
||||
"resourceCreateGeneralDescription": "Konfigurer de grunnleggende ressursinnstillingene inkludert navnet og typen",
|
||||
"resourceSeeAll": "Se alle ressurser",
|
||||
"resourceCreateGeneral": "Generelt",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Intern",
|
||||
"emailInvalid": "Ugyldig e-postadresse",
|
||||
"inviteValidityDuration": "Vennligst velg en varighet",
|
||||
"accessRoleSelectPlease": "Vennligst velg en rolle",
|
||||
"accessRoleSelectPlease": "En bruker må tilhøre minst en rolle.",
|
||||
"accessRoleRequired": "Rolle påkrevd",
|
||||
"removeOwnAdminRoleConfirmTitle": "Fjern din administratoradgang?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Du vil ikke lenger ha administratorrettigheter i denne organisasjonen etter lagring. En annen administrator kan gjenopprette tilgang hvis nødvendig.",
|
||||
"removeOwnAdminRoleConfirmButton": "Fjern min administratoradgang",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Grunnleggende Header Autentisering",
|
||||
"policyAuthHeaderAuthDescription": "Bekreft et tilpasset HTTP-headernavn og verdi ved hver forespørsel",
|
||||
"policyAuthHeaderAuthSummary": "Header konfigurert",
|
||||
"policyAuthHeaderName": "Headernavn",
|
||||
"policyAuthHeaderValue": "Forventet verdi",
|
||||
"policyAuthHeaderName": "Brukernavn",
|
||||
"policyAuthHeaderValue": "Passord",
|
||||
"policyAuthSetPasscode": "Angi passordkode",
|
||||
"policyAuthSetPincode": "Sett PIN-kode",
|
||||
"policyAuthSetEmailWhitelist": "Angi e-post hviteliste",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Angi ressurspinkode",
|
||||
"actionSetResourceEmailWhitelist": "Angi e-post-hviteliste for ressurs",
|
||||
"actionGetResourceEmailWhitelist": "Hent e-post-hviteliste for ressurs",
|
||||
"actionGetResourcePolicy": "Hent ressursregel",
|
||||
"actionUpdateResourcePolicy": "Oppdater ressursregel",
|
||||
"actionSetResourcePolicyUsers": "Sett ressursregel for brukere",
|
||||
"actionSetResourcePolicyRoles": "Sett ressursregel for roller",
|
||||
"actionSetResourcePolicyPassword": "Sett ressursregel for passord",
|
||||
"actionSetResourcePolicyPincode": "Sett ressursregel for pinkode",
|
||||
"actionSetResourcePolicyHeaderAuth": "Sett ressursregel for header-autentisering",
|
||||
"actionSetResourcePolicyWhitelist": "Sett ressursregel for hvitlisting av e-post",
|
||||
"actionSetResourcePolicyRules": "Sett ressursregel for regler",
|
||||
"actionCreateTarget": "Opprett mål",
|
||||
"actionDeleteTarget": "Slett mål",
|
||||
"actionGetTarget": "Hent mål",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Navigasjonsmeny",
|
||||
"navbarDescription": "Hovednavigasjonsmeny for applikasjonen",
|
||||
"navbarDocsLink": "Dokumentasjon",
|
||||
"commandPaletteTitle": "Kommando-palett",
|
||||
"commandPaletteDescription": "Søk etter sider, organisasjoner, ressurser, og handlinger",
|
||||
"commandPaletteSearchPlaceholder": "Søk sider, ressurser, handlinger...",
|
||||
"commandPaletteNoResults": "Ingen resultater funnet.",
|
||||
"commandPaletteSearching": "Søker...",
|
||||
"commandPaletteNavigation": "Navigasjon",
|
||||
"commandPaletteOrganizations": "Organisasjoner",
|
||||
"commandPaletteSites": "Områder",
|
||||
"commandPaletteResources": "Ressurser",
|
||||
"commandPaletteUsers": "Brukere",
|
||||
"commandPaletteClients": "Maskinklienter",
|
||||
"commandPaletteActions": "Handlinger",
|
||||
"commandPaletteCreateSite": "Opprett område",
|
||||
"commandPaletteCreateProxyResource": "Opprett offentlig ressurs",
|
||||
"commandPaletteCreatePrivateResource": "Opprett privat ressurs",
|
||||
"commandPaletteCreateUser": "Opprett bruker",
|
||||
"commandPaletteCreateApiKey": "Opprett API-nøkkel",
|
||||
"commandPaletteCreateMachineClient": "Opprett maskinklient",
|
||||
"commandPaletteCreateAlertRule": "Opprett varslingsregel",
|
||||
"commandPaletteCreateIdentityProvider": "Opprett identitetsleverandør",
|
||||
"commandPaletteToggleTheme": "Bytt tema",
|
||||
"commandPaletteChooseOrganization": "Velg organisasjon",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Kunne ikke aktivere 2FA",
|
||||
"otpErrorEnableDescription": "En feil oppstod under aktivering av 2FA",
|
||||
"otpSetupCheckCode": "Vennligst skriv inn en 6-sifret kode",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Administrasjon",
|
||||
"sidebarBillingAndLicenses": "Fakturering & lisenser",
|
||||
"sidebarLogsAnalytics": "Analyser",
|
||||
"commandSites": "Områder",
|
||||
"commandActionModeInfo": "Skriv \">\" for å åpne handlingsmodus",
|
||||
"commandResources": "Ressurser",
|
||||
"commandProxyResources": "Offentlige ressurser",
|
||||
"commandClientResources": "Private ressurser",
|
||||
"commandClients": "Klienter",
|
||||
"commandUserDevices": "Bruker enheter",
|
||||
"commandMachineClients": "Maskinklienter",
|
||||
"commandDomains": "Domener",
|
||||
"commandRemoteExitNodes": "Eksterne noder",
|
||||
"commandTeam": "Lag",
|
||||
"commandUsers": "Brukere",
|
||||
"commandRoles": "Roller",
|
||||
"commandInvitations": "Invitasjoner",
|
||||
"commandPolicies": "Delte regler",
|
||||
"commandResourcePolicies": "Offentlige ressurser regler",
|
||||
"commandIdentityProviders": "Identitetsleverandører",
|
||||
"commandApprovals": "Godkjenningsforespørsler",
|
||||
"commandShareableLinks": "Delbare lenker",
|
||||
"commandOrganization": "Organisasjon",
|
||||
"commandLogsAndAnalytics": "Logg & Analyse",
|
||||
"commandLogsAnalytics": "Analyse",
|
||||
"commandLogsRequest": "HTTP forespørselslogger",
|
||||
"commandLogsAccess": "Logger for autentisering",
|
||||
"commandLogsAction": "Handlingslogger",
|
||||
"commandLogsConnection": "Loggfiler for tilkobling",
|
||||
"commandLogsStreaming": "Strømming",
|
||||
"commandManagement": "Administrasjon",
|
||||
"commandAlerting": "Varsler",
|
||||
"commandProvisioning": "Forsyning",
|
||||
"commandBluePrints": "Blåkopier",
|
||||
"commandApiKeys": "API-nøkler",
|
||||
"commandBillingAndLicenses": "Fakturering & Lisenser",
|
||||
"commandBilling": "Fakturering",
|
||||
"commandEnterpriseLicenses": "Lisenser",
|
||||
"commandSettings": "Innstillinger",
|
||||
"commandLauncher": "Oppstarter",
|
||||
"commandResourceLauncher": "Ressurs Oppstarter",
|
||||
"commandSearchResults": "Søkeresultater",
|
||||
"alertingTitle": "Varsling",
|
||||
"alertingDescription": "Definer kilder, triggere og handlinger for varsler",
|
||||
"alertingRules": "Varslingsregler",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domener",
|
||||
"billingOrganizations": "Orger",
|
||||
"billingRemoteExitNodes": "Eksterne Noder",
|
||||
"billingPublicResources": "Offentlige ressurser",
|
||||
"billingPrivateResources": "Private ressurser",
|
||||
"billingMachineClients": "Maskinklienter",
|
||||
"billingNoLimitConfigured": "Ingen grense konfigurert",
|
||||
"billingEstimatedPeriod": "Estimert faktureringsperiode",
|
||||
"billingIncludedUsage": "Inkludert Bruk",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Hvor mange brukere du kan bruke",
|
||||
"billingDomainInfo": "Hvor mange domener du kan bruke",
|
||||
"billingRemoteExitNodesInfo": "Hvor mange fjernnoder du kan bruke",
|
||||
"billingPublicResourcesInfo": "Hvor mange offentlige ressurser du kan bruke",
|
||||
"billingPrivateResourcesInfo": "Hvor mange private ressurser du kan bruke",
|
||||
"billingMachineClientsInfo": "Hvor mange maskinklienter du kan bruke",
|
||||
"billingLicenseKeys": "Lisensnøkler",
|
||||
"billingLicenseKeysDescription": "Administrer dine lisensnøkkelabonnementer",
|
||||
"billingLicenseSubscription": "Lisens abonnement",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Lukk",
|
||||
"createInternalResourceDialogCreateClientResource": "Opprett privat ressurs",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Opprett en ny ressurs som bare vil være tilgjengelig for kunder som er koblet til organisasjonen",
|
||||
"privateResourceCreatePageSeeAll": "Se alle private ressurser",
|
||||
"privateResourceAllowIcmpPing": "Tillat ICMP Ping",
|
||||
"privateResourceNetworkAccess": "Nettverkstilgang",
|
||||
"privateResourceNetworkAccessDescription": "Kontroller TCP/UDP porttilgang og om ICMP ping tillates for denne ressursen.",
|
||||
"hostSettings": "Vertinnstillinger",
|
||||
"cidrSettings": "CIDR-innstillinger",
|
||||
"createInternalResourceDialogResourceProperties": "Ressursegenskaper",
|
||||
"createInternalResourceDialogName": "Navn",
|
||||
"createInternalResourceDialogSite": "Område",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Ingen noder er tilgjengelige for denne organisasjonen. Opprett en node først for å bruke lokale nettsteder.",
|
||||
"exitNode": "Utgangsnode",
|
||||
"country": "Land",
|
||||
"countryIsNot": "Land ikke",
|
||||
"rulesMatchCountry": "For tiden basert på kilde IP",
|
||||
"region": "Fylke",
|
||||
"selectRegion": "Velg region",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "To-faktor autentiseringsoppsett er nødvendig. Vennligst logg inn igjen via {dashboardUrl}/auth/login og fullfør dette steget. Kom deretter tilbake her.",
|
||||
"additionalSecurityRequired": "Ekstra sikkerhet kreves",
|
||||
"organizationRequiresAdditionalSteps": "Denne organisasjonen krever ytterligere sikkerhetstrinn før du får tilgang til ressurser.",
|
||||
"sessionExpired": "Økt utløpt",
|
||||
"sessionExpiredReauthRequired": "Økten din har utløpt i henhold til organisasjonens sikkerhetspolitikk. Vennligst autentiser på nytt for å fortsette.",
|
||||
"reauthenticate": "Autentiser på nytt",
|
||||
"completeTheseSteps": "Fullfør disse trinnene",
|
||||
"enableTwoFactorAuthentication": "Aktiver to-faktor autentisering",
|
||||
"completeSecuritySteps": "Fullfør sikkerhetstrinnene",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Legg til brukere",
|
||||
"editInternalResourceDialogAddClients": "Legg til klienter",
|
||||
"editInternalResourceDialogDestinationLabel": "Destinasjon",
|
||||
"editInternalResourceDialogDestinationDescription": "Spesifiser destinasjonsadressen for den interne ressursen. Dette kan være et vertsnavn, IP-adresse eller CIDR-sjikt avhengig av valgt modus. Valgfrie oppsett av intern DNS-alias for enklere identifikasjon.",
|
||||
"editInternalResourceDialogDestinationDescription": "Velg hvor denne ressursen kjører og hvordan klienter når den",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Valg av flere nettsteder muliggjør motstandskraftig ruting og failover for høy tilgjengelighet.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Lær mer",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Begrens tilgang til spesifikke TCP/UDP-porter eller tillate/blokkere alle porter.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Ressurs deaktivert",
|
||||
"memberPortalShowingResources": "Viser {start}-{end} av {total} ressurser",
|
||||
"resourceLauncherTitle": "Ressurslansering",
|
||||
"resourceLauncherDescription": "Vis ressursdetaljer og start dem fra ett sted",
|
||||
"resourceLauncherSearchPlaceholder": "Søk i alle områder...",
|
||||
"resourceSidebarLauncherTitle": "Oppstarter",
|
||||
"resourceLauncherDescription": "Se alle tilgjengelige ressurser og start dem fra ett sentralt sted",
|
||||
"resourceLauncherSearchPlaceholder": "Søk i ressurser...",
|
||||
"resourceLauncherDefaultView": "Standard",
|
||||
"resourceLauncherSaveView": "Lagre visning",
|
||||
"resourceLauncherSaveToCurrentView": "Lagre til nåværende visning",
|
||||
"resourceLauncherSaveDefaultPersonal": "Lagre for meg",
|
||||
"resourceLauncherResetView": "Tilbakestill visning",
|
||||
"resourceLauncherResetSystemDefault": "Tilbakestill til systemets standard",
|
||||
"resourceLauncherSystemDefaultRestored": "Systemstandard gjenopprettet",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Standardvisningen er tilbakestilt til de opprinnelige innstillingene.",
|
||||
"resourceLauncherSaveAsNewView": "Lagre som ny visning",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Gi denne visningen et navn for å lagre dine nåværende filtre og oppsett.",
|
||||
"resourceLauncherSaveForEveryone": "Lagre for alle",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Del denne visningen med alle organisasjonsmedlemmer. Når avkrysset, er visningen synlig bare for deg.",
|
||||
"resourceLauncherMakePersonal": "Gjør personlig",
|
||||
"resourceLauncherFilter": "Filter",
|
||||
"resourceLauncherFilterWithCount": "Filter, {count} anvendt",
|
||||
"resourceLauncherSort": "Sorter",
|
||||
"resourceLauncherSortAscending": "Sorter stigende",
|
||||
"resourceLauncherSortDescending": "Sorter synkende",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Grupper etter",
|
||||
"resourceLauncherGroupBySite": "Område",
|
||||
"resourceLauncherGroupByLabel": "Etikett",
|
||||
"resourceLauncherGroupByNone": "Ingen",
|
||||
"resourceLauncherLayout": "Oppsett",
|
||||
"resourceLauncherLayoutGrid": "Rutenett",
|
||||
"resourceLauncherLayoutList": "Liste",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Vis områdestikkord",
|
||||
"resourceLauncherShowRecents": "Vis nylige",
|
||||
"resourceLauncherDeleteView": "Slett visning",
|
||||
"resourceLauncherDeleteViewTitle": "Slett visning",
|
||||
"resourceLauncherDeleteViewQuestion": "Er du sikker på at du vil slette denne oppstartervisningen?",
|
||||
"resourceLauncherDeleteViewConfirm": "Slett visning",
|
||||
"resourceLauncherViewAsAdmin": "Vis som administrator",
|
||||
"resourceLauncherResourceDetailsDescription": "Vis detaljer for denne ressursen.",
|
||||
"resourceLauncherResourceDetailsDescription": "Tilkoblingsinformasjon og status for denne ressursen.",
|
||||
"resourceLauncherResourceDetails": "Ressursdetaljer",
|
||||
"resourceLauncherAuthMethodsDescription": "Godkjenningsmetoder aktivert for denne ressursen.",
|
||||
"resourceLauncherPrivateClientRequired": "Koble til med en klient på enheten din for å få privat tilgang til denne ressursen.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Klienttilkobling kreves",
|
||||
"resourceLauncherDownloadClient": "Last ned klient",
|
||||
"resourceLauncherFailedToLoadDetails": "Kunne ikke laste ressurstetatter. Du har kanskje ikke lenger tilgang til denne ressursen.",
|
||||
"resourceLauncherNoPortRestrictions": "Ingen portbegrensninger",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Umerket",
|
||||
"resourceLauncherNoSite": "Ingen område",
|
||||
"resourceLauncherNoResourcesInGroup": "Ingen ressurser i denne gruppen",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Ingen ressurser funnet",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Ingen ressurser matcher dine nåværende søk eller filtre. Prøv å justere dem for å finne det du leter etter.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Ingen ressurser samsvarer med \"{query}\". Prøv å justere søket eller fjern filtrene for å se alle ressursene.",
|
||||
"resourceLauncherSearchFirstTitle": "Søk eller filtrer for å bla gjennom",
|
||||
"resourceLauncherSearchFirstDescription": "Du har tilgang til mange ressurser. Bruk søk eller filtrer eksplisitt etter sted eller etikett for å finne det du trenger.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Stedssamling er ikke tilgjengelig i denne omfanget. Filtrer etter sted for å gruppere et mindre sett.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Etikettsamling er ikke tilgjengelig i denne omfanget.",
|
||||
"resourceLauncherCompactModeHint": "Viser en forenklet liste for raskere bla. Bruk søk eller filtrer for å innskrenke resultatene.",
|
||||
"resourceLauncherCompactGroupingHint": "Bruk filter for sted eller etikett for å aktivere gruppering.",
|
||||
"resourceLauncherCopiedToClipboard": "Kopiert til utklippstavlen",
|
||||
"resourceLauncherCopiedAccessDescription": "Ressurstilgang er kopiert til utklippstavlen din.",
|
||||
"resourceLauncherViewNamePlaceholder": "Visningsnavn",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxy verzoeken over rauwe TCP/UDP met behulp van een poortnummer. Vereist sites om verbinding te maken met een remote node.",
|
||||
"resourceCreate": "Bron maken",
|
||||
"resourceCreateDescription": "Volg de onderstaande stappen om een nieuwe bron te maken",
|
||||
"resourcePublicCreate": "Maak Openbare Bron",
|
||||
"resourcePublicCreateDescription": "Volg de onderstaande stappen om een nieuwe openbare bron aan te maken die toegankelijk is via een webbrowser",
|
||||
"resourceCreateGeneralDescription": "Configureer de basisinstellingen van de bron, inclusief de naam en het type",
|
||||
"resourceSeeAll": "Alle bronnen bekijken",
|
||||
"resourceCreateGeneral": "Algemeen",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Intern",
|
||||
"emailInvalid": "Ongeldig e-mailadres",
|
||||
"inviteValidityDuration": "Selecteer een tijdsduur",
|
||||
"accessRoleSelectPlease": "Selecteer een rol",
|
||||
"accessRoleSelectPlease": "Een gebruiker moet tot minstens één rol behoren.",
|
||||
"accessRoleRequired": "Rol vereist",
|
||||
"removeOwnAdminRoleConfirmTitle": "Uw beheerderstoegang verwijderen?",
|
||||
"removeOwnAdminRoleConfirmDescription": "U zult na het opslaan geen beheerdersrechten meer hebben in deze organisatie. Een andere beheerder kan de toegang indien nodig herstellen.",
|
||||
"removeOwnAdminRoleConfirmButton": "Verwijder Mijn Beheerderstoegang",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Basic Header Authenticatie",
|
||||
"policyAuthHeaderAuthDescription": "Valideer een aangepaste HTTP-headernaam en waarde bij elk verzoek",
|
||||
"policyAuthHeaderAuthSummary": "Header geconfigureerd",
|
||||
"policyAuthHeaderName": "Header naam",
|
||||
"policyAuthHeaderValue": "Verwachte waarde",
|
||||
"policyAuthHeaderName": "Gebruikersnaam",
|
||||
"policyAuthHeaderValue": "Wachtwoord",
|
||||
"policyAuthSetPasscode": "Stel toegangscode in",
|
||||
"policyAuthSetPincode": "Stel Pincode in",
|
||||
"policyAuthSetEmailWhitelist": "Stel E-mail Whitelist in",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Stel Resource Pincode in",
|
||||
"actionSetResourceEmailWhitelist": "Stel Resource e-mail whitelist in",
|
||||
"actionGetResourceEmailWhitelist": "Verkrijg Resource E-mail Whitelist",
|
||||
"actionGetResourcePolicy": "Haal Bronbeleid op",
|
||||
"actionUpdateResourcePolicy": "Werk Bronbeleid bij",
|
||||
"actionSetResourcePolicyUsers": "Stel gebruikers van bronbeleid in",
|
||||
"actionSetResourcePolicyRoles": "Stel rollen van bronbeleid in",
|
||||
"actionSetResourcePolicyPassword": "Stel wachtwoord van bronbeleid in",
|
||||
"actionSetResourcePolicyPincode": "Stel pincode van bronbeleid in",
|
||||
"actionSetResourcePolicyHeaderAuth": "Stel hoofdveraantwoorden van bronbeleid in",
|
||||
"actionSetResourcePolicyWhitelist": "Stel e-mail whitelist van bronbeleid in",
|
||||
"actionSetResourcePolicyRules": "Stel regels van bronbeleid in",
|
||||
"actionCreateTarget": "Doelwit aanmaken",
|
||||
"actionDeleteTarget": "Verwijder doel",
|
||||
"actionGetTarget": "Verkrijg Doel",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Navigatiemenu",
|
||||
"navbarDescription": "Hoofd navigatie menu voor de applicatie",
|
||||
"navbarDocsLink": "Documentatie",
|
||||
"commandPaletteTitle": "Commandopalet",
|
||||
"commandPaletteDescription": "Zoek naar pagina's, organisaties, bronnen en acties",
|
||||
"commandPaletteSearchPlaceholder": "Zoek pagina's, bronnen, acties...",
|
||||
"commandPaletteNoResults": "Geen resultaten gevonden.",
|
||||
"commandPaletteSearching": "Zoeken...",
|
||||
"commandPaletteNavigation": "Navigatie",
|
||||
"commandPaletteOrganizations": "Organisaties",
|
||||
"commandPaletteSites": "Sites",
|
||||
"commandPaletteResources": "Bronnen",
|
||||
"commandPaletteUsers": "Gebruikers",
|
||||
"commandPaletteClients": "Machine klanten",
|
||||
"commandPaletteActions": "Acties",
|
||||
"commandPaletteCreateSite": "Site Aanmaken",
|
||||
"commandPaletteCreateProxyResource": "Maak Openbare Bron",
|
||||
"commandPaletteCreatePrivateResource": "Maak Privébron",
|
||||
"commandPaletteCreateUser": "Gebruiker aanmaken",
|
||||
"commandPaletteCreateApiKey": "API-sleutel aanmaken",
|
||||
"commandPaletteCreateMachineClient": "Machineclient aanmaken",
|
||||
"commandPaletteCreateAlertRule": "Alarmregel aanmaken",
|
||||
"commandPaletteCreateIdentityProvider": "Identiteitsprovider aanmaken",
|
||||
"commandPaletteToggleTheme": "Thema wisselen",
|
||||
"commandPaletteChooseOrganization": "Kies Organisatie",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Kan 2FA niet inschakelen",
|
||||
"otpErrorEnableDescription": "Er is een fout opgetreden tijdens het inschakelen van 2FA",
|
||||
"otpSetupCheckCode": "Voer een 6-cijferige code in",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Beheer",
|
||||
"sidebarBillingAndLicenses": "Facturatie & Licenties",
|
||||
"sidebarLogsAnalytics": "Analyses",
|
||||
"commandSites": "Sites",
|
||||
"commandActionModeInfo": "Typ \">\" Om Actiemodus Te Openen",
|
||||
"commandResources": "Bronnen",
|
||||
"commandProxyResources": "Openbare Bronnen",
|
||||
"commandClientResources": "Privébronnen",
|
||||
"commandClients": "Clienten",
|
||||
"commandUserDevices": "Apparaatgebruikers",
|
||||
"commandMachineClients": "Machine klanten",
|
||||
"commandDomains": "Domeinen",
|
||||
"commandRemoteExitNodes": "Externe Knooppunten",
|
||||
"commandTeam": "Team",
|
||||
"commandUsers": "Gebruikers",
|
||||
"commandRoles": "Rollen",
|
||||
"commandInvitations": "Uitnodigingen",
|
||||
"commandPolicies": "Gedeeld Beleid",
|
||||
"commandResourcePolicies": "Openbare Bronnenbeleid",
|
||||
"commandIdentityProviders": "Identiteitsproviders",
|
||||
"commandApprovals": "Goedkeuring Aanvragen",
|
||||
"commandShareableLinks": "Deelbare Links",
|
||||
"commandOrganization": "Organisatie",
|
||||
"commandLogsAndAnalytics": "Logboeken & Analytics",
|
||||
"commandLogsAnalytics": "Analyse",
|
||||
"commandLogsRequest": "HTTP-aanvraaglogboeken",
|
||||
"commandLogsAccess": "Toegang tot logboek",
|
||||
"commandLogsAction": "Actie Logboeken",
|
||||
"commandLogsConnection": "Connectie Logs",
|
||||
"commandLogsStreaming": "Streamen",
|
||||
"commandManagement": "Beheren",
|
||||
"commandAlerting": "Waarschuwingen",
|
||||
"commandProvisioning": "Inrichting",
|
||||
"commandBluePrints": "Blauwdrukken",
|
||||
"commandApiKeys": "API sleutels",
|
||||
"commandBillingAndLicenses": "Facturering & Licenties",
|
||||
"commandBilling": "Facturering",
|
||||
"commandEnterpriseLicenses": "Licentie",
|
||||
"commandSettings": "Instellingen",
|
||||
"commandLauncher": "Startprogramma",
|
||||
"commandResourceLauncher": "Bron Startprogramma",
|
||||
"commandSearchResults": "Zoekresultaten",
|
||||
"alertingTitle": "Waarschuwingen",
|
||||
"alertingDescription": "Definieer bronnen, triggers en acties voor meldingen",
|
||||
"alertingRules": "Waarschuwingsregels",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domeinen",
|
||||
"billingOrganizations": "Ordenen",
|
||||
"billingRemoteExitNodes": "Externe knooppunten",
|
||||
"billingPublicResources": "Openbare Bronnen",
|
||||
"billingPrivateResources": "Privébronnen",
|
||||
"billingMachineClients": "Machine klanten",
|
||||
"billingNoLimitConfigured": "Geen limiet ingesteld",
|
||||
"billingEstimatedPeriod": "Geschatte Facturatie Periode",
|
||||
"billingIncludedUsage": "Opgenomen Gebruik",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Hoeveel gebruikers je kan gebruiken",
|
||||
"billingDomainInfo": "Hoeveel domeinen je kunt gebruiken",
|
||||
"billingRemoteExitNodesInfo": "Hoeveel externe nodes je kunt gebruiken",
|
||||
"billingPublicResourcesInfo": "Hoeveel openbare bronnen u kunt gebruiken",
|
||||
"billingPrivateResourcesInfo": "Hoeveel privébronnen u kunt gebruiken",
|
||||
"billingMachineClientsInfo": "Hoeveel machineclients u kunt gebruiken",
|
||||
"billingLicenseKeys": "Licentie Sleutels",
|
||||
"billingLicenseKeysDescription": "Beheer uw licentiesleutelabonnementen",
|
||||
"billingLicenseSubscription": "Licentie abonnement",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Sluiten",
|
||||
"createInternalResourceDialogCreateClientResource": "Privé bron maken",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Maak een nieuwe bron aan die alleen toegankelijk is voor klanten die verbonden zijn met de organisatie",
|
||||
"privateResourceCreatePageSeeAll": "Bekijk Alle Privébronnen",
|
||||
"privateResourceAllowIcmpPing": "Sta ICMP Ping toe",
|
||||
"privateResourceNetworkAccess": "Netwerktoegang",
|
||||
"privateResourceNetworkAccessDescription": "Beheer TCP/UDP poorttoegang en of ICMP-ping is toegestaan voor deze bron.",
|
||||
"hostSettings": "Hostinstellingen",
|
||||
"cidrSettings": "CIDR-instellingen",
|
||||
"createInternalResourceDialogResourceProperties": "Bron-eigenschappen",
|
||||
"createInternalResourceDialogName": "Naam",
|
||||
"createInternalResourceDialogSite": "Site",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Er zijn geen knooppunten beschikbaar voor deze organisatie. Maak eerst een knooppunt aan om lokale sites te gebruiken.",
|
||||
"exitNode": "Exit Node",
|
||||
"country": "Land",
|
||||
"countryIsNot": "Land Is Niet",
|
||||
"rulesMatchCountry": "Momenteel gebaseerd op bron IP",
|
||||
"region": "Regio",
|
||||
"selectRegion": "Selecteer regio",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Tweestapsverificatie instellen is vereist. Log opnieuw in via {dashboardUrl}/auth/login voltooide deze stap. Kom daarna hier terug.",
|
||||
"additionalSecurityRequired": "Extra beveiliging vereist",
|
||||
"organizationRequiresAdditionalSteps": "Deze organisatie vereist extra beveiligingsstappen voordat u toegang hebt tot de bronnen.",
|
||||
"sessionExpired": "Sessie Verlopen",
|
||||
"sessionExpiredReauthRequired": "Uw sessie is verlopen volgens het beveiligingsbeleid van uw organisatie. Verifieer alstublieft opnieuw om door te gaan.",
|
||||
"reauthenticate": "Opnieuw verifiëren",
|
||||
"completeTheseSteps": "Voltooi deze stappen",
|
||||
"enableTwoFactorAuthentication": "Tweestapsverificatie inschakelen",
|
||||
"completeSecuritySteps": "Voltooi beveiligingsstappen",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Gebruikers toevoegen",
|
||||
"editInternalResourceDialogAddClients": "Clienten toevoegen",
|
||||
"editInternalResourceDialogDestinationLabel": "Bestemming",
|
||||
"editInternalResourceDialogDestinationDescription": "Specificeer het bestemmingsadres voor de interne bron. Dit kan een hostnaam, IP-adres of CIDR-bereik zijn, afhankelijk van de geselecteerde modus. Stel optioneel een interne DNS-alias in voor eenvoudigere identificatie.",
|
||||
"editInternalResourceDialogDestinationDescription": "Kies waar deze bron draait en hoe clients deze bereiken",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Selecteren van meerdere sites maakt veerkrachtige routing en failover mogelijk voor hoge beschikbaarheid.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Meer informatie",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Beperk toegang tot specifieke TCP/UDP-poorten of sta alle poorten toe/blokkeer.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Bron Uitgeschakeld",
|
||||
"memberPortalShowingResources": "Toont {start}-{end} van {total} bronnen",
|
||||
"resourceLauncherTitle": "Bron Launcher",
|
||||
"resourceLauncherDescription": "Bekijk brongegevens en start ze vanaf één plek",
|
||||
"resourceLauncherSearchPlaceholder": "Zoek alle sites...",
|
||||
"resourceSidebarLauncherTitle": "Startprogramma",
|
||||
"resourceLauncherDescription": "Bekijk alle beschikbare bronnen en start ze vanuit één centraal punt",
|
||||
"resourceLauncherSearchPlaceholder": "Zoek naar bronnen...",
|
||||
"resourceLauncherDefaultView": "Standaard",
|
||||
"resourceLauncherSaveView": "Weergave Opslaan",
|
||||
"resourceLauncherSaveToCurrentView": "Opslaan naar huidige weergave",
|
||||
"resourceLauncherSaveDefaultPersonal": "Sla voor mij op",
|
||||
"resourceLauncherResetView": "Weergave Herstellen",
|
||||
"resourceLauncherResetSystemDefault": "Reset naar standaardinstelling van het systeem",
|
||||
"resourceLauncherSystemDefaultRestored": "Systeemstandaard hersteld",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "De standaardweergave is teruggezet naar de oorspronkelijke instellingen.",
|
||||
"resourceLauncherSaveAsNewView": "Opslaan als Nieuwe Weergave",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Geef deze weergave een naam om je huidige filters en indeling op te slaan.",
|
||||
"resourceLauncherSaveForEveryone": "Opslaan voor Iedereen",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Deel deze weergave met alle organisatieleden. Als dit niet is aangevinkt, is de weergave alleen zichtbaar voor jou.",
|
||||
"resourceLauncherMakePersonal": "Persoonlijk Maken",
|
||||
"resourceLauncherFilter": "Filter",
|
||||
"resourceLauncherFilterWithCount": "Filter, {count} toegepast",
|
||||
"resourceLauncherSort": "Sorteren",
|
||||
"resourceLauncherSortAscending": "Oplopend sorteren",
|
||||
"resourceLauncherSortDescending": "Aflopend sorteren",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Groep Op",
|
||||
"resourceLauncherGroupBySite": "Site",
|
||||
"resourceLauncherGroupByLabel": "Label",
|
||||
"resourceLauncherGroupByNone": "Geen",
|
||||
"resourceLauncherLayout": "Lay-out",
|
||||
"resourceLauncherLayoutGrid": "Raster",
|
||||
"resourceLauncherLayoutList": "Lijst",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Site Tags Weergeven",
|
||||
"resourceLauncherShowRecents": "Recente Weergeven",
|
||||
"resourceLauncherDeleteView": "Weergave Verwijderen",
|
||||
"resourceLauncherDeleteViewTitle": "Weergave verwijderen",
|
||||
"resourceLauncherDeleteViewQuestion": "Weet u zeker dat u deze launcher-weergave wilt verwijderen?",
|
||||
"resourceLauncherDeleteViewConfirm": "Weergave verwijderen",
|
||||
"resourceLauncherViewAsAdmin": "Bekijk als Admin",
|
||||
"resourceLauncherResourceDetailsDescription": "Bekijk details voor deze bron.",
|
||||
"resourceLauncherResourceDetailsDescription": "Verbindingsinformatie en -status voor deze bron.",
|
||||
"resourceLauncherResourceDetails": "Brongegevens",
|
||||
"resourceLauncherAuthMethodsDescription": "Authenticatiemethoden ingeschakeld voor deze bron.",
|
||||
"resourceLauncherPrivateClientRequired": "Maak verbinding met een client op uw apparaat om deze bron privé te benaderen.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Client Verbinding Vereist",
|
||||
"resourceLauncherDownloadClient": "Client downloaden",
|
||||
"resourceLauncherFailedToLoadDetails": "Kon brongegevens niet laden. U heeft mogelijk geen toegang meer tot deze bron.",
|
||||
"resourceLauncherNoPortRestrictions": "Geen poortbeperkingen",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Geen label",
|
||||
"resourceLauncherNoSite": "Geen Site",
|
||||
"resourceLauncherNoResourcesInGroup": "Geen bronnen in deze groep",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Geen Bronnen Gevonden",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Geen bronnen komen overeen met je huidige zoekopdracht of filters. Probeer ze aan te passen om te vinden wat je zoekt.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Geen bronnen komen overeen met \"{query}\". Probeer je zoekopdracht aan te passen of filters te wissen om alle bronnen te zien.",
|
||||
"resourceLauncherSearchFirstTitle": "Zoek of Filter om te bladeren",
|
||||
"resourceLauncherSearchFirstDescription": "U heeft toegang tot veel bronnen. Gebruik zoeken of filteren op site of label om te vinden wat u nodig heeft.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Sitegroeping is niet beschikbaar op deze schaal. Filter op site om een kleiner aantal te groeperen.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Labelgroepering is niet beschikbaar op deze schaal.",
|
||||
"resourceLauncherCompactModeHint": "Een vereenvoudigde lijst weergegeven voor sneller bladeren. Gebruik zoeken of filters om resultaten te verfijnen.",
|
||||
"resourceLauncherCompactGroupingHint": "Toepas site- of labelfilters om groepering mogelijk te maken.",
|
||||
"resourceLauncherCopiedToClipboard": "Gekopieerd naar klembord",
|
||||
"resourceLauncherCopiedAccessDescription": "Toegang tot bron is gekopieerd naar je klembord.",
|
||||
"resourceLauncherViewNamePlaceholder": "Weergavenaam",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Żądania proxy nad surowym TCP/UDP przy użyciu numeru portu. Wymaga stron aby połączyć się ze zdalnym węzłem.",
|
||||
"resourceCreate": "Utwórz zasób",
|
||||
"resourceCreateDescription": "Wykonaj poniższe kroki, aby utworzyć nowy zasób",
|
||||
"resourcePublicCreate": "Utwórz zasób publiczny",
|
||||
"resourcePublicCreateDescription": "Postępuj zgodnie z poniższymi krokami, aby utworzyć nowy zasób publiczny dostępny przez przeglądarkę internetową",
|
||||
"resourceCreateGeneralDescription": "Skonfiguruj podstawowe ustawienia zasobu, w tym nazwę i typ",
|
||||
"resourceSeeAll": "Zobacz wszystkie zasoby",
|
||||
"resourceCreateGeneral": "Ogólny",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Wewnętrzny",
|
||||
"emailInvalid": "Nieprawidłowy adres e-mail",
|
||||
"inviteValidityDuration": "Proszę wybrać okres ważności",
|
||||
"accessRoleSelectPlease": "Proszę wybrać rolę",
|
||||
"accessRoleSelectPlease": "Użytkownik musi należeć do co najmniej jednej roli.",
|
||||
"accessRoleRequired": "Wymagana rola",
|
||||
"removeOwnAdminRoleConfirmTitle": "Usunąć dostęp administratora?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Po zapisaniu nie będziesz już posiadał uprawnień administratora w tej organizacji. Inny administrator może przywrócić dostęp, jeśli to konieczne.",
|
||||
"removeOwnAdminRoleConfirmButton": "Usuń mój dostęp administratora",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Podstawowe Uwierzytelnianie Nagłówka",
|
||||
"policyAuthHeaderAuthDescription": "Walidacja niestandardowej nazwy i wartości nagłówka HTTP przy każdym żądaniu",
|
||||
"policyAuthHeaderAuthSummary": "Skonfigurowany nagłówek",
|
||||
"policyAuthHeaderName": "Nazwa nagłówka",
|
||||
"policyAuthHeaderValue": "Oczekiwana wartość",
|
||||
"policyAuthHeaderName": "Nazwa użytkownika",
|
||||
"policyAuthHeaderValue": "Hasło",
|
||||
"policyAuthSetPasscode": "Ustaw hasło dostępu",
|
||||
"policyAuthSetPincode": "Ustaw kod PIN",
|
||||
"policyAuthSetEmailWhitelist": "Ustaw białą listę e-mail",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Ustaw kod PIN zasobu",
|
||||
"actionSetResourceEmailWhitelist": "Ustaw białą listę email zasobu",
|
||||
"actionGetResourceEmailWhitelist": "Pobierz białą listę email zasobu",
|
||||
"actionGetResourcePolicy": "Pobierz politykę zasobów",
|
||||
"actionUpdateResourcePolicy": "Zaktualizuj politykę zasobów",
|
||||
"actionSetResourcePolicyUsers": "Ustaw użytkowników polityki zasobów",
|
||||
"actionSetResourcePolicyRoles": "Ustaw role polityki zasobów",
|
||||
"actionSetResourcePolicyPassword": "Ustaw hasło polityki zasobów",
|
||||
"actionSetResourcePolicyPincode": "Ustaw kod PIN polityki zasobów",
|
||||
"actionSetResourcePolicyHeaderAuth": "Ustaw nagłówkowe uwierzytelnianie polityki zasobów",
|
||||
"actionSetResourcePolicyWhitelist": "Ustaw białą listę email polityki zasobów",
|
||||
"actionSetResourcePolicyRules": "Ustaw zasady polityki zasobów",
|
||||
"actionCreateTarget": "Utwórz cel",
|
||||
"actionDeleteTarget": "Usuń cel",
|
||||
"actionGetTarget": "Pobierz cel",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Menu nawigacyjne",
|
||||
"navbarDescription": "Główne menu nawigacyjne aplikacji",
|
||||
"navbarDocsLink": "Dokumentacja",
|
||||
"commandPaletteTitle": "Paleta poleceń",
|
||||
"commandPaletteDescription": "Szukaj stron, organizacji, zasobów i akcji",
|
||||
"commandPaletteSearchPlaceholder": "Szukaj stron, zasobów, akcji...",
|
||||
"commandPaletteNoResults": "Nie znaleziono wyników.",
|
||||
"commandPaletteSearching": "Wyszukiwanie...",
|
||||
"commandPaletteNavigation": "Nawigacja",
|
||||
"commandPaletteOrganizations": "Organizacje",
|
||||
"commandPaletteSites": "Witryny",
|
||||
"commandPaletteResources": "Zasoby",
|
||||
"commandPaletteUsers": "Użytkownicy",
|
||||
"commandPaletteClients": "Klienci maszynowi",
|
||||
"commandPaletteActions": "Akcje",
|
||||
"commandPaletteCreateSite": "Utwórz witrynę",
|
||||
"commandPaletteCreateProxyResource": "Utwórz zasób publiczny",
|
||||
"commandPaletteCreatePrivateResource": "Utwórz zasób prywatny",
|
||||
"commandPaletteCreateUser": "Utwórz użytkownika",
|
||||
"commandPaletteCreateApiKey": "Utwórz klucz API",
|
||||
"commandPaletteCreateMachineClient": "Utwórz klienta maszynowego",
|
||||
"commandPaletteCreateAlertRule": "Utwórz regułę powiadomień",
|
||||
"commandPaletteCreateIdentityProvider": "Utwórz dostawcę tożsamości",
|
||||
"commandPaletteToggleTheme": "Przełącz motyw",
|
||||
"commandPaletteChooseOrganization": "Wybierz organizację",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Nie można włączyć 2FA",
|
||||
"otpErrorEnableDescription": "Wystąpił błąd podczas włączania 2FA",
|
||||
"otpSetupCheckCode": "Wprowadź 6-cyfrowy kod",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Zarządzanie",
|
||||
"sidebarBillingAndLicenses": "Płatność i licencje",
|
||||
"sidebarLogsAnalytics": "Analityka",
|
||||
"commandSites": "Witryny",
|
||||
"commandActionModeInfo": "Wpisz \">\" aby otworzyć tryb akcji",
|
||||
"commandResources": "Zasoby",
|
||||
"commandProxyResources": "Zasoby publiczne",
|
||||
"commandClientResources": "Zasoby prywatne",
|
||||
"commandClients": "Klienci",
|
||||
"commandUserDevices": "Urządzenia użytkownika",
|
||||
"commandMachineClients": "Klienci maszynowi",
|
||||
"commandDomains": "Domeny",
|
||||
"commandRemoteExitNodes": "Zdalne węzły",
|
||||
"commandTeam": "Zespół",
|
||||
"commandUsers": "Użytkownicy",
|
||||
"commandRoles": "Role",
|
||||
"commandInvitations": "Zaproszenia",
|
||||
"commandPolicies": "Polityki współdzielone",
|
||||
"commandResourcePolicies": "Polityki zasobów publicznych",
|
||||
"commandIdentityProviders": "Dostawcy tożsamości",
|
||||
"commandApprovals": "Żądania zatwierdzeń",
|
||||
"commandShareableLinks": "Linki do udostępnienia",
|
||||
"commandOrganization": "Organizacja",
|
||||
"commandLogsAndAnalytics": "Dzienniki i analizy",
|
||||
"commandLogsAnalytics": "Analizy",
|
||||
"commandLogsRequest": "Dzienniki żądań HTTP",
|
||||
"commandLogsAccess": "Dzienniki uwierzytelniania",
|
||||
"commandLogsAction": "Dzienniki działań administratora",
|
||||
"commandLogsConnection": "Dzienniki połączeń",
|
||||
"commandLogsStreaming": "Strumieniowanie zdarzeń",
|
||||
"commandManagement": "Zarządzanie",
|
||||
"commandAlerting": "Alarmy",
|
||||
"commandProvisioning": "Dostarczanie",
|
||||
"commandBluePrints": "Plany",
|
||||
"commandApiKeys": "Klucze API",
|
||||
"commandBillingAndLicenses": "Fakturowanie i licencje",
|
||||
"commandBilling": "Fakturowanie",
|
||||
"commandEnterpriseLicenses": "Licencje",
|
||||
"commandSettings": "Ustawienia",
|
||||
"commandLauncher": "Uruchamiacz",
|
||||
"commandResourceLauncher": "Uruchamiacz zasobów",
|
||||
"commandSearchResults": "Wyniki wyszukiwania",
|
||||
"alertingTitle": "Alarmowanie",
|
||||
"alertingDescription": "Zdefiniuj źródła, ustawienia, i działania dla powiadomień",
|
||||
"alertingRules": "Reguły alarmowe",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domeny",
|
||||
"billingOrganizations": "O masie całkowitej pojazdu przekraczającej 5 ton, ale nieprzekraczającej 5 ton",
|
||||
"billingRemoteExitNodes": "Zdalne węzły",
|
||||
"billingPublicResources": "Zasoby publiczne",
|
||||
"billingPrivateResources": "Zasoby prywatne",
|
||||
"billingMachineClients": "Klienci maszynowi",
|
||||
"billingNoLimitConfigured": "Nie skonfigurowano limitu",
|
||||
"billingEstimatedPeriod": "Szacowany Okres Rozliczeniowy",
|
||||
"billingIncludedUsage": "Zawarte użycie",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Ile użytkowników możesz użyć",
|
||||
"billingDomainInfo": "Ile domen możesz użyć",
|
||||
"billingRemoteExitNodesInfo": "Ile zdalnych węzłów możesz użyć",
|
||||
"billingPublicResourcesInfo": "Ile zasobów publicznych możesz wykorzystać",
|
||||
"billingPrivateResourcesInfo": "Ile zasobów prywatnych możesz wykorzystać",
|
||||
"billingMachineClientsInfo": "Ile klientów maszynowych możesz wykorzystać",
|
||||
"billingLicenseKeys": "Klucze licencyjne",
|
||||
"billingLicenseKeysDescription": "Zarządzaj subskrypcjami kluczy licencyjnych",
|
||||
"billingLicenseSubscription": "Subskrypcja licencji",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Zamknij",
|
||||
"createInternalResourceDialogCreateClientResource": "Utwórz zasób prywatny",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Utwórz nowy zasób, który będzie dostępny tylko dla klientów podłączonych do organizacji",
|
||||
"privateResourceCreatePageSeeAll": "Zobacz wszystkie zasoby prywatne",
|
||||
"privateResourceAllowIcmpPing": "Zezwalaj na ping ICMP",
|
||||
"privateResourceNetworkAccess": "Dostęp do sieci",
|
||||
"privateResourceNetworkAccessDescription": "Kontroluj dostęp do portów TCP/UDP i czy ping ICMP jest dozwolony dla tego zasobu.",
|
||||
"hostSettings": "Ustawienia hosta",
|
||||
"cidrSettings": "Ustawienia CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Właściwości zasobów",
|
||||
"createInternalResourceDialogName": "Nazwa",
|
||||
"createInternalResourceDialogSite": "Witryna",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Węzły nie są dostępne dla tej organizacji. Utwórz węzeł, aby używać lokalnych witryn.",
|
||||
"exitNode": "Węzeł Wyjściowy",
|
||||
"country": "Kraj",
|
||||
"countryIsNot": "Kraj nie jest",
|
||||
"rulesMatchCountry": "Obecnie bazuje na adresie IP źródła",
|
||||
"region": "Region",
|
||||
"selectRegion": "Wybierz region",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Konfiguracja uwierzytelniania dwuskładnikowego jest wymagana. Zaloguj się ponownie przez {dashboardUrl}/auth/login dokończ ten krok. Następnie wróć tutaj.",
|
||||
"additionalSecurityRequired": "Wymagane dodatkowe zabezpieczenie",
|
||||
"organizationRequiresAdditionalSteps": "Ta organizacja wymaga dodatkowych kroków bezpieczeństwa, zanim będziesz mógł uzyskać dostęp do zasobów.",
|
||||
"sessionExpired": "Sesja wygasła",
|
||||
"sessionExpiredReauthRequired": "Twoja sesja wygasła zgodnie z zasadami bezpieczeństwa Twojej organizacji. Proszę się ponownie zalogować, aby kontynuować.",
|
||||
"reauthenticate": "Zaloguj się ponownie",
|
||||
"completeTheseSteps": "Wykonaj te kroki",
|
||||
"enableTwoFactorAuthentication": "Włącz uwierzytelnianie dwuskładnikowe",
|
||||
"completeSecuritySteps": "Zakończ kroki bezpieczeństwa",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Dodaj użytkowników",
|
||||
"editInternalResourceDialogAddClients": "Dodaj klientów",
|
||||
"editInternalResourceDialogDestinationLabel": "Miejsce docelowe",
|
||||
"editInternalResourceDialogDestinationDescription": "Określ adres docelowy dla wewnętrznego zasobu. Może to być nazwa hosta, adres IP lub zakres CIDR, w zależności od wybranego trybu. Opcjonalnie ustaw wewnętrzny alias DNS dla łatwiejszej identyfikacji.",
|
||||
"editInternalResourceDialogDestinationDescription": "Wybierz, gdzie ten zasób działa i jak klienci go osiągają",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Wybór wielu stron umożliwia odporne trasowanie i awarię dla wysokiej dostępności.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Dowiedz się więcej",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Ogranicz dostęp do konkretnych portów TCP/UDP lub zezwól/zablokuj wszystkie porty.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Zasób wyłączony",
|
||||
"memberPortalShowingResources": "Wyświetlanie zasobów od {start} do {end} z {total}",
|
||||
"resourceLauncherTitle": "Uruchamiacz Zasobów",
|
||||
"resourceLauncherDescription": "Przeglądaj szczegóły zasobów i uruchamiaj je z jednego miejsca",
|
||||
"resourceLauncherSearchPlaceholder": "Szukaj we wszystkich stronach...",
|
||||
"resourceSidebarLauncherTitle": "Uruchamiacz",
|
||||
"resourceLauncherDescription": "Wyświetl wszystkie dostępne zasoby i uruchom je w jednym centralnym hubie",
|
||||
"resourceLauncherSearchPlaceholder": "Szukaj zasobów...",
|
||||
"resourceLauncherDefaultView": "Domyślny",
|
||||
"resourceLauncherSaveView": "Zapisz Widok",
|
||||
"resourceLauncherSaveToCurrentView": "Zapisz do bieżącego widoku",
|
||||
"resourceLauncherSaveDefaultPersonal": "Zapisz dla mnie",
|
||||
"resourceLauncherResetView": "Resetuj Widok",
|
||||
"resourceLauncherResetSystemDefault": "Przywróć do domyślnych ustawień systemowych",
|
||||
"resourceLauncherSystemDefaultRestored": "Przywrócono domyślne ustawienia systemowe",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Domyślny widok został przywrócony do oryginalnych ustawień.",
|
||||
"resourceLauncherSaveAsNewView": "Zapisz jako Nowy Widok",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Nadaj nazwę temu widokowi, aby zapisać swoje bieżące filtry i układ.",
|
||||
"resourceLauncherSaveForEveryone": "Zapisz dla wszystkich",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Udostępnij ten widok wszystkim członkom organizacji. Gdy jest niezaznaczone, widok jest widoczny tylko dla Ciebie.",
|
||||
"resourceLauncherMakePersonal": "Zrób osobisty",
|
||||
"resourceLauncherFilter": "Filtr",
|
||||
"resourceLauncherFilterWithCount": "Filtr, zastosowano {count}",
|
||||
"resourceLauncherSort": "Sortuj",
|
||||
"resourceLauncherSortAscending": "Sortuj rosnąco",
|
||||
"resourceLauncherSortDescending": "Sortuj malejąco",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Grupuj według",
|
||||
"resourceLauncherGroupBySite": "Witryna",
|
||||
"resourceLauncherGroupByLabel": "Etykieta",
|
||||
"resourceLauncherGroupByNone": "Brak",
|
||||
"resourceLauncherLayout": "Układ",
|
||||
"resourceLauncherLayoutGrid": "Siatka",
|
||||
"resourceLauncherLayoutList": "Lista",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Pokaż tagi stron",
|
||||
"resourceLauncherShowRecents": "Pokaż ostatnie",
|
||||
"resourceLauncherDeleteView": "Usuń Widok",
|
||||
"resourceLauncherDeleteViewTitle": "Usuń widok",
|
||||
"resourceLauncherDeleteViewQuestion": "Czy na pewno chcesz usunąć ten widok uruchamiania?",
|
||||
"resourceLauncherDeleteViewConfirm": "Usuń widok",
|
||||
"resourceLauncherViewAsAdmin": "Przeglądaj jako Administrator",
|
||||
"resourceLauncherResourceDetailsDescription": "Pokaż szczegóły tego zasobu.",
|
||||
"resourceLauncherResourceDetailsDescription": "Informacje i status połączenia dla tego zasobu.",
|
||||
"resourceLauncherResourceDetails": "Szczegóły zasobów",
|
||||
"resourceLauncherAuthMethodsDescription": "Metody uwierzytelniania włączone dla tego zasobu.",
|
||||
"resourceLauncherPrivateClientRequired": "Połącz się z klientem na swoim urządzeniu, aby uzyskać dostęp do tego zasobu prywatnie.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Wymagane połączenie z klientem",
|
||||
"resourceLauncherDownloadClient": "Pobierz klienta",
|
||||
"resourceLauncherFailedToLoadDetails": "Nie można załadować szczegółów zasobu. Możliwe, że nie masz już dostępu do tego zasobu.",
|
||||
"resourceLauncherNoPortRestrictions": "Brak ograniczeń portów",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Bez etykiety",
|
||||
"resourceLauncherNoSite": "Brak strony",
|
||||
"resourceLauncherNoResourcesInGroup": "W tej grupie nie ma zasobów",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Nie znaleziono zasobów",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Żadne zasoby nie spełniają twojego bieżącego wyszukiwania lub filtrów. Spróbuj je dostosować, aby znaleźć to, czego szukasz.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Żadne zasoby nie odpowiadają \"{query}\". Spróbuj dostosować swoje wyszukiwanie lub usunąć filtry, aby zobaczyć wszystkie zasoby.",
|
||||
"resourceLauncherSearchFirstTitle": "Szukaj lub filtruj, aby przeglądać",
|
||||
"resourceLauncherSearchFirstDescription": "Masz dostęp do wielu zasobów. Użyj wyszukiwania lub filtruj według witryny lub etykiety, aby znaleźć to, czego potrzebujesz.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Grupowanie witryn jest niedostępne w tej skali. Filtruj według witryny, aby pogrupować mniejszy zestaw.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Grupowanie etykiet jest niedostępne w tej skali.",
|
||||
"resourceLauncherCompactModeHint": "Wyświetlanie uproszczonej listy dla szybszego przeglądania. Użyj wyszukiwania lub filtrów, aby zawęzić wyniki.",
|
||||
"resourceLauncherCompactGroupingHint": "Zastosuj filtry witryn lub etykiet, aby włączyć grupowanie.",
|
||||
"resourceLauncherCopiedToClipboard": "Skopiowano do schowka",
|
||||
"resourceLauncherCopiedAccessDescription": "Dostęp do zasobu został skopiowany do schowka.",
|
||||
"resourceLauncherViewNamePlaceholder": "Nazwa widoku",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxy solicita por TCP/UDP bruto usando um número de porta. Requer que sites se conectem a um nó remoto.",
|
||||
"resourceCreate": "Criar Recurso",
|
||||
"resourceCreateDescription": "Siga os passos abaixo para criar um novo recurso",
|
||||
"resourcePublicCreate": "Criar Recurso Público",
|
||||
"resourcePublicCreateDescription": "Siga os passos abaixo para criar um novo recurso público acessível através de um navegador web",
|
||||
"resourceCreateGeneralDescription": "Configure as configurações gerais do recurso, incluindo o nome e o tipo",
|
||||
"resourceSeeAll": "Ver todos os recursos",
|
||||
"resourceCreateGeneral": "Gerais",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Interno",
|
||||
"emailInvalid": "Endereço de email inválido",
|
||||
"inviteValidityDuration": "Por favor, selecione uma duração",
|
||||
"accessRoleSelectPlease": "Por favor, selecione uma função",
|
||||
"accessRoleSelectPlease": "Um usuário deve pertencer a pelo menos um papel.",
|
||||
"accessRoleRequired": "Papel necessário",
|
||||
"removeOwnAdminRoleConfirmTitle": "Remover seu acesso de administrador?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Você não terá mais permissões de administrador nesta organização após salvar. Outro administrador pode restaurar seu acesso, se necessário.",
|
||||
"removeOwnAdminRoleConfirmButton": "Remover Meu Acesso de Administrador",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Autenticação de Cabeçalho Básico",
|
||||
"policyAuthHeaderAuthDescription": "Valide um nome e valor de cabeçalho HTTP personalizado em cada solicitação",
|
||||
"policyAuthHeaderAuthSummary": "Cabeçalho configurado",
|
||||
"policyAuthHeaderName": "Nome do Cabeçalho",
|
||||
"policyAuthHeaderValue": "Valor esperado",
|
||||
"policyAuthHeaderName": "Nome de usuário",
|
||||
"policyAuthHeaderValue": "Palavra-passe",
|
||||
"policyAuthSetPasscode": "Definir Código de Acesso",
|
||||
"policyAuthSetPincode": "Definir Código PIN",
|
||||
"policyAuthSetEmailWhitelist": "Definir Lista de E-mails Permitidos",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Definir Código PIN do Recurso",
|
||||
"actionSetResourceEmailWhitelist": "Definir Lista Permitida de Emails do Recurso",
|
||||
"actionGetResourceEmailWhitelist": "Obter Lista Permitida de Emails do Recurso",
|
||||
"actionGetResourcePolicy": "Obter Política de Recurso",
|
||||
"actionUpdateResourcePolicy": "Atualizar Política de Recurso",
|
||||
"actionSetResourcePolicyUsers": "Definir Utilizadores da Política de Recurso",
|
||||
"actionSetResourcePolicyRoles": "Definir Papéis da Política de Recurso",
|
||||
"actionSetResourcePolicyPassword": "Definir Palavra-passe da Política de Recurso",
|
||||
"actionSetResourcePolicyPincode": "Definir Código PIN da Política de Recurso",
|
||||
"actionSetResourcePolicyHeaderAuth": "Definir Autenticação de Cabeçalho da Política de Recurso",
|
||||
"actionSetResourcePolicyWhitelist": "Definir Lista Permitida de Emails da Política de Recurso",
|
||||
"actionSetResourcePolicyRules": "Definir Regras da Política de Recurso",
|
||||
"actionCreateTarget": "Criar Alvo",
|
||||
"actionDeleteTarget": "Eliminar Alvo",
|
||||
"actionGetTarget": "Obter Alvo",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Menu de Navegação",
|
||||
"navbarDescription": "Menu de navegação principal da aplicação",
|
||||
"navbarDocsLink": "Documentação",
|
||||
"commandPaletteTitle": "Paleta de Comando",
|
||||
"commandPaletteDescription": "Pesquisar por páginas, organizações, recursos e ações",
|
||||
"commandPaletteSearchPlaceholder": "Pesquisar páginas, recursos, ações...",
|
||||
"commandPaletteNoResults": "Nenhum resultado encontrado.",
|
||||
"commandPaletteSearching": "Buscando...",
|
||||
"commandPaletteNavigation": "Navegação",
|
||||
"commandPaletteOrganizations": "Organizações",
|
||||
"commandPaletteSites": "Sites",
|
||||
"commandPaletteResources": "Recursos",
|
||||
"commandPaletteUsers": "Utilizadores",
|
||||
"commandPaletteClients": "Clientes de Máquina",
|
||||
"commandPaletteActions": "Ações",
|
||||
"commandPaletteCreateSite": "Criar Site",
|
||||
"commandPaletteCreateProxyResource": "Criar Recurso Público",
|
||||
"commandPaletteCreatePrivateResource": "Criar Recurso Privado",
|
||||
"commandPaletteCreateUser": "Criar Usuário",
|
||||
"commandPaletteCreateApiKey": "Criar Chave API",
|
||||
"commandPaletteCreateMachineClient": "Criar Cliente de Máquina",
|
||||
"commandPaletteCreateAlertRule": "Criar Regra de Alerta",
|
||||
"commandPaletteCreateIdentityProvider": "Criar Provedor de Identidade",
|
||||
"commandPaletteToggleTheme": "Alternar Tema",
|
||||
"commandPaletteChooseOrganization": "Escolher Organização",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Não foi possível ativar 2FA",
|
||||
"otpErrorEnableDescription": "Ocorreu um erro ao ativar 2FA",
|
||||
"otpSetupCheckCode": "Por favor, insira um código de 6 dígitos",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Gestão",
|
||||
"sidebarBillingAndLicenses": "Faturamento e Licenças",
|
||||
"sidebarLogsAnalytics": "Análises",
|
||||
"commandSites": "Sites",
|
||||
"commandActionModeInfo": "Digite \">\" Para Abrir Modo de Ação",
|
||||
"commandResources": "Recursos",
|
||||
"commandProxyResources": "Recursos Públicos",
|
||||
"commandClientResources": "Recursos Privados",
|
||||
"commandClients": "Clientes",
|
||||
"commandUserDevices": "Dispositivos do Usuário",
|
||||
"commandMachineClients": "Clientes de Máquina",
|
||||
"commandDomains": "Domínios",
|
||||
"commandRemoteExitNodes": "Nodos Remotos",
|
||||
"commandTeam": "Equipe",
|
||||
"commandUsers": "Utilizadores",
|
||||
"commandRoles": "Papéis",
|
||||
"commandInvitations": "Convites",
|
||||
"commandPolicies": "Políticas Compartilhadas",
|
||||
"commandResourcePolicies": "Políticas de Recursos Públicos",
|
||||
"commandIdentityProviders": "Provedores de Identidade",
|
||||
"commandApprovals": "Pedidos de Aprovação",
|
||||
"commandShareableLinks": "Links Compartilháveis",
|
||||
"commandOrganization": "Organização",
|
||||
"commandLogsAndAnalytics": "Logs e Análises",
|
||||
"commandLogsAnalytics": "Análises",
|
||||
"commandLogsRequest": "Registros de Pedidos HTTP",
|
||||
"commandLogsAccess": "Logs de Autenticação",
|
||||
"commandLogsAction": "Logs de Ações do Administrador",
|
||||
"commandLogsConnection": "Logs da Conexão",
|
||||
"commandLogsStreaming": "Transmissão de Eventos",
|
||||
"commandManagement": "Gestão",
|
||||
"commandAlerting": "Alertas",
|
||||
"commandProvisioning": "Providência",
|
||||
"commandBluePrints": "Plantas",
|
||||
"commandApiKeys": "Chaves API",
|
||||
"commandBillingAndLicenses": "Faturamento e Licenças",
|
||||
"commandBilling": "Faturamento",
|
||||
"commandEnterpriseLicenses": "Licenças",
|
||||
"commandSettings": "Configurações",
|
||||
"commandLauncher": "Inicializador",
|
||||
"commandResourceLauncher": "Inicializador de Recurso",
|
||||
"commandSearchResults": "Resultados da Pesquisa",
|
||||
"alertingTitle": "Alertas",
|
||||
"alertingDescription": "Defina fontes, gatilhos e ações para notificações",
|
||||
"alertingRules": "Regras de alerta",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Domínios",
|
||||
"billingOrganizations": "Órgãos",
|
||||
"billingRemoteExitNodes": "Nós remotos",
|
||||
"billingPublicResources": "Recursos Públicos",
|
||||
"billingPrivateResources": "Recursos Privados",
|
||||
"billingMachineClients": "Clientes de Máquina",
|
||||
"billingNoLimitConfigured": "Nenhum limite configurado",
|
||||
"billingEstimatedPeriod": "Período Estimado de Cobrança",
|
||||
"billingIncludedUsage": "Uso Incluído",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Quantos usuários você pode usar",
|
||||
"billingDomainInfo": "Quantos domínios você pode usar",
|
||||
"billingRemoteExitNodesInfo": "Quantos nós remotos você pode usar",
|
||||
"billingPublicResourcesInfo": "Quantos recursos públicos você pode usar",
|
||||
"billingPrivateResourcesInfo": "Quantos recursos privados você pode usar",
|
||||
"billingMachineClientsInfo": "Quantos clientes de máquina você pode usar",
|
||||
"billingLicenseKeys": "Chaves de Licença",
|
||||
"billingLicenseKeysDescription": "Gerenciar suas subscrições de chave de licença",
|
||||
"billingLicenseSubscription": "Assinatura de Licença",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Fechar",
|
||||
"createInternalResourceDialogCreateClientResource": "Criar Recurso Privado",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Criar um novo recurso que só será acessível para clientes conectados à organização",
|
||||
"privateResourceCreatePageSeeAll": "Ver Todos os Recursos Privados",
|
||||
"privateResourceAllowIcmpPing": "Permitir ICMP Ping",
|
||||
"privateResourceNetworkAccess": "Acesso à Rede",
|
||||
"privateResourceNetworkAccessDescription": "Controlar o acesso à porta TCP/UDP e se o ICMP ping é permitido para este recurso.",
|
||||
"hostSettings": "Configurações do Host",
|
||||
"cidrSettings": "Configurações CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Propriedades do Recurso",
|
||||
"createInternalResourceDialogName": "Nome",
|
||||
"createInternalResourceDialogSite": "Site",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Nenhum nó está disponível para esta organização. Crie um nó primeiro para usar sites locais.",
|
||||
"exitNode": "Nodo de Saída",
|
||||
"country": "País",
|
||||
"countryIsNot": "País Não é",
|
||||
"rulesMatchCountry": "Atualmente baseado no IP de origem",
|
||||
"region": "Região",
|
||||
"selectRegion": "Selecionar região",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Configuração de autenticação de dois fatores é necessária. Por favor, entre novamente via {dashboardUrl}/auth/login conclua este passo. Em seguida, volte aqui.",
|
||||
"additionalSecurityRequired": "Segurança adicional necessária",
|
||||
"organizationRequiresAdditionalSteps": "Esta organização requer etapas de segurança adicionais antes que você possa acessar os recursos.",
|
||||
"sessionExpired": "Sessão Expirada",
|
||||
"sessionExpiredReauthRequired": "Sua sessão expirou conforme a política de segurança da sua organização. Faça uma nova autenticação para continuar.",
|
||||
"reauthenticate": "Reautenticar",
|
||||
"completeTheseSteps": "Conclua estas etapas",
|
||||
"enableTwoFactorAuthentication": "Ativar autenticação de dois fatores",
|
||||
"completeSecuritySteps": "Passos de segurança completos",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Adicionar Usuários",
|
||||
"editInternalResourceDialogAddClients": "Adicionar Clientes",
|
||||
"editInternalResourceDialogDestinationLabel": "Destino",
|
||||
"editInternalResourceDialogDestinationDescription": "Especifique o endereço de destino para o recurso interno. Isso pode ser um nome de host, endereço IP ou intervalo CIDR, dependendo do modo selecionado. Opcionalmente, defina um alias interno de DNS para facilitar a identificação.",
|
||||
"editInternalResourceDialogDestinationDescription": "Escolha onde este recurso é executado e como os clientes o acessam",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Selecionar múltiplos sites permite roteamento resiliente e failover para alta disponibilidade.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Saiba mais",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Restrinja o acesso a portas TCP/UDP específicas ou permita/bloqueie todas as portas.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Recurso Desativado",
|
||||
"memberPortalShowingResources": "Mostrando {start}-{end} de {total} recursos",
|
||||
"resourceLauncherTitle": "Lançador de Recursos",
|
||||
"resourceLauncherDescription": "Veja os detalhes do recurso e lance-os de um só lugar",
|
||||
"resourceLauncherSearchPlaceholder": "Procurar todos os sites...",
|
||||
"resourceSidebarLauncherTitle": "Inicializador",
|
||||
"resourceLauncherDescription": "Veja todos os recursos disponíveis e inicie-os de um único local",
|
||||
"resourceLauncherSearchPlaceholder": "Procurar recursos...",
|
||||
"resourceLauncherDefaultView": "Padrão",
|
||||
"resourceLauncherSaveView": "Salvar Visualização",
|
||||
"resourceLauncherSaveToCurrentView": "Salvar na Visualização Atual",
|
||||
"resourceLauncherSaveDefaultPersonal": "Salvar para mim",
|
||||
"resourceLauncherResetView": "Redefinir Visualização",
|
||||
"resourceLauncherResetSystemDefault": "Redefinir para o padrão do sistema",
|
||||
"resourceLauncherSystemDefaultRestored": "Padrão do sistema restaurado",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "A visualização padrão foi redefinida para as configurações originais.",
|
||||
"resourceLauncherSaveAsNewView": "Salvar como Nova Visualização",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Dê um nome a esta visualização para salvar os filtros e layout atuais.",
|
||||
"resourceLauncherSaveForEveryone": "Salvar para Todos",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Compartilhe esta visualização com todos os membros da organização. Quando desmarcado, a visualização é visível apenas para você.",
|
||||
"resourceLauncherMakePersonal": "Tornar Pessoal",
|
||||
"resourceLauncherFilter": "Filtro",
|
||||
"resourceLauncherFilterWithCount": "Filtro, {count} aplicado",
|
||||
"resourceLauncherSort": "Ordenar",
|
||||
"resourceLauncherSortAscending": "Ordenar ascendente",
|
||||
"resourceLauncherSortDescending": "Ordenar descendente",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Agrupar por",
|
||||
"resourceLauncherGroupBySite": "Site",
|
||||
"resourceLauncherGroupByLabel": "Marcador",
|
||||
"resourceLauncherGroupByNone": "Nenhum",
|
||||
"resourceLauncherLayout": "Layout",
|
||||
"resourceLauncherLayoutGrid": "Grade",
|
||||
"resourceLauncherLayoutList": "Lista",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Mostrar Etiquetas de Site",
|
||||
"resourceLauncherShowRecents": "Mostrar Recents",
|
||||
"resourceLauncherDeleteView": "Excluir Visualização",
|
||||
"resourceLauncherDeleteViewTitle": "Excluir Visualização",
|
||||
"resourceLauncherDeleteViewQuestion": "Tem certeza de que deseja excluir esta visualização de inicializador?",
|
||||
"resourceLauncherDeleteViewConfirm": "Excluir Visualização",
|
||||
"resourceLauncherViewAsAdmin": "Visualizar como Administrador",
|
||||
"resourceLauncherResourceDetailsDescription": "Veja detalhes deste recurso.",
|
||||
"resourceLauncherResourceDetailsDescription": "Informações de conexão e status para este recurso.",
|
||||
"resourceLauncherResourceDetails": "Detalhes do Recurso",
|
||||
"resourceLauncherAuthMethodsDescription": "Métodos de autenticação habilitados para este recurso.",
|
||||
"resourceLauncherPrivateClientRequired": "Conecte com um cliente no seu dispositivo para acessar este recurso privadamente.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Conexão do Cliente Obrigatória",
|
||||
"resourceLauncherDownloadClient": "Baixar cliente",
|
||||
"resourceLauncherFailedToLoadDetails": "Não foi possível carregar os detalhes do recurso. Você pode não ter mais acesso a este recurso.",
|
||||
"resourceLauncherNoPortRestrictions": "Sem restrições de porta",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Sem Etiqueta",
|
||||
"resourceLauncherNoSite": "Sem Site",
|
||||
"resourceLauncherNoResourcesInGroup": "Nenhum recurso neste grupo",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Nenhum Recurso Encontrado",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Nenhum recurso corresponde à sua busca ou filtros atuais. Experimente ajustá-los para encontrar o que está procurando.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Nenhum recurso corresponde a \"{query}\". Tente ajustar sua busca ou limpar os filtros para ver todos os recursos.",
|
||||
"resourceLauncherSearchFirstTitle": "Pesquisar ou Filtrar para Navegar",
|
||||
"resourceLauncherSearchFirstDescription": "Você tem acesso a muitos recursos. Use a pesquisa ou filtre por site ou etiqueta para encontrar o que precisa.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Agrupamento de site indisponível nesta escala. Filtrar por site para agrupar um conjunto menor.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Agrupamento de etiquetas indisponível nesta escala.",
|
||||
"resourceLauncherCompactModeHint": "Mostrando uma lista simplificada para navegação mais rápida. Use pesquisa ou filtros para restringir os resultados.",
|
||||
"resourceLauncherCompactGroupingHint": "Aplique filtros de site ou etiqueta para habilitar o agrupamento.",
|
||||
"resourceLauncherCopiedToClipboard": "Copiado para a área de transferência",
|
||||
"resourceLauncherCopiedAccessDescription": "O acesso ao recurso foi copiado para sua área de transferência.",
|
||||
"resourceLauncherViewNamePlaceholder": "Nome da Visualização",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Прокси запросы через необработанный TCP/UDP с использованием номера порта. Требуется подключение сайтов к удаленному узлу.",
|
||||
"resourceCreate": "Создание ресурса",
|
||||
"resourceCreateDescription": "Следуйте инструкциям ниже для создания нового ресурса",
|
||||
"resourcePublicCreate": "Создать публичный ресурс",
|
||||
"resourcePublicCreateDescription": "Следуйте инструкциям ниже, чтобы создать новый публичный ресурс, доступный через веб-браузер",
|
||||
"resourceCreateGeneralDescription": "Настройте основные параметры ресурса, включая его имя и тип",
|
||||
"resourceSeeAll": "Посмотреть все ресурсы",
|
||||
"resourceCreateGeneral": "Общие",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Внутренний",
|
||||
"emailInvalid": "Неверный адрес Email",
|
||||
"inviteValidityDuration": "Пожалуйста, выберите продолжительность",
|
||||
"accessRoleSelectPlease": "Пожалуйста, выберите роль",
|
||||
"accessRoleSelectPlease": "Пользователь должен принадлежать хотя бы к одной роли.",
|
||||
"accessRoleRequired": "Требуется роль",
|
||||
"removeOwnAdminRoleConfirmTitle": "Удалить доступ администратора?",
|
||||
"removeOwnAdminRoleConfirmDescription": "После сохранения у вас больше не будет прав администратора в этой организации. Другой администратор может восстановить доступ, если это необходимо.",
|
||||
"removeOwnAdminRoleConfirmButton": "Удалить мой доступ администратора",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Базовая аутентификация заголовка",
|
||||
"policyAuthHeaderAuthDescription": "Проверка пользовательского имени и значения HTTP-заголовка для каждого запроса",
|
||||
"policyAuthHeaderAuthSummary": "Заголовок настроен",
|
||||
"policyAuthHeaderName": "Имя заголовка",
|
||||
"policyAuthHeaderValue": "Ожидаемое значение",
|
||||
"policyAuthHeaderName": "Имя пользователя",
|
||||
"policyAuthHeaderValue": "Пароль",
|
||||
"policyAuthSetPasscode": "Установить пароль",
|
||||
"policyAuthSetPincode": "Установить ПИН-код",
|
||||
"policyAuthSetEmailWhitelist": "Установить белый список email",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Установить ПИН-код ресурса",
|
||||
"actionSetResourceEmailWhitelist": "Настроить белый список ресурсов email",
|
||||
"actionGetResourceEmailWhitelist": "Получить белый список ресурсов email",
|
||||
"actionGetResourcePolicy": "Получить политику ресурса",
|
||||
"actionUpdateResourcePolicy": "Обновить политику ресурса",
|
||||
"actionSetResourcePolicyUsers": "Установить пользователей политики ресурса",
|
||||
"actionSetResourcePolicyRoles": "Установить роли политики ресурса",
|
||||
"actionSetResourcePolicyPassword": "Установить пароль политики ресурса",
|
||||
"actionSetResourcePolicyPincode": "Установить ПИН-код политики ресурса",
|
||||
"actionSetResourcePolicyHeaderAuth": "Установить аутентификацию по заголовкам для политики ресурса",
|
||||
"actionSetResourcePolicyWhitelist": "Установить белый список по email для политики ресурса",
|
||||
"actionSetResourcePolicyRules": "Установить правила политики ресурса",
|
||||
"actionCreateTarget": "Создать цель",
|
||||
"actionDeleteTarget": "Удалить цель",
|
||||
"actionGetTarget": "Получить цель",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Навигационное меню",
|
||||
"navbarDescription": "Главное навигационное меню приложения",
|
||||
"navbarDocsLink": "Документация",
|
||||
"commandPaletteTitle": "Палитра команд",
|
||||
"commandPaletteDescription": "Поиск страниц, организаций, ресурсов и действий",
|
||||
"commandPaletteSearchPlaceholder": "Поиск страниц, ресурсов, действий...",
|
||||
"commandPaletteNoResults": "Результаты не найдены.",
|
||||
"commandPaletteSearching": "Поиск...",
|
||||
"commandPaletteNavigation": "Навигация",
|
||||
"commandPaletteOrganizations": "Организации",
|
||||
"commandPaletteSites": "Сайты",
|
||||
"commandPaletteResources": "Ресурсы",
|
||||
"commandPaletteUsers": "Пользователи",
|
||||
"commandPaletteClients": "Клиенты машин",
|
||||
"commandPaletteActions": "Действия",
|
||||
"commandPaletteCreateSite": "Создать сайт",
|
||||
"commandPaletteCreateProxyResource": "Создать публичный ресурс",
|
||||
"commandPaletteCreatePrivateResource": "Создать частный ресурс",
|
||||
"commandPaletteCreateUser": "Создать пользователя",
|
||||
"commandPaletteCreateApiKey": "Создать ключ API",
|
||||
"commandPaletteCreateMachineClient": "Создать клиент машин",
|
||||
"commandPaletteCreateAlertRule": "Создать правило предупреждения",
|
||||
"commandPaletteCreateIdentityProvider": "Создать поставщика удостоверений",
|
||||
"commandPaletteToggleTheme": "Переключить тему",
|
||||
"commandPaletteChooseOrganization": "Выбрать организацию",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "Невозможно включить 2FA",
|
||||
"otpErrorEnableDescription": "Произошла ошибка при включении 2FA",
|
||||
"otpSetupCheckCode": "Пожалуйста, введите 6-значный код",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Управление",
|
||||
"sidebarBillingAndLicenses": "Биллинг и лицензии",
|
||||
"sidebarLogsAnalytics": "Статистика",
|
||||
"commandSites": "Сайты",
|
||||
"commandActionModeInfo": "Введите \">\", чтобы открыть режим действий",
|
||||
"commandResources": "Ресурсы",
|
||||
"commandProxyResources": "Публичные ресурсы",
|
||||
"commandClientResources": "Частные ресурсы",
|
||||
"commandClients": "Клиенты",
|
||||
"commandUserDevices": "Устройства пользователей",
|
||||
"commandMachineClients": "Клиенты машин",
|
||||
"commandDomains": "Домены",
|
||||
"commandRemoteExitNodes": "Удаленные узлы",
|
||||
"commandTeam": "Команда",
|
||||
"commandUsers": "Пользователи",
|
||||
"commandRoles": "Роли",
|
||||
"commandInvitations": "Приглашения",
|
||||
"commandPolicies": "Общие политики",
|
||||
"commandResourcePolicies": "Политики публичных ресурсов",
|
||||
"commandIdentityProviders": "Поставщики удостоверений",
|
||||
"commandApprovals": "Запросы на одобрение",
|
||||
"commandShareableLinks": "Общие ссылки",
|
||||
"commandOrganization": "Организация",
|
||||
"commandLogsAndAnalytics": "Логи и аналитика",
|
||||
"commandLogsAnalytics": "Аналитика",
|
||||
"commandLogsRequest": "HTTP журналы запросов",
|
||||
"commandLogsAccess": "Журналы аутентификации",
|
||||
"commandLogsAction": "Журналы административных действий",
|
||||
"commandLogsConnection": "Журнал сетевых подключений",
|
||||
"commandLogsStreaming": "Трансляция события",
|
||||
"commandManagement": "Управление",
|
||||
"commandAlerting": "Оповещения",
|
||||
"commandProvisioning": "Провиженинг",
|
||||
"commandBluePrints": "Шаблоны",
|
||||
"commandApiKeys": "API ключи",
|
||||
"commandBillingAndLicenses": "Выставление счетов и лицензии",
|
||||
"commandBilling": "Выставление счетов",
|
||||
"commandEnterpriseLicenses": "Лицензии",
|
||||
"commandSettings": "Настройки",
|
||||
"commandLauncher": "Запускатор",
|
||||
"commandResourceLauncher": "Запускатор ресурсов",
|
||||
"commandSearchResults": "Результаты поиска",
|
||||
"alertingTitle": "Оповещения",
|
||||
"alertingDescription": "Определите источники, триггеры и действия для уведомлений",
|
||||
"alertingRules": "Правила оповещений",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Домены",
|
||||
"billingOrganizations": "Орги",
|
||||
"billingRemoteExitNodes": "Удаленные узлы",
|
||||
"billingPublicResources": "Публичные ресурсы",
|
||||
"billingPrivateResources": "Частные ресурсы",
|
||||
"billingMachineClients": "Клиенты машин",
|
||||
"billingNoLimitConfigured": "Лимит не установлен",
|
||||
"billingEstimatedPeriod": "Предполагаемый период выставления счетов",
|
||||
"billingIncludedUsage": "Включенное использование",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Сколько пользователей вы можете использовать",
|
||||
"billingDomainInfo": "Сколько доменов вы можете использовать",
|
||||
"billingRemoteExitNodesInfo": "Сколько удаленных узлов вы можете использовать",
|
||||
"billingPublicResourcesInfo": "Сколько публичных ресурсов вы можете использовать",
|
||||
"billingPrivateResourcesInfo": "Сколько частных ресурсов вы можете использовать",
|
||||
"billingMachineClientsInfo": "Сколько машинных клиентов вы можете использовать",
|
||||
"billingLicenseKeys": "Лицензионные ключи",
|
||||
"billingLicenseKeysDescription": "Управление подписками на лицензионные ключи",
|
||||
"billingLicenseSubscription": "Лицензионное соглашение",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Закрыть",
|
||||
"createInternalResourceDialogCreateClientResource": "Создать приватный ресурс",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Создать новый ресурс, который будет доступен только клиентам, подключенным к организации",
|
||||
"privateResourceCreatePageSeeAll": "Посмотреть все частные ресурсы",
|
||||
"privateResourceAllowIcmpPing": "Разрешить ICMP Ping",
|
||||
"privateResourceNetworkAccess": "Сетевой доступ",
|
||||
"privateResourceNetworkAccessDescription": "Управляйте доступом к портам TCP/UDP и настройте разрешение ICMP ping для данного ресурса.",
|
||||
"hostSettings": "Настройки хоста",
|
||||
"cidrSettings": "Настройки CIDR",
|
||||
"createInternalResourceDialogResourceProperties": "Свойства ресурса",
|
||||
"createInternalResourceDialogName": "Имя",
|
||||
"createInternalResourceDialogSite": "Сайт",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Для этой организации узлы не доступны. Сначала создайте узел, чтобы использовать локальные сайты.",
|
||||
"exitNode": "Узел выхода",
|
||||
"country": "Страна",
|
||||
"countryIsNot": "Страна не является",
|
||||
"rulesMatchCountry": "В настоящее время основано на исходном IP",
|
||||
"region": "Регион",
|
||||
"selectRegion": "Выберите регион",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "Требуется настройка двухфакторной аутентификации. Пожалуйста, войдите снова через {dashboardUrl}/auth/login завершить этот шаг. Затем вернитесь сюда.",
|
||||
"additionalSecurityRequired": "Требуется дополнительная безопасность",
|
||||
"organizationRequiresAdditionalSteps": "Эта организация требует дополнительных шагов безопасности, прежде чем вы сможете получить доступ к ресурсам.",
|
||||
"sessionExpired": "Сессия истекла",
|
||||
"sessionExpiredReauthRequired": "Ваша сессия истекла согласно политике безопасности вашей организации. Пожалуйста, повторно пройдите аутентификацию, чтобы продолжить.",
|
||||
"reauthenticate": "Повторная аутентификация",
|
||||
"completeTheseSteps": "Выполните эти шаги",
|
||||
"enableTwoFactorAuthentication": "Включить двухфакторную аутентификацию",
|
||||
"completeSecuritySteps": "Пройти шаги безопасности",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Добавить пользователей",
|
||||
"editInternalResourceDialogAddClients": "Добавить клиентов",
|
||||
"editInternalResourceDialogDestinationLabel": "Пункт назначения",
|
||||
"editInternalResourceDialogDestinationDescription": "Укажите адрес назначения для внутреннего ресурса. Это может быть имя хоста, IP-адрес или диапазон CIDR в зависимости от выбранного режима. При необходимости установите внутренний DNS-алиас для облегчения идентификации.",
|
||||
"editInternalResourceDialogDestinationDescription": "Выберите, где этот ресурс работает и как к нему получают доступ клиенты",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Выбор нескольких сайтов позволяет обеспечить отказоустойчивую маршрутизацию и фейловер для высокой доступности.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Узнать больше",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Ограничьте доступ к определенным TCP/UDP-портам или разрешите/заблокируйте все порты.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Ресурс отключён",
|
||||
"memberPortalShowingResources": "Показаны {start}-{end} из {total} ресурсов",
|
||||
"resourceLauncherTitle": "Запуск ресурса",
|
||||
"resourceLauncherDescription": "Просмотр деталей ресурса и запуск их из одного места",
|
||||
"resourceLauncherSearchPlaceholder": "Поиск всех сайтов...",
|
||||
"resourceSidebarLauncherTitle": "Запускатор",
|
||||
"resourceLauncherDescription": "Просмотрите все доступные ресурсы и запустите их из одного централизованного узла",
|
||||
"resourceLauncherSearchPlaceholder": "Поиск ваших ресурсов...",
|
||||
"resourceLauncherDefaultView": "По умолчанию",
|
||||
"resourceLauncherSaveView": "Сохранить вид",
|
||||
"resourceLauncherSaveToCurrentView": "Сохранить в текущий вид",
|
||||
"resourceLauncherSaveDefaultPersonal": "Сохранить для меня",
|
||||
"resourceLauncherResetView": "Сбросить вид",
|
||||
"resourceLauncherResetSystemDefault": "Сбросить на системные настройки по умолчанию",
|
||||
"resourceLauncherSystemDefaultRestored": "Системные настройки по умолчанию восстановлены",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Вид по умолчанию был сброшен до исходных настроек.",
|
||||
"resourceLauncherSaveAsNewView": "Сохранить как новый вид",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Дайте этому виду имя, чтобы сохранить текущие фильтры и макет.",
|
||||
"resourceLauncherSaveForEveryone": "Сохранить для всех",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Поделитесь этим видом со всеми членами организации. Если не отмечено, видимость только для вас.",
|
||||
"resourceLauncherMakePersonal": "Сделать личным",
|
||||
"resourceLauncherFilter": "Фильтр",
|
||||
"resourceLauncherFilterWithCount": "Filter, {count} applied",
|
||||
"resourceLauncherSort": "Сортировать",
|
||||
"resourceLauncherSortAscending": "Сортировать по возрастанию",
|
||||
"resourceLauncherSortDescending": "Сортировать по убыванию",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Группировать по",
|
||||
"resourceLauncherGroupBySite": "Сайт",
|
||||
"resourceLauncherGroupByLabel": "Метка",
|
||||
"resourceLauncherGroupByNone": "Нет",
|
||||
"resourceLauncherLayout": "Макет",
|
||||
"resourceLauncherLayoutGrid": "Сетка",
|
||||
"resourceLauncherLayoutList": "Список",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Показать теги сайта",
|
||||
"resourceLauncherShowRecents": "Показать недавно",
|
||||
"resourceLauncherDeleteView": "Удалить вид",
|
||||
"resourceLauncherDeleteViewTitle": "Удалить вид",
|
||||
"resourceLauncherDeleteViewQuestion": "Вы уверены, что хотите удалить этот вид запускатора?",
|
||||
"resourceLauncherDeleteViewConfirm": "Удалить вид",
|
||||
"resourceLauncherViewAsAdmin": "Просмотр как администратор",
|
||||
"resourceLauncherResourceDetailsDescription": "Просмотр деталей этого ресурса.",
|
||||
"resourceLauncherResourceDetailsDescription": "Информация о подключении и статус для данного ресурса.",
|
||||
"resourceLauncherResourceDetails": "Детали ресурса",
|
||||
"resourceLauncherAuthMethodsDescription": "Методы аутентификации, включенные для этого ресурса.",
|
||||
"resourceLauncherPrivateClientRequired": "Подключитесь с клиентом на устройстве для доступа к этому ресурсу в частном порядке.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "Требуется подключение клиента",
|
||||
"resourceLauncherDownloadClient": "Скачать клиент",
|
||||
"resourceLauncherFailedToLoadDetails": "Не удалось загрузить детали ресурса. Возможно, у вас больше нет доступа к этому ресурсу.",
|
||||
"resourceLauncherNoPortRestrictions": "Нет ограничений портов",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Без меток",
|
||||
"resourceLauncherNoSite": "Без сайта",
|
||||
"resourceLauncherNoResourcesInGroup": "Нет ресурсов в данной группе",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Ресурсы не найдены",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Ни один ресурс не соответствует вашему текущему поисковому запросу или фильтрам. Попробуйте их изменить, чтобы найти нужное.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "Ни один ресурс не соответствует \"{query}\". Попробуйте изменить параметры поиска или очистить фильтры, чтобы увидеть все ресурсы.",
|
||||
"resourceLauncherSearchFirstTitle": "Поиск или фильтр для просмотра",
|
||||
"resourceLauncherSearchFirstDescription": "У вас есть доступ ко многим ресурсам. Используйте поиск или фильтр по сайту или метке, чтобы найти, что вам нужно.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Группировка по сайту недоступна в этом масштабе. Отфильтруйте по сайту, чтобы сгруппировать меньший набор.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Группировка по меткам недоступна в этом масштабе.",
|
||||
"resourceLauncherCompactModeHint": "Показывается упрощённый список для более быстрого просмотра. Используйте поиск или фильтры, чтобы сузить результаты.",
|
||||
"resourceLauncherCompactGroupingHint": "Примените фильтры сайта или меток, чтобы включить группировку.",
|
||||
"resourceLauncherCopiedToClipboard": "Скопировано в буфер обмена",
|
||||
"resourceLauncherCopiedAccessDescription": "Доступ к ресурсу был скопирован в ваш буфер обмена.",
|
||||
"resourceLauncherViewNamePlaceholder": "Имя вида",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "Proxy isteklerini bir port numarası kullanarak ham TCP/UDP üzerinden yapın. Sitelerin uzak bir düğüme bağlanması gereklidir.",
|
||||
"resourceCreate": "Kaynak Oluştur",
|
||||
"resourceCreateDescription": "Yeni bir kaynak oluşturmak için aşağıdaki adımları izleyin",
|
||||
"resourcePublicCreate": "Halka Açık Kaynak Oluştur",
|
||||
"resourcePublicCreateDescription": "Web tarayıcısı üzerinden erişilebilen yeni bir genel kaynak oluşturmak için aşağıdaki adımları izleyin",
|
||||
"resourceCreateGeneralDescription": "Adı ve türü dahil temel kaynak ayarlarını yapılandırın",
|
||||
"resourceSeeAll": "Tüm Kaynakları Gör",
|
||||
"resourceCreateGeneral": "Genel",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "Dahili",
|
||||
"emailInvalid": "Geçersiz e-posta adresi",
|
||||
"inviteValidityDuration": "Lütfen bir süre seçin",
|
||||
"accessRoleSelectPlease": "Lütfen bir rol seçin",
|
||||
"accessRoleSelectPlease": "Bir kullanıcı en az bir role ait olmalıdır.",
|
||||
"accessRoleRequired": "Rol gerekli",
|
||||
"removeOwnAdminRoleConfirmTitle": "Yönetici erişiminizi kaldırmak istiyor musunuz?",
|
||||
"removeOwnAdminRoleConfirmDescription": "Kaydettikten sonra, bu organizasyonda artık yönetici izinleriniz olmayacak. Gerekirse başka bir yönetici erişimi geri yükleyebilir.",
|
||||
"removeOwnAdminRoleConfirmButton": "Yönetici Erişimi Kaldır",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "Temel Başlık Kimlik Doğrulama",
|
||||
"policyAuthHeaderAuthDescription": "Her istekte özel bir HTTP başlık adını ve değerini doğrulayın",
|
||||
"policyAuthHeaderAuthSummary": "Başlık yapılandırıldı",
|
||||
"policyAuthHeaderName": "Başlık adı",
|
||||
"policyAuthHeaderValue": "Beklenen değer",
|
||||
"policyAuthHeaderName": "Kullanıcı Adı",
|
||||
"policyAuthHeaderValue": "Şifre",
|
||||
"policyAuthSetPasscode": "Şifreyi Ayarla",
|
||||
"policyAuthSetPincode": "PIN Kodunu Ayarla",
|
||||
"policyAuthSetEmailWhitelist": "E-posta Beyaz Listesini Ayarla",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "Kaynak PIN Kodunu Ayarla",
|
||||
"actionSetResourceEmailWhitelist": "Kaynak E-posta Beyaz Listesi Ayarla",
|
||||
"actionGetResourceEmailWhitelist": "Kaynak E-posta Beyaz Listesini Al",
|
||||
"actionGetResourcePolicy": "Kaynak Politikasını Al",
|
||||
"actionUpdateResourcePolicy": "Kaynak Politikasını Güncelle",
|
||||
"actionSetResourcePolicyUsers": "Kaynak Politika Kullanıcılarını Ayarla",
|
||||
"actionSetResourcePolicyRoles": "Kaynak Politika Rolleri Ayarla",
|
||||
"actionSetResourcePolicyPassword": "Kaynak Politika Şifresini Ayarla",
|
||||
"actionSetResourcePolicyPincode": "Kaynak Politika Pincode Ayarla",
|
||||
"actionSetResourcePolicyHeaderAuth": "Kaynak Politika Başlık Kimlik Doğrulama Ayarla",
|
||||
"actionSetResourcePolicyWhitelist": "Kaynak Politika E-posta Beyaz Listesi Ayarla",
|
||||
"actionSetResourcePolicyRules": "Kaynak Politika Kurallarını Ayarla",
|
||||
"actionCreateTarget": "Hedef Oluştur",
|
||||
"actionDeleteTarget": "Hedefi Sil",
|
||||
"actionGetTarget": "Hedefi Al",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "Navigasyon Menüsü",
|
||||
"navbarDescription": "Uygulamanın ana navigasyon menüsü",
|
||||
"navbarDocsLink": "Dokümantasyon",
|
||||
"commandPaletteTitle": "Komut Paleti",
|
||||
"commandPaletteDescription": "Sayfalar, organizasyonlar, kaynaklar ve işlemler için arama yapın",
|
||||
"commandPaletteSearchPlaceholder": "Sayfaları, kaynakları, işlemleri ara...",
|
||||
"commandPaletteNoResults": "Sonuç bulunamadı.",
|
||||
"commandPaletteSearching": "Aranıyor...",
|
||||
"commandPaletteNavigation": "Navigasyon",
|
||||
"commandPaletteOrganizations": "Organizasyonlar",
|
||||
"commandPaletteSites": "Siteler",
|
||||
"commandPaletteResources": "Kaynaklar",
|
||||
"commandPaletteUsers": "Kullanıcılar",
|
||||
"commandPaletteClients": "Makine İstemcileri",
|
||||
"commandPaletteActions": "İşlemler",
|
||||
"commandPaletteCreateSite": "Site Oluştur",
|
||||
"commandPaletteCreateProxyResource": "Genel Kaynak Oluştur",
|
||||
"commandPaletteCreatePrivateResource": "Özel Kaynak Oluştur",
|
||||
"commandPaletteCreateUser": "Kullanıcı Oluştur",
|
||||
"commandPaletteCreateApiKey": "API Anahtarı Oluştur",
|
||||
"commandPaletteCreateMachineClient": "Makine İstemcisi Oluştur",
|
||||
"commandPaletteCreateAlertRule": "Uyarı Kuralı Oluştur",
|
||||
"commandPaletteCreateIdentityProvider": "Kimlik Sağlayıcı Oluştur",
|
||||
"commandPaletteToggleTheme": "Temayı Aç/Kapat",
|
||||
"commandPaletteChooseOrganization": "Organizasyon Seç",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "2FA etkinleştirilemedi",
|
||||
"otpErrorEnableDescription": "2FA etkinleştirilirken bir hata oluştu",
|
||||
"otpSetupCheckCode": "6 haneli bir kod girin",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "Yönetim",
|
||||
"sidebarBillingAndLicenses": "Faturalandırma & Lisanslar",
|
||||
"sidebarLogsAnalytics": "Analitik",
|
||||
"commandSites": "Siteler",
|
||||
"commandActionModeInfo": "Eylem Modunu Açmak İçin \">\" Yazın",
|
||||
"commandResources": "Kaynaklar",
|
||||
"commandProxyResources": "Genel Kaynaklar",
|
||||
"commandClientResources": "Özel Kaynaklar",
|
||||
"commandClients": "İstemciler",
|
||||
"commandUserDevices": "Kullanıcı Aygıtları",
|
||||
"commandMachineClients": "Makine İstemcileri",
|
||||
"commandDomains": "Alan Adları",
|
||||
"commandRemoteExitNodes": "Uzak Düğümler",
|
||||
"commandTeam": "Ekip",
|
||||
"commandUsers": "Kullanıcılar",
|
||||
"commandRoles": "Roller",
|
||||
"commandInvitations": "Davetiyeler",
|
||||
"commandPolicies": "Paylaşılan Politikalar",
|
||||
"commandResourcePolicies": "Genel Kaynaklar Politikaları",
|
||||
"commandIdentityProviders": "Kimlik Sağlayıcılar",
|
||||
"commandApprovals": "Onay İstekleri",
|
||||
"commandShareableLinks": "Paylaşılabilir Bağlantılar",
|
||||
"commandOrganization": "Organizasyon",
|
||||
"commandLogsAndAnalytics": "Günlükler ve Analitik",
|
||||
"commandLogsAnalytics": "Analitik",
|
||||
"commandLogsRequest": "HTTP İstek Günlükleri",
|
||||
"commandLogsAccess": "Kimlik Doğrulama Günlükleri",
|
||||
"commandLogsAction": "Yönetim Eylemi Günlükleri",
|
||||
"commandLogsConnection": "Ağ Günlükleri",
|
||||
"commandLogsStreaming": "Olay Akışı",
|
||||
"commandManagement": "Yönetim",
|
||||
"commandAlerting": "Uyarılar",
|
||||
"commandProvisioning": "Sağlama",
|
||||
"commandBluePrints": "Planlar",
|
||||
"commandApiKeys": "API Anahtarları",
|
||||
"commandBillingAndLicenses": "Faturalama ve Lisanslar",
|
||||
"commandBilling": "Faturalama",
|
||||
"commandEnterpriseLicenses": "Lisanslar",
|
||||
"commandSettings": "Ayarlar",
|
||||
"commandLauncher": "Başlatıcı",
|
||||
"commandResourceLauncher": "Kaynak Başlatıcı",
|
||||
"commandSearchResults": "Arama Sonuçları",
|
||||
"alertingTitle": "Uyarı",
|
||||
"alertingDescription": "Bildirimler için kaynakları, tetikleyicileri ve eylemleri tanımlayın",
|
||||
"alertingRules": "Uyarı kuralları",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "Alan Adları",
|
||||
"billingOrganizations": "Organizasyonlar",
|
||||
"billingRemoteExitNodes": "Uzak Düğümler",
|
||||
"billingPublicResources": "Genel Kaynaklar",
|
||||
"billingPrivateResources": "Özel Kaynaklar",
|
||||
"billingMachineClients": "Makine İstemcileri",
|
||||
"billingNoLimitConfigured": "Hiçbir limit yapılandırılmadı",
|
||||
"billingEstimatedPeriod": "Tahmini Fatura Dönemi",
|
||||
"billingIncludedUsage": "Dahil Kullanım",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "Kaç tane kullanıcı kullanabileceğiniz",
|
||||
"billingDomainInfo": "Kaç tane alan adı kullanabileceğiniz",
|
||||
"billingRemoteExitNodesInfo": "Kaç tane uzaktan düğüm kullanabileceğiniz",
|
||||
"billingPublicResourcesInfo": "Kaç adet genel kaynağı kullanabileceğinizi görün",
|
||||
"billingPrivateResourcesInfo": "Kaç adet özel kaynağı kullanabileceğinizi görün",
|
||||
"billingMachineClientsInfo": "Kaç adet makine istemcisi kullanabileceğinizi görün",
|
||||
"billingLicenseKeys": "Lisans Anahtarları",
|
||||
"billingLicenseKeysDescription": "Lisans anahtarı aboneliklerinizi yönetin",
|
||||
"billingLicenseSubscription": "Lisans Aboneliği",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "Kapat",
|
||||
"createInternalResourceDialogCreateClientResource": "Özel Kaynak Oluştur",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "Seçilen siteye bağlı istemcilere erişilebilir olacak yeni bir kaynak oluşturun",
|
||||
"privateResourceCreatePageSeeAll": "Tüm Özel Kaynakları Gör",
|
||||
"privateResourceAllowIcmpPing": "ICMP Ping İzne Ver",
|
||||
"privateResourceNetworkAccess": "Ağ Erişimi",
|
||||
"privateResourceNetworkAccessDescription": "Bu kaynak için TCP/UDP port erişimini kontrol edin ve ICMP ping'in izin verilip verilmediğini kontrol edin.",
|
||||
"hostSettings": "Sunucu Ayarları",
|
||||
"cidrSettings": "CIDR Ayarları",
|
||||
"createInternalResourceDialogResourceProperties": "Kaynak Özellikleri",
|
||||
"createInternalResourceDialogName": "Ad",
|
||||
"createInternalResourceDialogSite": "Site",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "Bu organizasyon için düğüm mevcut değil. Yerel siteleri kullanmak için önce bir düğüm oluşturun.",
|
||||
"exitNode": "Çıkış Düğümü",
|
||||
"country": "Ülke",
|
||||
"countryIsNot": "Ülke Değil",
|
||||
"rulesMatchCountry": "Şu anda kaynak IP'ye dayanarak",
|
||||
"region": "Bölge",
|
||||
"selectRegion": "Bölgeyi seçin",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "İki faktörlü kimlik doğrulama ayarı gereklidir. Bu adımı tamamlamak için lütfen tekrar {dashboardUrl}/auth/login üzerinden oturum açın. Sonra buraya geri dönün.",
|
||||
"additionalSecurityRequired": "Ek Güvenlik Gereklidir",
|
||||
"organizationRequiresAdditionalSteps": "Bu kuruluş, kaynaklara erişmeden önce ek güvenlik adımları gerektirir.",
|
||||
"sessionExpired": "Oturum Süresi Doldu",
|
||||
"sessionExpiredReauthRequired": "Organizasyonunuzun güvenlik politikası gereği oturum süreniz doldu. Devam etmek için yeniden kimlik doğrulaması yapın.",
|
||||
"reauthenticate": "Yeniden Kimlik Doğrula",
|
||||
"completeTheseSteps": "Bu adımları tamamlayın",
|
||||
"enableTwoFactorAuthentication": "İki faktörlü kimlik doğrulamayı etkinleştir",
|
||||
"completeSecuritySteps": "Güvenlik Adımlarını Tamamla",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "Kullanıcılar Ekle",
|
||||
"editInternalResourceDialogAddClients": "Müşteriler Ekle",
|
||||
"editInternalResourceDialogDestinationLabel": "Hedef",
|
||||
"editInternalResourceDialogDestinationDescription": "Dahili kaynak için hedef adresi belirtin. Seçilen moda bağlı olarak bu bir ana bilgisayar adı, IP adresi veya CIDR aralığı olabilir. Daha kolay tanımlama için isteğe bağlı olarak dahili bir DNS takma adı ayarlayın.",
|
||||
"editInternalResourceDialogDestinationDescription": "Bu kaynağın nerede çalıştığını ve istemcilerin ona nasıl eriştiğini seçin",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "Birden fazla site seçmek, yüksek kullanılabilirlik için dirençli yönlendirme ve yedeklik sağlar.",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "Daha fazla bilgi",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "Belirtilen TCP/UDP portlarına erişimi kısıtlayın veya tüm portlara izin/engelleme verin.",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "Kaynak Devre Dışı",
|
||||
"memberPortalShowingResources": "{total} kaynaktan {start}-{end} gösteriliyor",
|
||||
"resourceLauncherTitle": "Kaynak Başlatıcı",
|
||||
"resourceLauncherDescription": "Kaynağın detaylarını görüntüleyin ve tek bir yerden başlatın",
|
||||
"resourceLauncherSearchPlaceholder": "Tüm siteleri ara...",
|
||||
"resourceSidebarLauncherTitle": "Başlatıcı",
|
||||
"resourceLauncherDescription": "Tüm mevcut kaynakları görün ve bunları merkezi bir merkezden başlatın",
|
||||
"resourceLauncherSearchPlaceholder": "Kaynaklarınızı arayın...",
|
||||
"resourceLauncherDefaultView": "Varsayılan",
|
||||
"resourceLauncherSaveView": "Görünümü Kaydet",
|
||||
"resourceLauncherSaveToCurrentView": "Mevcut Görünüme Kaydet",
|
||||
"resourceLauncherSaveDefaultPersonal": "Benim için Kaydet",
|
||||
"resourceLauncherResetView": "Görünümü Sıfırla",
|
||||
"resourceLauncherResetSystemDefault": "Sistem Varsayılanını Sıfırla",
|
||||
"resourceLauncherSystemDefaultRestored": "Sistem varsayılanı geri yüklendi",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "Varsayılan görünüm orijinal ayarlara sıfırlandı.",
|
||||
"resourceLauncherSaveAsNewView": "Yeni Görünüm Olarak Kaydet",
|
||||
"resourceLauncherSaveAsNewViewDescription": "Geçerli filtrelerinizi ve düzeninizi kaydetmek için bu görünüme bir ad verin.",
|
||||
"resourceLauncherSaveForEveryone": "Herkes İçin Kaydet",
|
||||
"resourceLauncherSaveForEveryoneDescription": "Bu görünümü tüm kuruluş üyeleriyle paylaşın. İşaretli değilse, görünüm yalnızca size görünür olur.",
|
||||
"resourceLauncherMakePersonal": "Kişisel Yap",
|
||||
"resourceLauncherFilter": "Filtre",
|
||||
"resourceLauncherFilterWithCount": "Filtre, {count} uygulandı",
|
||||
"resourceLauncherSort": "Sıralama",
|
||||
"resourceLauncherSortAscending": "Artan sırala",
|
||||
"resourceLauncherSortDescending": "Azalan sırala",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "Grupla",
|
||||
"resourceLauncherGroupBySite": "Site",
|
||||
"resourceLauncherGroupByLabel": "Etiket",
|
||||
"resourceLauncherGroupByNone": "Hiçbiri",
|
||||
"resourceLauncherLayout": "Düzen",
|
||||
"resourceLauncherLayoutGrid": "Izgara",
|
||||
"resourceLauncherLayoutList": "Liste",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "Site Etiketlerini Göster",
|
||||
"resourceLauncherShowRecents": "Son Eklenenleri Göster",
|
||||
"resourceLauncherDeleteView": "Görünümü Sil",
|
||||
"resourceLauncherDeleteViewTitle": "Görünümü Sil",
|
||||
"resourceLauncherDeleteViewQuestion": "Bu başlatıcı görünümünü silmek istediğinizden emin misiniz?",
|
||||
"resourceLauncherDeleteViewConfirm": "Görünümü Sil",
|
||||
"resourceLauncherViewAsAdmin": "Yönetici Olarak Görüntüle",
|
||||
"resourceLauncherResourceDetailsDescription": "Bu kaynağın detaylarını görüntüleyin.",
|
||||
"resourceLauncherResourceDetailsDescription": "Bu kaynağın bağlantı bilgileri ve durumu.",
|
||||
"resourceLauncherResourceDetails": "Kaynak Detayları",
|
||||
"resourceLauncherAuthMethodsDescription": "Bu kaynak için etkin kimlik doğrulama yöntemleri.",
|
||||
"resourceLauncherPrivateClientRequired": "Bu kaynağa özel olarak erişmek için cihazınızda bir istemci ile bağlanın.",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "İstemci Bağlantısı Gerekli",
|
||||
"resourceLauncherDownloadClient": "İstemci indir",
|
||||
"resourceLauncherFailedToLoadDetails": "Kaynak detayları yüklenemedi. Bu kaynağa artık erişiminiz olmayabilir.",
|
||||
"resourceLauncherNoPortRestrictions": "Hiçbir port kısıtlaması yok",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "Etiketsiz",
|
||||
"resourceLauncherNoSite": "Site Yok",
|
||||
"resourceLauncherNoResourcesInGroup": "Bu grupta kaynak yok",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "Kaynak Bulunamadı",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "Mevcut arama veya filtrelerinizle eşleşen kaynak yok. Aradığınızı bulmak için ayarları değiştirmeyi deneyin.",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "\"{query}\" ile eşleşen kaynak yok. Tüm kaynakları görmek için aramayı düzenlemeyi veya filtreleri temizlemeyi deneyin.",
|
||||
"resourceLauncherSearchFirstTitle": "Aranacak ya da Göz Atılacak Filtreler",
|
||||
"resourceLauncherSearchFirstDescription": "Birçok kaynağa erişiminiz var. İhtiyacınız olanı bulmak için site veya etiketle arayın veya filtreleyin.",
|
||||
"resourceLauncherSiteGroupingDisabled": "Bu ölçekte site gruplama mevcut değil. Daha küçük bir seti gruplamak için siteye göre filtreleyin.",
|
||||
"resourceLauncherLabelGroupingDisabled": "Bu ölçekte etiket gruplama mevcut değil.",
|
||||
"resourceLauncherCompactModeHint": "Daha hızlı göz atmak için basitleştirilmiş bir liste gösteriliyor. Sonuçları daraltmak için arayın veya filtreler kullanın.",
|
||||
"resourceLauncherCompactGroupingHint": "Gruplama etkinleştirmek için site veya etiket filtreleri uygulayın.",
|
||||
"resourceLauncherCopiedToClipboard": "Panoya kopyalandı",
|
||||
"resourceLauncherCopiedAccessDescription": "Kaynağa erişim panonuza kopyalandı.",
|
||||
"resourceLauncherViewNamePlaceholder": "Görünüm adı",
|
||||
|
||||
@@ -266,6 +266,8 @@
|
||||
"resourceRawDescriptionCloud": "正在使用端口号使用 TCP/UDP 代理请求。需要站点连接到远程节点。",
|
||||
"resourceCreate": "创建资源",
|
||||
"resourceCreateDescription": "按照下面的步骤创建新资源",
|
||||
"resourcePublicCreate": "创建公共资源",
|
||||
"resourcePublicCreateDescription": "按照以下步骤创建一个可通过网页浏览器访问的新公共资源",
|
||||
"resourceCreateGeneralDescription": "配置基本资源设置,包括名称和类型",
|
||||
"resourceSeeAll": "查看所有资源",
|
||||
"resourceCreateGeneral": "概览",
|
||||
@@ -613,7 +615,8 @@
|
||||
"idpNameInternal": "内部设置",
|
||||
"emailInvalid": "无效的电子邮件地址",
|
||||
"inviteValidityDuration": "请选择持续时间",
|
||||
"accessRoleSelectPlease": "请选择一个角色",
|
||||
"accessRoleSelectPlease": "用户必须至少属于一个角色。",
|
||||
"accessRoleRequired": "需要角色",
|
||||
"removeOwnAdminRoleConfirmTitle": "移除你的管理员权限?",
|
||||
"removeOwnAdminRoleConfirmDescription": "保存后,你将不再拥有该组织的管理员权限。如果需要,其他管理员可以恢复访问。",
|
||||
"removeOwnAdminRoleConfirmButton": "移除我的管理员访问权限",
|
||||
@@ -864,8 +867,8 @@
|
||||
"policyAuthHeaderAuthTitle": "基础标题认证",
|
||||
"policyAuthHeaderAuthDescription": "在每次请求上验证自定义 HTTP 标头名称和值",
|
||||
"policyAuthHeaderAuthSummary": "标头已配置",
|
||||
"policyAuthHeaderName": "标头名称",
|
||||
"policyAuthHeaderValue": "预期值",
|
||||
"policyAuthHeaderName": "用户名",
|
||||
"policyAuthHeaderValue": "密码",
|
||||
"policyAuthSetPasscode": "设定密码",
|
||||
"policyAuthSetPincode": "设置 PIN 码",
|
||||
"policyAuthSetEmailWhitelist": "设置电子邮件白名单",
|
||||
@@ -1431,6 +1434,15 @@
|
||||
"actionSetResourcePincode": "设置资源粉码",
|
||||
"actionSetResourceEmailWhitelist": "设置资源电子邮件白名单",
|
||||
"actionGetResourceEmailWhitelist": "获取资源电子邮件白名单",
|
||||
"actionGetResourcePolicy": "获取资源策略",
|
||||
"actionUpdateResourcePolicy": "更新资源策略",
|
||||
"actionSetResourcePolicyUsers": "设置资源策略用户",
|
||||
"actionSetResourcePolicyRoles": "设置资源策略角色",
|
||||
"actionSetResourcePolicyPassword": "设置资源策略密码",
|
||||
"actionSetResourcePolicyPincode": "设置资源策略密码",
|
||||
"actionSetResourcePolicyHeaderAuth": "设置资源策略头部身份验证",
|
||||
"actionSetResourcePolicyWhitelist": "设置资源策略邮件白名单",
|
||||
"actionSetResourcePolicyRules": "设置资源策略规则",
|
||||
"actionCreateTarget": "创建目标",
|
||||
"actionDeleteTarget": "删除目标",
|
||||
"actionGetTarget": "获取目标",
|
||||
@@ -1507,6 +1519,30 @@
|
||||
"navbar": "导航菜单",
|
||||
"navbarDescription": "应用程序的主导航菜单",
|
||||
"navbarDocsLink": "文件",
|
||||
"commandPaletteTitle": "命令面板",
|
||||
"commandPaletteDescription": "搜索页、组织、资源和操作",
|
||||
"commandPaletteSearchPlaceholder": "搜索页面、资源、操作……",
|
||||
"commandPaletteNoResults": "未找到任何结果。",
|
||||
"commandPaletteSearching": "搜索中……",
|
||||
"commandPaletteNavigation": "导航",
|
||||
"commandPaletteOrganizations": "组织",
|
||||
"commandPaletteSites": "网站",
|
||||
"commandPaletteResources": "资源",
|
||||
"commandPaletteUsers": "用户",
|
||||
"commandPaletteClients": "机器客户端",
|
||||
"commandPaletteActions": "操作",
|
||||
"commandPaletteCreateSite": "创建网站",
|
||||
"commandPaletteCreateProxyResource": "创建公共资源",
|
||||
"commandPaletteCreatePrivateResource": "创建私人资源",
|
||||
"commandPaletteCreateUser": "创建用户",
|
||||
"commandPaletteCreateApiKey": "创建 API 密钥",
|
||||
"commandPaletteCreateMachineClient": "创建机器客户端",
|
||||
"commandPaletteCreateAlertRule": "创建警报规则",
|
||||
"commandPaletteCreateIdentityProvider": "创建身份提供商",
|
||||
"commandPaletteToggleTheme": "切换主题",
|
||||
"commandPaletteChooseOrganization": "选择组织",
|
||||
"commandPaletteShortcutMac": "⌘K",
|
||||
"commandPaletteShortcutWindows": "Ctrl K",
|
||||
"otpErrorEnable": "无法启用 2FA",
|
||||
"otpErrorEnableDescription": "启用 2FA 时出错",
|
||||
"otpSetupCheckCode": "请输入您的6位数字代码",
|
||||
@@ -1584,6 +1620,45 @@
|
||||
"sidebarManagement": "管理",
|
||||
"sidebarBillingAndLicenses": "帐单和许可证",
|
||||
"sidebarLogsAnalytics": "分析",
|
||||
"commandSites": "网站",
|
||||
"commandActionModeInfo": "输入 \">\" 打开操作模式",
|
||||
"commandResources": "资源",
|
||||
"commandProxyResources": "公共资源",
|
||||
"commandClientResources": "私有资源",
|
||||
"commandClients": "客户端",
|
||||
"commandUserDevices": "用户设备",
|
||||
"commandMachineClients": "机器客户端",
|
||||
"commandDomains": "域",
|
||||
"commandRemoteExitNodes": "远程节点",
|
||||
"commandTeam": "团队",
|
||||
"commandUsers": "用户",
|
||||
"commandRoles": "角色",
|
||||
"commandInvitations": "邀请",
|
||||
"commandPolicies": "共享策略",
|
||||
"commandResourcePolicies": "公共资源政策",
|
||||
"commandIdentityProviders": "身份提供商",
|
||||
"commandApprovals": "审批请求",
|
||||
"commandShareableLinks": "可共享链接",
|
||||
"commandOrganization": "组织",
|
||||
"commandLogsAndAnalytics": "日志与分析",
|
||||
"commandLogsAnalytics": "分析",
|
||||
"commandLogsRequest": "HTTP 请求日志",
|
||||
"commandLogsAccess": "身份验证日志",
|
||||
"commandLogsAction": "管理员操作日志",
|
||||
"commandLogsConnection": "网络日志",
|
||||
"commandLogsStreaming": "事件流",
|
||||
"commandManagement": "管理",
|
||||
"commandAlerting": "警报",
|
||||
"commandProvisioning": "配置",
|
||||
"commandBluePrints": "蓝图",
|
||||
"commandApiKeys": "API 密钥",
|
||||
"commandBillingAndLicenses": "计费与许可证",
|
||||
"commandBilling": "计费",
|
||||
"commandEnterpriseLicenses": "许可证",
|
||||
"commandSettings": "设置",
|
||||
"commandLauncher": "启动器",
|
||||
"commandResourceLauncher": "资源启动器",
|
||||
"commandSearchResults": "搜索结果",
|
||||
"alertingTitle": "告警",
|
||||
"alertingDescription": "定义通知的来源、触发器和操作",
|
||||
"alertingRules": "告警规则",
|
||||
@@ -1915,6 +1990,9 @@
|
||||
"billingDomains": "域",
|
||||
"billingOrganizations": "球队",
|
||||
"billingRemoteExitNodes": "远程节点",
|
||||
"billingPublicResources": "公共资源",
|
||||
"billingPrivateResources": "私有资源",
|
||||
"billingMachineClients": "机器客户端",
|
||||
"billingNoLimitConfigured": "未配置限制",
|
||||
"billingEstimatedPeriod": "估计结算周期",
|
||||
"billingIncludedUsage": "包含的使用量",
|
||||
@@ -1943,6 +2021,9 @@
|
||||
"billingUsersInfo": "您可以使用多少用户",
|
||||
"billingDomainInfo": "您可以使用多少域",
|
||||
"billingRemoteExitNodesInfo": "您可以使用多少远程节点",
|
||||
"billingPublicResourcesInfo": "您可以使用多少公共资源",
|
||||
"billingPrivateResourcesInfo": "您可以使用多少私有资源",
|
||||
"billingMachineClientsInfo": "您可以使用多少机器客户端",
|
||||
"billingLicenseKeys": "许可证密钥",
|
||||
"billingLicenseKeysDescription": "管理您的许可证密钥订阅",
|
||||
"billingLicenseSubscription": "许可订阅",
|
||||
@@ -2311,6 +2392,12 @@
|
||||
"createInternalResourceDialogClose": "关闭",
|
||||
"createInternalResourceDialogCreateClientResource": "创建私有资源",
|
||||
"createInternalResourceDialogCreateClientResourceDescription": "创建一个新资源只能为连接到组织的客户端访问",
|
||||
"privateResourceCreatePageSeeAll": "查看所有私人资源",
|
||||
"privateResourceAllowIcmpPing": "允许 ICMP Ping",
|
||||
"privateResourceNetworkAccess": "网络访问",
|
||||
"privateResourceNetworkAccessDescription": "控制此资源的 TCP/UDP 端口访问以及是否允许 ICMP ping。",
|
||||
"hostSettings": "主机设置",
|
||||
"cidrSettings": "CIDR 设置",
|
||||
"createInternalResourceDialogResourceProperties": "资源属性",
|
||||
"createInternalResourceDialogName": "名称",
|
||||
"createInternalResourceDialogSite": "站点",
|
||||
@@ -2459,6 +2546,7 @@
|
||||
"noRemoteExitNodesAvailableDescription": "此组织没有可用的节点。首先创建一个节点来使用本地站点。",
|
||||
"exitNode": "出口节点",
|
||||
"country": "国家",
|
||||
"countryIsNot": "不在国家",
|
||||
"rulesMatchCountry": "当前基于源 IP",
|
||||
"region": "地区",
|
||||
"selectRegion": "选择区域",
|
||||
@@ -2668,6 +2756,9 @@
|
||||
"twoFactorSetupRequired": "需要设置双因素身份验证。 请通过 {dashboardUrl}/auth/login 再次登录以完成此步骤。 然后,回到这里。",
|
||||
"additionalSecurityRequired": "需要额外的安全",
|
||||
"organizationRequiresAdditionalSteps": "这个组织需要额外的安全步骤才能访问资源。",
|
||||
"sessionExpired": "会话已过期",
|
||||
"sessionExpiredReauthRequired": "根据贵组织的安全策略,您的会话已过期。请重新认证以继续。",
|
||||
"reauthenticate": "重新认证",
|
||||
"completeTheseSteps": "完成这些步骤",
|
||||
"enableTwoFactorAuthentication": "启用两步验证",
|
||||
"completeSecuritySteps": "完成安全步骤",
|
||||
@@ -3177,7 +3268,7 @@
|
||||
"editInternalResourceDialogAddUsers": "添加用户",
|
||||
"editInternalResourceDialogAddClients": "添加客户端",
|
||||
"editInternalResourceDialogDestinationLabel": "目标",
|
||||
"editInternalResourceDialogDestinationDescription": "指定内部资源的目标地址。根据选择的模式,这可以是主机名、IP地址或CIDR范围。可选的,设置一个内部DNS别名以便于识别。",
|
||||
"editInternalResourceDialogDestinationDescription": "选择该资源运行位置及客户端访问方式",
|
||||
"internalResourceFormMultiSiteRoutingHelp": "选择多个站点可以实现高可用性的弹性路由和故障转移。",
|
||||
"internalResourceFormMultiSiteRoutingHelpLearnMore": "了解更多",
|
||||
"editInternalResourceDialogPortRestrictionsDescription": "限制访问特定的TCP/UDP端口或允许/阻止所有端口。",
|
||||
@@ -3571,18 +3662,24 @@
|
||||
"memberPortalResourceDisabled": "资源已禁用",
|
||||
"memberPortalShowingResources": "显示 {start}-{end} 共 {total} 个资源",
|
||||
"resourceLauncherTitle": "资源启动器",
|
||||
"resourceLauncherDescription": "查看资源详情并从一个地方启动它们",
|
||||
"resourceLauncherSearchPlaceholder": "搜索所有站点……",
|
||||
"resourceSidebarLauncherTitle": "启动器",
|
||||
"resourceLauncherDescription": "查看所有可用资源,并从一个中央集中访问它们",
|
||||
"resourceLauncherSearchPlaceholder": "搜索您的资源……",
|
||||
"resourceLauncherDefaultView": "默认",
|
||||
"resourceLauncherSaveView": "保存视图",
|
||||
"resourceLauncherSaveToCurrentView": "保存至当前视图",
|
||||
"resourceLauncherSaveDefaultPersonal": "保存到我的",
|
||||
"resourceLauncherResetView": "重置视图",
|
||||
"resourceLauncherResetSystemDefault": "重置为系统默认",
|
||||
"resourceLauncherSystemDefaultRestored": "系统默认已恢复",
|
||||
"resourceLauncherSystemDefaultRestoredDescription": "已将默认视图重置为原始设置。",
|
||||
"resourceLauncherSaveAsNewView": "另存为新视图",
|
||||
"resourceLauncherSaveAsNewViewDescription": "为此视图命名,以便保存您当前的过滤器和布局。",
|
||||
"resourceLauncherSaveForEveryone": "为所有人保存",
|
||||
"resourceLauncherSaveForEveryoneDescription": "与所有组织成员共享此视图。如果未选中,此视图仅对您可见。",
|
||||
"resourceLauncherMakePersonal": "创建个人",
|
||||
"resourceLauncherFilter": "筛选",
|
||||
"resourceLauncherFilterWithCount": "筛选,已应用{count}个",
|
||||
"resourceLauncherSort": "排序",
|
||||
"resourceLauncherSortAscending": "按升序排序",
|
||||
"resourceLauncherSortDescending": "按降序排序",
|
||||
@@ -3590,6 +3687,7 @@
|
||||
"resourceLauncherGroupBy": "按组",
|
||||
"resourceLauncherGroupBySite": "站点",
|
||||
"resourceLauncherGroupByLabel": "标签",
|
||||
"resourceLauncherGroupByNone": "无",
|
||||
"resourceLauncherLayout": "布局",
|
||||
"resourceLauncherLayoutGrid": "网格",
|
||||
"resourceLauncherLayoutList": "列表",
|
||||
@@ -3597,8 +3695,20 @@
|
||||
"resourceLauncherShowSiteTags": "显示站点标签",
|
||||
"resourceLauncherShowRecents": "显示最近使用",
|
||||
"resourceLauncherDeleteView": "删除视图",
|
||||
"resourceLauncherDeleteViewTitle": "删除视图",
|
||||
"resourceLauncherDeleteViewQuestion": "您确定要删除此启动器视图吗?",
|
||||
"resourceLauncherDeleteViewConfirm": "删除视图",
|
||||
"resourceLauncherViewAsAdmin": "以管理员身份查看",
|
||||
"resourceLauncherResourceDetailsDescription": "查看此资源的详细信息。",
|
||||
"resourceLauncherResourceDetailsDescription": "此资源的连接信息和状态。",
|
||||
"resourceLauncherResourceDetails": "资源详情",
|
||||
"resourceLauncherAuthMethodsDescription": "此资源启用的身份验证方法。",
|
||||
"resourceLauncherPrivateClientRequired": "请在您的设备上连接客户端以私密访问此资源。",
|
||||
"resourceLauncherPrivateClientRequiredTitle": "需要客户端连接",
|
||||
"resourceLauncherDownloadClient": "下载客户端",
|
||||
"resourceLauncherFailedToLoadDetails": "无法加载资源详细信息。您可能已经没有权限访问此资源。",
|
||||
"resourceLauncherNoPortRestrictions": "无端口限制",
|
||||
"resourceLauncherTcp": "TCP",
|
||||
"resourceLauncherUdp": "UDP",
|
||||
"resourceLauncherUnlabeled": "未标记",
|
||||
"resourceLauncherNoSite": "无站点",
|
||||
"resourceLauncherNoResourcesInGroup": "此组中没有资源",
|
||||
@@ -3607,6 +3717,12 @@
|
||||
"resourceLauncherEmptyStateNoResultsTitle": "未找到资源",
|
||||
"resourceLauncherEmptyStateNoResultsDescription": "没有资源与您当前的搜索或过滤器匹配。尝试调整它们以找到您想要的内容。",
|
||||
"resourceLauncherEmptyStateNoResultsWithQuery": "没有资源匹配\"{query}\"。尝试调整您的搜索或清除过滤器以查看所有资源。",
|
||||
"resourceLauncherSearchFirstTitle": "搜索或筛选以浏览",
|
||||
"resourceLauncherSearchFirstDescription": "您可以访问许多资源。使用搜索或按站点或标签筛选以查找所需内容。",
|
||||
"resourceLauncherSiteGroupingDisabled": "在此规模下无法进行站点分组。通过站点进行筛选以分组更小的集合。",
|
||||
"resourceLauncherLabelGroupingDisabled": "在此规模下无法进行标签分组。",
|
||||
"resourceLauncherCompactModeHint": "显示简化列表以便快速浏览。使用搜索或筛选器缩小结果范围。",
|
||||
"resourceLauncherCompactGroupingHint": "应用站点或标签筛选器以启用分组。",
|
||||
"resourceLauncherCopiedToClipboard": "已复制到剪贴板",
|
||||
"resourceLauncherCopiedAccessDescription": "资源访问权限已复制到剪贴板。",
|
||||
"resourceLauncherViewNamePlaceholder": "查看名称",
|
||||
|
||||
8
package-lock.json
generated
8
package-lock.json
generated
@@ -12,7 +12,7 @@
|
||||
"@asteasolutions/zod-to-openapi": "8.5.0",
|
||||
"@aws-sdk/client-s3": "3.1056.0",
|
||||
"@devolutions/iron-remote-desktop": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-0.0.0.tgz",
|
||||
"@devolutions/iron-remote-desktop-rdp": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-rdp-0.0.0.tgz",
|
||||
"@devolutions/iron-remote-desktop-rdp": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-rdp-0.0.1.tgz",
|
||||
"@headlessui/react": "2.2.10",
|
||||
"@hookform/resolvers": "5.4.0",
|
||||
"@monaco-editor/react": "4.7.0",
|
||||
@@ -1124,9 +1124,9 @@
|
||||
"integrity": "sha512-9o7PkCw9fdvGTPs0hgsUJG10QleGgcdsSCw1ekLpUOlVXtWCuiuPH+0bPDFhLWxqbVA+8pyVhwqdOI+t1T3TNA=="
|
||||
},
|
||||
"node_modules/@devolutions/iron-remote-desktop-rdp": {
|
||||
"version": "0.0.0",
|
||||
"resolved": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-rdp-0.0.0.tgz",
|
||||
"integrity": "sha512-O0YVpOJDwUzekH3N2QKj+48WP+56wI0sj4VmaJkGoW5XgyAj2ONn2k3i+vk17Eavx+Vg6vAg3lwYRAOK4kKIDQ=="
|
||||
"version": "0.0.1",
|
||||
"resolved": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-rdp-0.0.1.tgz",
|
||||
"integrity": "sha512-sIHllJ6rJfAgClsUFjJfVGFjIxm6ZQRyGfinwCzHYgwnHAMFE+Kvm0YzR9tg811Fhjm5F6gNUSLAll+7Eh0Deg=="
|
||||
},
|
||||
"node_modules/@dotenvx/dotenvx": {
|
||||
"version": "1.69.1",
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
"dependencies": {
|
||||
"@asteasolutions/zod-to-openapi": "8.5.0",
|
||||
"@devolutions/iron-remote-desktop": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-0.0.0.tgz",
|
||||
"@devolutions/iron-remote-desktop-rdp": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-rdp-0.0.0.tgz",
|
||||
"@devolutions/iron-remote-desktop-rdp": "https://static.pangolin.net/packages/devolutions-iron-remote-desktop-rdp-0.0.1.tgz",
|
||||
"@aws-sdk/client-s3": "3.1056.0",
|
||||
"@headlessui/react": "2.2.10",
|
||||
"@hookform/resolvers": "5.4.0",
|
||||
|
||||
@@ -999,7 +999,17 @@ export const resourceRules = pgTable("resourceRules", {
|
||||
enabled: boolean("enabled").notNull().default(true),
|
||||
priority: integer("priority").notNull(),
|
||||
action: varchar("action").notNull(), // ACCEPT, DROP, PASS
|
||||
match: varchar("match").notNull(), // CIDR, PATH, IP
|
||||
match: varchar("match")
|
||||
.$type<
|
||||
| "CIDR"
|
||||
| "PATH"
|
||||
| "IP"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION"
|
||||
>()
|
||||
.notNull(), // CIDR, PATH, IP
|
||||
value: varchar("value").notNull()
|
||||
});
|
||||
|
||||
@@ -1014,7 +1024,15 @@ export const resourcePolicyRules = pgTable("resourcePolicyRules", {
|
||||
priority: integer("priority").notNull(),
|
||||
action: varchar("action").$type<"ACCEPT" | "DROP" | "PASS">().notNull(),
|
||||
match: varchar("match")
|
||||
.$type<"CIDR" | "PATH" | "IP" | "COUNTRY" | "ASN" | "REGION">()
|
||||
.$type<
|
||||
| "CIDR"
|
||||
| "PATH"
|
||||
| "IP"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION"
|
||||
>()
|
||||
.notNull(),
|
||||
value: varchar("value").notNull()
|
||||
});
|
||||
@@ -1594,3 +1612,4 @@ export type LauncherView = InferSelectModel<typeof launcherViews>;
|
||||
export type ResourcePolicy = InferSelectModel<typeof resourcePolicies>;
|
||||
export type RolePolicy = InferSelectModel<typeof rolePolicies>;
|
||||
export type UserPolicy = InferSelectModel<typeof userPolicies>;
|
||||
export type ResourcePolicyRule = InferSelectModel<typeof resourcePolicyRules>;
|
||||
|
||||
@@ -1224,7 +1224,17 @@ export const resourceRules = sqliteTable("resourceRules", {
|
||||
enabled: integer("enabled", { mode: "boolean" }).notNull().default(true),
|
||||
priority: integer("priority").notNull(),
|
||||
action: text("action").notNull(), // ACCEPT, DROP, PASS
|
||||
match: text("match").notNull(), // CIDR, PATH, IP
|
||||
match: text("match")
|
||||
.$type<
|
||||
| "CIDR"
|
||||
| "PATH"
|
||||
| "IP"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION"
|
||||
>()
|
||||
.notNull(), // CIDR, PATH, IP
|
||||
value: text("value").notNull()
|
||||
});
|
||||
|
||||
@@ -1271,7 +1281,15 @@ export const resourcePolicyRules = sqliteTable("resourcePolicyRules", {
|
||||
priority: integer("priority").notNull(),
|
||||
action: text("action").$type<"ACCEPT" | "DROP" | "PASS">().notNull(),
|
||||
match: text("match")
|
||||
.$type<"CIDR" | "PATH" | "IP" | "COUNTRY" | "ASN" | "REGION">()
|
||||
.$type<
|
||||
| "CIDR"
|
||||
| "PATH"
|
||||
| "IP"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION"
|
||||
>()
|
||||
.notNull(),
|
||||
value: text("value").notNull()
|
||||
});
|
||||
|
||||
@@ -1,56 +1,54 @@
|
||||
import { isLicensedOrSubscribed } from "#dynamic/lib/isLicencedOrSubscribed";
|
||||
import { createCertificate } from "#dynamic/routers/certificates/createCertificate";
|
||||
import { hashPassword } from "@server/auth/password";
|
||||
import { generateId } from "@server/auth/sessions/app";
|
||||
import { build } from "@server/build";
|
||||
import {
|
||||
domains,
|
||||
domainNamespaces,
|
||||
domains,
|
||||
orgDomains,
|
||||
Resource,
|
||||
resourceHeaderAuth,
|
||||
resourceHeaderAuthExtendedCompatibility,
|
||||
resourcePassword,
|
||||
resourcePincode,
|
||||
resourcePolicies,
|
||||
resourcePolicyHeaderAuth,
|
||||
resourcePolicyPassword,
|
||||
resourcePolicyPincode,
|
||||
resourcePolicyRules,
|
||||
resourcePolicyWhiteList,
|
||||
resourceRules,
|
||||
resources,
|
||||
resourceWhitelist,
|
||||
roleActions,
|
||||
rolePolicies,
|
||||
roleResources,
|
||||
roles,
|
||||
sites,
|
||||
Target,
|
||||
TargetHealthCheck,
|
||||
targetHealthCheck,
|
||||
targets,
|
||||
Transaction,
|
||||
userOrgs,
|
||||
userPolicies,
|
||||
userResources,
|
||||
users,
|
||||
resourcePolicies,
|
||||
resourcePolicyPassword,
|
||||
resourcePolicyPincode,
|
||||
resourcePolicyHeaderAuth,
|
||||
resourcePolicyRules,
|
||||
resourcePolicyWhiteList,
|
||||
rolePolicies,
|
||||
userPolicies
|
||||
type ResourceRule
|
||||
} from "@server/db";
|
||||
import { resources, targets, sites } from "@server/db";
|
||||
import { eq, and, asc, or, ne, count, isNotNull } from "drizzle-orm";
|
||||
import {
|
||||
Config,
|
||||
ConfigSchema,
|
||||
isTargetsOnlyResource,
|
||||
TargetData
|
||||
} from "./types";
|
||||
import logger from "@server/logger";
|
||||
import { createCertificate } from "#dynamic/routers/certificates/createCertificate";
|
||||
import { pickPort } from "@server/routers/target/helpers";
|
||||
import { resourcePassword } from "@server/db";
|
||||
import { getUniqueResourcePolicyName } from "@server/db/names";
|
||||
import { hashPassword } from "@server/auth/password";
|
||||
import { isValidCIDR, isValidIP, isValidUrlGlobPattern } from "../validators";
|
||||
import { isValidRegionId } from "@server/db/regions";
|
||||
import { isLicensedOrSubscribed } from "#dynamic/lib/isLicencedOrSubscribed";
|
||||
import { fireHealthCheckUnknownAlert } from "@server/lib/alerts";
|
||||
import { tierMatrix } from "../billing/tierMatrix";
|
||||
import { defaultRoleAllowedActions } from "@server/routers/role/createRole";
|
||||
import { build } from "@server/build";
|
||||
import { encrypt } from "@server/lib/crypto";
|
||||
import { generateId } from "@server/auth/sessions/app";
|
||||
import serverConfig from "@server/lib/config";
|
||||
import { encrypt } from "@server/lib/crypto";
|
||||
import logger from "@server/logger";
|
||||
import { defaultRoleAllowedActions } from "@server/routers/role/createRole";
|
||||
import { pickPort } from "@server/routers/target/helpers";
|
||||
import { and, asc, eq, isNotNull, ne, or } from "drizzle-orm";
|
||||
import { tierMatrix } from "../billing/tierMatrix";
|
||||
import { isValidCIDR, isValidIP, isValidUrlGlobPattern } from "../validators";
|
||||
import { Config, isTargetsOnlyResource, TargetData } from "./types";
|
||||
import HttpCode from "@server/types/HttpCode";
|
||||
import createHttpError from "http-errors";
|
||||
import next from "next";
|
||||
@@ -909,7 +907,7 @@ export async function updatePublicResources(
|
||||
.update(resourceRules)
|
||||
.set({
|
||||
action: getRuleAction(rule.action),
|
||||
match: rule.match.toUpperCase(),
|
||||
match: rule.match.toUpperCase() as ResourceRule["match"],
|
||||
value: getRuleValue(
|
||||
rule.match.toUpperCase(),
|
||||
rule.value
|
||||
@@ -928,7 +926,7 @@ export async function updatePublicResources(
|
||||
await trx.insert(resourceRules).values({
|
||||
resourceId: existingResource.resourceId,
|
||||
action: getRuleAction(rule.action),
|
||||
match: rule.match.toUpperCase(),
|
||||
match: rule.match.toUpperCase() as ResourceRule["match"],
|
||||
value: getRuleValue(
|
||||
rule.match.toUpperCase(),
|
||||
rule.value
|
||||
@@ -1011,7 +1009,7 @@ export async function updatePublicResources(
|
||||
} else {
|
||||
// create a brand new resource
|
||||
|
||||
if (build == "saas") {
|
||||
if (build === "saas") {
|
||||
const usage = await usageService.getUsage(
|
||||
orgId,
|
||||
LimitId.PUBLIC_RESOURCES
|
||||
@@ -1292,7 +1290,7 @@ export async function updatePublicResources(
|
||||
await trx.insert(resourceRules).values({
|
||||
resourceId: newResource.resourceId,
|
||||
action: getRuleAction(rule.action),
|
||||
match: rule.match.toUpperCase(),
|
||||
match: rule.match.toUpperCase() as ResourceRule["match"],
|
||||
value: getRuleValue(
|
||||
rule.match.toUpperCase(),
|
||||
rule.value
|
||||
@@ -1355,7 +1353,7 @@ function getRuleAction(input: string) {
|
||||
|
||||
function getRuleValue(match: string, value: string) {
|
||||
// if the match is a country, uppercase the value
|
||||
if (match == "COUNTRY") {
|
||||
if (match === "COUNTRY" || match === "COUNTRY_IS_NOT") {
|
||||
return value.toUpperCase();
|
||||
}
|
||||
return value;
|
||||
|
||||
@@ -347,12 +347,13 @@ function getRuleAction(input: string): "ACCEPT" | "DROP" | "PASS" {
|
||||
|
||||
function getRuleMatch(
|
||||
input: string
|
||||
): "CIDR" | "IP" | "PATH" | "COUNTRY" | "ASN" | "REGION" {
|
||||
): "CIDR" | "IP" | "PATH" | "COUNTRY" | "COUNTRY_IS_NOT" | "ASN" | "REGION" {
|
||||
return input.toUpperCase() as
|
||||
| "CIDR"
|
||||
| "IP"
|
||||
| "PATH"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION";
|
||||
}
|
||||
|
||||
@@ -74,6 +74,7 @@ export const RESOURCE_RULE_MATCH_TYPES = [
|
||||
"IP",
|
||||
"PATH",
|
||||
"COUNTRY",
|
||||
"COUNTRY_IS_NOT",
|
||||
"ASN",
|
||||
"REGION"
|
||||
] as const;
|
||||
@@ -96,6 +97,7 @@ export function getResourceRuleValueValidationError(
|
||||
case "REGION":
|
||||
return isValidRegionId(value) ? null : "Invalid region ID provided";
|
||||
case "COUNTRY":
|
||||
case "COUNTRY_IS_NOT":
|
||||
return COUNTRIES.some((country) => country.code === value)
|
||||
? null
|
||||
: "Invalid country code provided";
|
||||
|
||||
@@ -1695,6 +1695,7 @@ hybridRouter.get(
|
||||
) {
|
||||
for (const rule of rules) {
|
||||
if (rule.match == "COUNTRY") {
|
||||
// @ts-expect-error this is for backward compatibility
|
||||
rule.match = "GEOIP";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1054,7 +1054,10 @@ async function checkRules(
|
||||
isPathAllowed(rule.value, path)
|
||||
) {
|
||||
return rule.action as any;
|
||||
} else if (clientIp && rule.match == "COUNTRY") {
|
||||
} else if (
|
||||
clientIp &&
|
||||
(rule.match === "COUNTRY" || rule.match === "COUNTRY_IS_NOT")
|
||||
) {
|
||||
// COUNTRY=ALL should not affect local/private/CGNAT addresses.
|
||||
if (
|
||||
rule.value.toUpperCase() === "ALL" &&
|
||||
@@ -1063,7 +1066,10 @@ async function checkRules(
|
||||
continue;
|
||||
}
|
||||
|
||||
if (await isIpInGeoIP(ipCC, rule.value)) {
|
||||
const inCountry = await isIpInGeoIP(ipCC, rule.value);
|
||||
const matched = rule.match === "COUNTRY" ? inCountry : !inCountry;
|
||||
|
||||
if (matched) {
|
||||
return rule.action as any;
|
||||
}
|
||||
} else if (clientIp && rule.match == "ASN") {
|
||||
|
||||
@@ -27,6 +27,7 @@ const resourceRuleMatchSchema = z.enum([
|
||||
"IP",
|
||||
"PATH",
|
||||
"COUNTRY",
|
||||
"COUNTRY_IS_NOT",
|
||||
"ASN",
|
||||
"REGION"
|
||||
]);
|
||||
@@ -144,6 +145,7 @@ export async function updateResourceRule(
|
||||
| "IP"
|
||||
| "PATH"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION";
|
||||
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
import { Layout } from "@app/components/Layout";
|
||||
import ResourceLauncher from "@app/components/resource-launcher/ResourceLauncher";
|
||||
import { commandBarNavSections } from "@app/app/navigation";
|
||||
import { internal } from "@app/lib/api";
|
||||
import { authCookieHeader } from "@app/lib/api/cookies";
|
||||
import { fetchLauncherPageData } from "@app/lib/launcherServerData";
|
||||
import { verifySession } from "@app/lib/auth/verifySession";
|
||||
import { pullEnv } from "@app/lib/pullEnv";
|
||||
import UserProvider from "@app/providers/UserProvider";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { GetOrgOverviewResponse } from "@server/routers/org/getOrgOverview";
|
||||
@@ -57,6 +59,8 @@ export default async function OrgPage(props: OrgPageProps) {
|
||||
} catch (e) {}
|
||||
|
||||
const isAdminOrOwner = Boolean(overview?.isAdmin || overview?.isOwner);
|
||||
const env = pullEnv();
|
||||
const primaryOrg = orgs.find((o) => o.orgId === orgId)?.isPrimaryOrg;
|
||||
|
||||
const searchParams = new URLSearchParams(await props.searchParams);
|
||||
const launcherData = overview
|
||||
@@ -73,6 +77,9 @@ export default async function OrgPage(props: OrgPageProps) {
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
navItems={[]}
|
||||
commandNavItems={commandBarNavSections(env, {
|
||||
isPrimaryOrg: primaryOrg
|
||||
})}
|
||||
showSidebar={false}
|
||||
launcherMode
|
||||
showViewAsAdmin={isAdminOrOwner}
|
||||
|
||||
@@ -12,7 +12,7 @@ import UserProvider from "@app/providers/UserProvider";
|
||||
import { Layout } from "@app/components/Layout";
|
||||
import { getTranslations } from "next-intl/server";
|
||||
import { pullEnv } from "@app/lib/pullEnv";
|
||||
import { orgNavSections } from "@app/app/navigation";
|
||||
import { commandBarNavSections, orgNavSections } from "@app/app/navigation";
|
||||
import { getCachedOrgUser } from "@app/lib/api/getCachedOrgUser";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
@@ -82,6 +82,9 @@ export default async function SettingsLayout(props: SettingsLayoutProps) {
|
||||
navItems={orgNavSections(env, {
|
||||
isPrimaryOrg: primaryOrg
|
||||
})}
|
||||
commandNavItems={commandBarNavSections(env, {
|
||||
isPrimaryOrg: primaryOrg
|
||||
})}
|
||||
>
|
||||
{children}
|
||||
</Layout>
|
||||
|
||||
@@ -1,18 +1,15 @@
|
||||
import PrivateResourcesBanner from "@app/components/PrivateResourcesBanner";
|
||||
import type { InternalResourceRow } from "@app/components/PrivateResourcesTable";
|
||||
import PrivateResourcesTable from "@app/components/PrivateResourcesTable";
|
||||
import SettingsSectionTitle from "@app/components/SettingsSectionTitle";
|
||||
import PrivateResourcesBanner from "@app/components/PrivateResourcesBanner";
|
||||
import { internal } from "@app/lib/api";
|
||||
import { authCookieHeader } from "@app/lib/api/cookies";
|
||||
import { getCachedOrg } from "@app/lib/api/getCachedOrg";
|
||||
import OrgProvider from "@app/providers/OrgProvider";
|
||||
import type { ListResourcesResponse } from "@server/routers/resource";
|
||||
import { GetSiteResponse } from "@server/routers/site/getSite";
|
||||
import type { ListAllSiteResourcesByOrgResponse } from "@server/routers/siteResource";
|
||||
import type ResponseT from "@server/types/Response";
|
||||
import type { AxiosResponse } from "axios";
|
||||
import { getTranslations } from "next-intl/server";
|
||||
import type { Metadata } from "next";
|
||||
import { getTranslations } from "next-intl/server";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -24,13 +21,6 @@ export interface ClientResourcesPageProps {
|
||||
searchParams: Promise<Record<string, string>>;
|
||||
}
|
||||
|
||||
function parsePositiveInt(s: string | undefined): number | undefined {
|
||||
if (!s) return undefined;
|
||||
const n = Number(s);
|
||||
if (!Number.isInteger(n) || n <= 0) return undefined;
|
||||
return n;
|
||||
}
|
||||
|
||||
export default async function ClientResourcesPage(
|
||||
props: ClientResourcesPageProps
|
||||
) {
|
||||
@@ -39,7 +29,7 @@ export default async function ClientResourcesPage(
|
||||
const searchParams = new URLSearchParams(await props.searchParams);
|
||||
|
||||
let siteResources: ListAllSiteResourcesByOrgResponse["siteResources"] = [];
|
||||
let pagination: ListResourcesResponse["pagination"] = {
|
||||
let pagination: ListAllSiteResourcesByOrgResponse["pagination"] = {
|
||||
total: 0,
|
||||
page: 1,
|
||||
pageSize: 20
|
||||
@@ -56,34 +46,6 @@ export default async function ClientResourcesPage(
|
||||
pagination = responseData.pagination;
|
||||
} catch (e) {}
|
||||
|
||||
const siteIdParam = parsePositiveInt(
|
||||
searchParams.get("siteId") ?? undefined
|
||||
);
|
||||
|
||||
let initialFilterSite: {
|
||||
siteId: number;
|
||||
name: string;
|
||||
type: string;
|
||||
} | null = null;
|
||||
if (siteIdParam) {
|
||||
try {
|
||||
const siteRes = await internal.get(
|
||||
`/site/${siteIdParam}`,
|
||||
await authCookieHeader()
|
||||
);
|
||||
const s = (siteRes.data as ResponseT<GetSiteResponse>).data;
|
||||
if (s && s.orgId === params.orgId) {
|
||||
initialFilterSite = {
|
||||
siteId: s.siteId,
|
||||
name: s.name,
|
||||
type: s.type
|
||||
};
|
||||
}
|
||||
} catch {
|
||||
// leave null
|
||||
}
|
||||
}
|
||||
|
||||
let org = null;
|
||||
try {
|
||||
const res = await getCachedOrg(params.orgId);
|
||||
@@ -154,7 +116,6 @@ export default async function ClientResourcesPage(
|
||||
pageIndex: pagination.page - 1,
|
||||
pageSize: pagination.pageSize
|
||||
}}
|
||||
initialFilterSite={initialFilterSite}
|
||||
/>
|
||||
</OrgProvider>
|
||||
</>
|
||||
|
||||
@@ -166,11 +166,13 @@ export default async function ResourceAuthPage(props: {
|
||||
|
||||
// If user is not compliant with org policies, show policy requirements
|
||||
if (orgPolicyCheck && !orgPolicyCheck.allowed && orgPolicyCheck.policies) {
|
||||
const resourceAuthPageUrl = `/auth/resource/${authInfo.resourceGuid}${redirectUrl !== authInfo.url ? `?redirect=${encodeURIComponent(redirectUrl)}` : ""}`;
|
||||
return (
|
||||
<div className="w-full max-w-md">
|
||||
<OrgPolicyRequired
|
||||
orgId={authInfo.orgId}
|
||||
policies={orgPolicyCheck.policies}
|
||||
redirectAfterAuth={resourceAuthPageUrl}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -15,6 +15,7 @@ import {
|
||||
GlobeLock,
|
||||
KeyRound,
|
||||
Laptop,
|
||||
LayoutGrid,
|
||||
Link as LinkIcon,
|
||||
Logs,
|
||||
MonitorUp,
|
||||
@@ -49,7 +50,7 @@ export const orgLangingNavItems: SidebarNavItem[] = [
|
||||
{
|
||||
title: "sidebarAccount",
|
||||
href: "/{orgId}",
|
||||
icon: <User className="size-4 flex-none" />
|
||||
icon: <LayoutGrid className="size-4 flex-none" />
|
||||
}
|
||||
];
|
||||
|
||||
@@ -341,3 +342,245 @@ export const adminNavSections = (env?: Env): SidebarNavSection[] => [
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
export type CommandBarNavSection = {
|
||||
// Added from 'dev' branch
|
||||
heading: string;
|
||||
items: CommandBarNavItem[];
|
||||
};
|
||||
|
||||
export type CommandBarNavItem = {
|
||||
href?: string;
|
||||
title: string;
|
||||
icon?: React.ReactNode;
|
||||
showEE?: boolean;
|
||||
isBeta?: boolean;
|
||||
};
|
||||
|
||||
export const commandBarNavSections = (
|
||||
env?: Env,
|
||||
options?: OrgNavSectionsOptions
|
||||
): CommandBarNavSection[] => [
|
||||
{
|
||||
heading: "commandLauncher",
|
||||
items: [
|
||||
{
|
||||
title: "commandResourceLauncher",
|
||||
href: "/{orgId}",
|
||||
icon: <LayoutGrid className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "network",
|
||||
items: [
|
||||
{
|
||||
title: "commandSites",
|
||||
href: "/{orgId}/settings/sites",
|
||||
icon: <Plug className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandProxyResources",
|
||||
href: "/{orgId}/settings/resources/public",
|
||||
icon: <Globe className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandClientResources",
|
||||
href: "/{orgId}/settings/resources/private",
|
||||
icon: <GlobeLock className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
href: "/{orgId}/settings/clients/user",
|
||||
title: "commandUserDevices",
|
||||
icon: <Laptop className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
href: "/{orgId}/settings/clients/machine",
|
||||
title: "commandMachineClients",
|
||||
icon: <Server className="size-4 flex-none" />
|
||||
},
|
||||
...(build === "saas"
|
||||
? [
|
||||
{
|
||||
title: "commandRemoteExitNodes",
|
||||
href: "/{orgId}/settings/remote-exit-nodes",
|
||||
icon: <Server className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: [])
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "commandTeam",
|
||||
items: [
|
||||
{
|
||||
title: "commandUsers",
|
||||
href: "/{orgId}/settings/access/users",
|
||||
icon: <User className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandRoles",
|
||||
href: "/{orgId}/settings/access/roles",
|
||||
icon: <Users className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandInvitations",
|
||||
href: "/{orgId}/settings/access/invitations",
|
||||
icon: <TicketCheck className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "accessControl",
|
||||
items: [
|
||||
...(!env?.flags.disableEnterpriseFeatures
|
||||
? [
|
||||
{
|
||||
title: "commandResourcePolicies",
|
||||
href: "/{orgId}/settings/policies/resources/public",
|
||||
icon: <ShieldIcon className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: []),
|
||||
// PaidFeaturesAlert
|
||||
...((build === "oss" && !env?.flags.disableEnterpriseFeatures) ||
|
||||
build === "saas" ||
|
||||
env?.app.identityProviderMode === "org" ||
|
||||
(env?.app.identityProviderMode === undefined && build !== "oss")
|
||||
? [
|
||||
{
|
||||
title: "commandIdentityProviders",
|
||||
href: "/{orgId}/settings/idp",
|
||||
icon: <Fingerprint className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: []),
|
||||
...(!env?.flags.disableEnterpriseFeatures
|
||||
? [
|
||||
{
|
||||
title: "commandApprovals",
|
||||
href: "/{orgId}/settings/access/approvals",
|
||||
icon: <UserCog className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: []),
|
||||
{
|
||||
title: "commandShareableLinks",
|
||||
href: "/{orgId}/settings/share-links",
|
||||
icon: <LinkIcon className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "commandLogsAndAnalytics",
|
||||
items: [
|
||||
{
|
||||
title: "commandLogsAnalytics",
|
||||
href: "/{orgId}/settings/logs/analytics",
|
||||
icon: <ChartLine className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandLogsRequest",
|
||||
href: "/{orgId}/settings/logs/request",
|
||||
icon: <SquareMousePointer className="size-4 flex-none" />
|
||||
},
|
||||
...(!env?.flags.disableEnterpriseFeatures
|
||||
? [
|
||||
{
|
||||
title: "commandLogsAccess",
|
||||
href: "/{orgId}/settings/logs/access",
|
||||
icon: <ScanEye className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandLogsAction",
|
||||
href: "/{orgId}/settings/logs/action",
|
||||
icon: <Logs className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandLogsConnection",
|
||||
href: "/{orgId}/settings/logs/connection",
|
||||
icon: <Cable className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandLogsStreaming",
|
||||
href: "/{orgId}/settings/logs/streaming",
|
||||
icon: <Unplug className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: [])
|
||||
]
|
||||
},
|
||||
{
|
||||
heading: "commandManagement",
|
||||
items: [
|
||||
...(!env?.flags.disableEnterpriseFeatures
|
||||
? [
|
||||
{
|
||||
title: "commandAlerting",
|
||||
href: "/{orgId}/settings/alerting",
|
||||
icon: <BellRing className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandProvisioning",
|
||||
href: "/{orgId}/settings/provisioning",
|
||||
icon: <Boxes className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: []),
|
||||
{
|
||||
title: "commandBluePrints",
|
||||
href: "/{orgId}/settings/blueprints",
|
||||
icon: <ReceiptText className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandApiKeys",
|
||||
href: "/{orgId}/settings/api-keys",
|
||||
icon: <KeyRound className="size-4 flex-none" />
|
||||
},
|
||||
...(!env?.flags.disableEnterpriseFeatures
|
||||
? [
|
||||
{
|
||||
title: "labels",
|
||||
href: "/{orgId}/settings/labels",
|
||||
icon: <TagIcon className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
: [])
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
heading: "commandOrganization",
|
||||
items: [
|
||||
{
|
||||
title: "commandSettings",
|
||||
href: "/{orgId}/settings/general",
|
||||
icon: <Settings className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandDomains",
|
||||
href: "/{orgId}/settings/domains",
|
||||
icon: <Globe className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
},
|
||||
...(build === "saas" && options?.isPrimaryOrg
|
||||
? [
|
||||
{
|
||||
heading: "commandBillingAndLicenses",
|
||||
items: [
|
||||
{
|
||||
title: "commandBilling",
|
||||
href: "/{orgId}/settings/billing",
|
||||
icon: <CreditCard className="size-4 flex-none" />
|
||||
},
|
||||
{
|
||||
title: "commandEnterpriseLicenses",
|
||||
href: "/{orgId}/settings/license",
|
||||
icon: <TicketCheck className="size-4 flex-none" />
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
: [])
|
||||
];
|
||||
|
||||
@@ -21,9 +21,11 @@ export default async function Page(props: {
|
||||
searchParams: Promise<{
|
||||
redirect: string | undefined;
|
||||
t: string | undefined;
|
||||
orgs?: string | undefined;
|
||||
}>;
|
||||
}) {
|
||||
const params = await props.searchParams; // this is needed to prevent static optimization
|
||||
const showOrgPicker = params.orgs === "1";
|
||||
|
||||
const env = pullEnv();
|
||||
|
||||
@@ -106,7 +108,7 @@ export default async function Page(props: {
|
||||
}
|
||||
}
|
||||
|
||||
if (targetOrgId) {
|
||||
if (targetOrgId && !showOrgPicker) {
|
||||
const targetOrg = orgs.find((org) => org.orgId === targetOrgId);
|
||||
return (
|
||||
<RedirectToOrg
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function CreateShareLinkForm({
|
||||
const t = useTranslations();
|
||||
|
||||
const { data: allResources = [] } = useQuery(
|
||||
orgQueries.resources({ orgId: org?.org.orgId ?? "" })
|
||||
orgQueries.proxyResources({ orgId: org?.org.orgId ?? "" })
|
||||
);
|
||||
|
||||
const [selectedResource, setSelectedResource] =
|
||||
|
||||
@@ -1,17 +1,22 @@
|
||||
import React from "react";
|
||||
import { cn } from "@app/lib/cn";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import type { SidebarNavSection } from "@app/app/navigation";
|
||||
import type {
|
||||
CommandBarNavSection,
|
||||
SidebarNavSection
|
||||
} from "@app/app/navigation";
|
||||
import { LayoutSidebar } from "@app/components/LayoutSidebar";
|
||||
import { LayoutHeader } from "@app/components/LayoutHeader";
|
||||
import { LayoutMobileMenu } from "@app/components/LayoutMobileMenu";
|
||||
import { cookies } from "next/headers";
|
||||
import { CommandPaletteProvider } from "./command-palette/CommandPalette";
|
||||
|
||||
interface LayoutProps {
|
||||
children: React.ReactNode;
|
||||
orgId?: string;
|
||||
orgs?: ListUserOrgsResponse["orgs"];
|
||||
navItems?: SidebarNavSection[];
|
||||
commandNavItems?: CommandBarNavSection[];
|
||||
showSidebar?: boolean;
|
||||
showHeader?: boolean;
|
||||
showTopBar?: boolean;
|
||||
@@ -25,6 +30,7 @@ export async function Layout({
|
||||
orgId,
|
||||
orgs,
|
||||
navItems = [],
|
||||
commandNavItems = [],
|
||||
showSidebar = true,
|
||||
showHeader = true,
|
||||
showTopBar = true,
|
||||
@@ -41,61 +47,67 @@ export async function Layout({
|
||||
(sidebarStateCookie !== "expanded" && defaultSidebarCollapsed);
|
||||
|
||||
return (
|
||||
<div className="flex h-screen-safe overflow-hidden">
|
||||
{/* Desktop Sidebar */}
|
||||
{showSidebar && (
|
||||
<LayoutSidebar
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
navItems={navItems}
|
||||
defaultSidebarCollapsed={initialSidebarCollapsed}
|
||||
hasCookiePreference={hasCookiePreference}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Main content area */}
|
||||
<div
|
||||
className={cn(
|
||||
"flex-1 flex flex-col h-full min-w-0 relative",
|
||||
!showSidebar && "w-full"
|
||||
)}
|
||||
>
|
||||
{/* Mobile header */}
|
||||
{showHeader && (
|
||||
<LayoutMobileMenu
|
||||
<CommandPaletteProvider
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
navItems={commandNavItems}
|
||||
>
|
||||
<div className="flex h-screen-safe overflow-hidden">
|
||||
{/* Desktop Sidebar */}
|
||||
{showSidebar && (
|
||||
<LayoutSidebar
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
navItems={navItems}
|
||||
showSidebar={showSidebar}
|
||||
showTopBar={showTopBar}
|
||||
launcherMode={launcherMode}
|
||||
showViewAsAdmin={showViewAsAdmin}
|
||||
defaultSidebarCollapsed={initialSidebarCollapsed}
|
||||
hasCookiePreference={hasCookiePreference}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Desktop header */}
|
||||
{showHeader && (
|
||||
<LayoutHeader
|
||||
showTopBar={showTopBar}
|
||||
launcherMode={launcherMode}
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
showViewAsAdmin={showViewAsAdmin}
|
||||
/>
|
||||
)}
|
||||
{/* Main content area */}
|
||||
<div
|
||||
className={cn(
|
||||
"flex-1 flex flex-col h-full min-w-0 relative",
|
||||
!showSidebar && "w-full"
|
||||
)}
|
||||
>
|
||||
{/* Mobile header */}
|
||||
{showHeader && (
|
||||
<LayoutMobileMenu
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
navItems={navItems}
|
||||
showSidebar={showSidebar}
|
||||
showTopBar={showTopBar}
|
||||
launcherMode={launcherMode}
|
||||
showViewAsAdmin={showViewAsAdmin}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Main content */}
|
||||
<main className="flex-1 overflow-y-auto p-3 md:p-6 w-full">
|
||||
<div
|
||||
className={cn(
|
||||
"container mx-auto max-w-12xl mb-12",
|
||||
showHeader && "md:pt-14" // Add top padding only on desktop to account for fixed header
|
||||
)}
|
||||
>
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
{/* Desktop header */}
|
||||
{showHeader && (
|
||||
<LayoutHeader
|
||||
showTopBar={showTopBar}
|
||||
launcherMode={launcherMode}
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
showViewAsAdmin={showViewAsAdmin}
|
||||
/>
|
||||
)}
|
||||
|
||||
{/* Main content */}
|
||||
<main className="flex-1 overflow-y-auto p-3 md:p-6 w-full">
|
||||
<div
|
||||
className={cn(
|
||||
"container mx-auto max-w-12xl mb-12",
|
||||
showHeader && "md:pt-14" // Add top padding only on desktop to account for fixed header
|
||||
)}
|
||||
>
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</CommandPaletteProvider>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { LauncherOrgSelector } from "@app/components/resource-launcher/LauncherOrgSelector";
|
||||
import { Button } from "@app/components/ui/button";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { CommandPaletteTrigger } from "@app/components/command-palette/CommandPaletteTrigger";
|
||||
|
||||
type LayoutHeaderProps = {
|
||||
showTopBar: boolean;
|
||||
@@ -105,6 +106,10 @@ export function LayoutHeader({
|
||||
{showTopBar && (
|
||||
<div className="flex items-center space-x-2">
|
||||
<ThemeSwitcher />
|
||||
<CommandPaletteTrigger
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
/>
|
||||
<ProfileIcon />
|
||||
</div>
|
||||
)}
|
||||
|
||||
@@ -1,27 +1,27 @@
|
||||
"use client";
|
||||
|
||||
import React, { useState } from "react";
|
||||
import { SidebarNav } from "@app/components/SidebarNav";
|
||||
import { OrgSelector } from "@app/components/OrgSelector";
|
||||
import { cn } from "@app/lib/cn";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { Button } from "@app/components/ui/button";
|
||||
import { Menu, Server, Settings, SquareMousePointer } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { usePathname } from "next/navigation";
|
||||
import { useUserContext } from "@app/hooks/useUserContext";
|
||||
import { useTranslations } from "next-intl";
|
||||
import ProfileIcon from "@app/components/ProfileIcon";
|
||||
import ThemeSwitcher from "@app/components/ThemeSwitcher";
|
||||
import type { SidebarNavSection } from "@app/app/navigation";
|
||||
import { CommandPaletteTrigger } from "@app/components/command-palette/CommandPaletteTrigger";
|
||||
import { OrgSelector } from "@app/components/OrgSelector";
|
||||
import ProfileIcon from "@app/components/ProfileIcon";
|
||||
import { SidebarNav } from "@app/components/SidebarNav";
|
||||
import ThemeSwitcher from "@app/components/ThemeSwitcher";
|
||||
import { Button } from "@app/components/ui/button";
|
||||
import {
|
||||
Sheet,
|
||||
SheetContent,
|
||||
SheetTrigger,
|
||||
SheetDescription,
|
||||
SheetTitle,
|
||||
SheetDescription
|
||||
SheetTrigger
|
||||
} from "@app/components/ui/sheet";
|
||||
import { Abel } from "next/font/google";
|
||||
import { useUserContext } from "@app/hooks/useUserContext";
|
||||
import { cn } from "@app/lib/cn";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { Menu, Server, Settings, LayoutGrid } from "lucide-react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import Link from "next/link";
|
||||
import { usePathname } from "next/navigation";
|
||||
import { useState } from "react";
|
||||
|
||||
interface LayoutMobileMenuProps {
|
||||
orgId?: string;
|
||||
@@ -151,7 +151,7 @@ export function LayoutMobileMenu({
|
||||
}
|
||||
>
|
||||
<span className="flex-shrink-0 w-5 h-5 flex items-center justify-center text-muted-foreground mr-3">
|
||||
<SquareMousePointer className="h-4 w-4" />
|
||||
<LayoutGrid className="h-4 w-4" />
|
||||
</span>
|
||||
<span className="flex-1">
|
||||
{t(
|
||||
@@ -207,6 +207,11 @@ export function LayoutMobileMenu({
|
||||
{showTopBar && (
|
||||
<div className="ml-auto flex items-center justify-end">
|
||||
<div className="flex items-center space-x-2">
|
||||
<CommandPaletteTrigger
|
||||
variant="mobile"
|
||||
orgId={orgId}
|
||||
orgs={orgs}
|
||||
/>
|
||||
<ThemeSwitcher />
|
||||
<ProfileIcon />
|
||||
</div>
|
||||
|
||||
@@ -21,9 +21,9 @@ import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import {
|
||||
ArrowRight,
|
||||
ExternalLink,
|
||||
LayoutGrid,
|
||||
PanelRightOpen,
|
||||
Server,
|
||||
SquareMousePointer
|
||||
Server
|
||||
} from "lucide-react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import dynamic from "next/dynamic";
|
||||
@@ -186,7 +186,7 @@ export function LayoutSidebar({
|
||||
)}
|
||||
>
|
||||
<span className="flex-shrink-0 w-5 h-5 flex items-center justify-center text-muted-foreground">
|
||||
<SquareMousePointer className="h-4 w-4" />
|
||||
<LayoutGrid className="h-4 w-4" />
|
||||
</span>
|
||||
</Link>
|
||||
</TooltipTrigger>
|
||||
@@ -195,7 +195,9 @@ export function LayoutSidebar({
|
||||
sideOffset={8}
|
||||
>
|
||||
<p>
|
||||
{t("resourceSidebarLauncherTitle")}
|
||||
{t(
|
||||
"resourceSidebarLauncherTitle"
|
||||
)}
|
||||
</p>
|
||||
</TooltipContent>
|
||||
</Tooltip>
|
||||
@@ -208,7 +210,7 @@ export function LayoutSidebar({
|
||||
)}
|
||||
>
|
||||
<span className="flex-shrink-0 mr-3 w-5 h-5 flex items-center justify-center text-muted-foreground">
|
||||
<SquareMousePointer className="h-4 w-4" />
|
||||
<LayoutGrid className="h-4 w-4" />
|
||||
</span>
|
||||
<span className="flex-1">
|
||||
{t("resourceSidebarLauncherTitle")}
|
||||
|
||||
@@ -11,24 +11,79 @@ import {
|
||||
import { Shield, ArrowRight } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { createApiClient } from "@app/lib/api";
|
||||
import { useEnvContext } from "@app/hooks/useEnvContext";
|
||||
|
||||
type OrgPolicyRequiredProps = {
|
||||
orgId: string;
|
||||
policies: {
|
||||
requiredTwoFactor?: boolean;
|
||||
maxSessionLength?: {
|
||||
compliant: boolean;
|
||||
maxSessionLengthHours: number;
|
||||
sessionAgeHours: number;
|
||||
};
|
||||
passwordAge?: {
|
||||
compliant: boolean;
|
||||
maxPasswordAgeDays: number;
|
||||
passwordAgeDays: number;
|
||||
};
|
||||
};
|
||||
redirectAfterAuth?: string;
|
||||
};
|
||||
|
||||
export default function OrgPolicyRequired({
|
||||
orgId,
|
||||
policies
|
||||
policies,
|
||||
redirectAfterAuth
|
||||
}: OrgPolicyRequiredProps) {
|
||||
const t = useTranslations();
|
||||
const router = useRouter();
|
||||
|
||||
const policySteps = [];
|
||||
const api = createApiClient(useEnvContext());
|
||||
|
||||
if (policies?.requiredTwoFactor === false) {
|
||||
policySteps.push(t("enableTwoFactorAuthentication"));
|
||||
const sessionExpired =
|
||||
policies?.maxSessionLength &&
|
||||
policies.maxSessionLength.compliant === false;
|
||||
|
||||
function reauthenticate() {
|
||||
api.post("/auth/logout")
|
||||
.catch(() => {})
|
||||
.then(() => {
|
||||
const destination = redirectAfterAuth ?? `/${orgId}`;
|
||||
router.push(destination);
|
||||
router.refresh();
|
||||
});
|
||||
}
|
||||
|
||||
if (sessionExpired) {
|
||||
return (
|
||||
<Card className="w-full max-w-md">
|
||||
<CardHeader className="text-center">
|
||||
<div className="mx-auto mb-4 flex h-12 w-12 items-center justify-center rounded-full bg-orange-100">
|
||||
<Shield className="h-6 w-6 text-orange-600" />
|
||||
</div>
|
||||
<CardTitle className="text-xl font-semibold">
|
||||
{t("sessionExpired")}
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
{t("sessionExpiredReauthRequired")}
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="space-y-4">
|
||||
<div className="pt-4">
|
||||
<Button
|
||||
className="w-full"
|
||||
onClick={reauthenticate}
|
||||
>
|
||||
{t("reauthenticate")}
|
||||
<ArrowRight className="ml-2 h-4 w-4" />
|
||||
</Button>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
@@ -119,15 +119,13 @@ type ClientResourcesTableProps = {
|
||||
orgId: string;
|
||||
pagination: PaginationState;
|
||||
rowCount: number;
|
||||
initialFilterSite?: Selectedsite | null;
|
||||
};
|
||||
|
||||
export default function PrivateResourcesTable({
|
||||
internalResources,
|
||||
orgId,
|
||||
pagination,
|
||||
rowCount,
|
||||
initialFilterSite = null
|
||||
rowCount
|
||||
}: ClientResourcesTableProps) {
|
||||
const router = useRouter();
|
||||
const {
|
||||
@@ -145,7 +143,11 @@ export default function PrivateResourcesTable({
|
||||
const [isNavigatingToAddPage, startNavigation] = useTransition();
|
||||
|
||||
const [selectedInternalResource, setSelectedInternalResource] =
|
||||
useState<InternalResourceRow | null>(null);
|
||||
const [isEditDialogOpen, setIsEditDialogOpen] = useState(false);
|
||||
const [editingResource, setEditingResource] =
|
||||
useState<InternalResourceRow | null>();
|
||||
const [isCreateDialogOpen, setIsCreateDialogOpen] = useState(false);
|
||||
|
||||
const [isRefreshing, startRefreshTransition] = useTransition();
|
||||
|
||||
|
||||
@@ -361,9 +361,12 @@ export default function SitesTable({
|
||||
|
||||
let updateAvailable = Boolean(
|
||||
latestNewtVersion &&
|
||||
originalRow.newtVersion &&
|
||||
semver.valid(originalRow.newtVersion) &&
|
||||
semver.lt(originalRow.newtVersion, latestNewtVersion)
|
||||
originalRow.newtVersion &&
|
||||
semver.valid(originalRow.newtVersion) &&
|
||||
semver.lt(
|
||||
originalRow.newtVersion,
|
||||
latestNewtVersion
|
||||
)
|
||||
);
|
||||
|
||||
if (originalRow.type === "newt") {
|
||||
@@ -572,9 +575,7 @@ export default function SitesTable({
|
||||
setRestartingSite(siteRow)
|
||||
}
|
||||
>
|
||||
<span className="text-orange-500">
|
||||
{t("siteRestartButton")}
|
||||
</span>
|
||||
{t("siteRestartButton")}
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuSeparator />
|
||||
</>
|
||||
|
||||
@@ -348,7 +348,7 @@ function ResourceMultiSelect({
|
||||
const [debounced] = useDebounce(q, 150);
|
||||
|
||||
const { data: resources = [] } = useQuery(
|
||||
orgQueries.resources({ orgId, query: debounced, perPage: 10 })
|
||||
orgQueries.proxyResources({ orgId, query: debounced, perPage: 10 })
|
||||
);
|
||||
|
||||
const shown = useMemo(() => {
|
||||
|
||||
508
src/components/command-palette/CommandPalette.tsx
Normal file
508
src/components/command-palette/CommandPalette.tsx
Normal file
@@ -0,0 +1,508 @@
|
||||
"use client";
|
||||
|
||||
import type {
|
||||
CommandBarNavSection,
|
||||
SidebarNavSection
|
||||
} from "@app/app/navigation";
|
||||
import {
|
||||
CommandDialog,
|
||||
CommandEmpty,
|
||||
CommandGroup,
|
||||
CommandInput,
|
||||
CommandItem,
|
||||
CommandList,
|
||||
CommandSeparator
|
||||
} from "@app/components/ui/command";
|
||||
import { Button } from "@app/components/ui/button";
|
||||
import { cn } from "@app/lib/cn";
|
||||
import { useMediaQuery } from "@app/hooks/useMediaQuery";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import {
|
||||
ChevronRightIcon,
|
||||
GlobeIcon,
|
||||
GlobeLockIcon,
|
||||
LaptopIcon,
|
||||
PlugIcon,
|
||||
ServerIcon,
|
||||
UserIcon,
|
||||
X
|
||||
} from "lucide-react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { useRouter } from "next/navigation";
|
||||
import React, {
|
||||
createContext,
|
||||
useCallback,
|
||||
useContext,
|
||||
useEffect,
|
||||
useMemo,
|
||||
useState
|
||||
} from "react";
|
||||
import { useCanUseCommandPalette } from "./useCanUseCommandPalette";
|
||||
import { useCommandPaletteActions } from "./useCommandPaletteActions";
|
||||
import { useCommandPaletteNavigation } from "./useCommandPaletteNavigation";
|
||||
import { useCommandPaletteSearch } from "./useCommandPaletteSearch";
|
||||
import { resources } from "@server/db";
|
||||
|
||||
type CommandPaletteProps = {
|
||||
orgId?: string;
|
||||
orgs?: ListUserOrgsResponse["orgs"];
|
||||
navItems: CommandBarNavSection[];
|
||||
};
|
||||
|
||||
/**
|
||||
* Plan for command bar:
|
||||
* - the nav items should be custom items instead of all of the ones in the sidebar
|
||||
* - actions should be triggered by using `>` (like in Github)
|
||||
* -> if search starts with `>`, the filter should exclude that char in the filter string
|
||||
*/
|
||||
|
||||
export function CommandPalette({ orgId, orgs, navItems }: CommandPaletteProps) {
|
||||
const t = useTranslations();
|
||||
const router = useRouter();
|
||||
const { open, setOpen } = useCommandPalette();
|
||||
const [search, setSearch] = useState("");
|
||||
const isDesktop = useMediaQuery("(min-width: 768px)");
|
||||
|
||||
const isActionMode = search.startsWith(">");
|
||||
|
||||
const navigationGroups = useCommandPaletteNavigation(navItems);
|
||||
// const organizations = useCommandPaletteOrganizations(orgs);
|
||||
const actions = useCommandPaletteActions(orgId, orgs);
|
||||
const {
|
||||
shouldSearch,
|
||||
sites,
|
||||
publicResources,
|
||||
privateResources,
|
||||
users,
|
||||
machineClients,
|
||||
userDevices,
|
||||
isLoading,
|
||||
hasResults: hasEntityResults
|
||||
} = useCommandPaletteSearch({
|
||||
orgId,
|
||||
query: search,
|
||||
enabled: !isActionMode && open
|
||||
});
|
||||
|
||||
const handleOpenChange = useCallback(
|
||||
(nextOpen: boolean) => {
|
||||
setOpen(nextOpen);
|
||||
if (!nextOpen) {
|
||||
setSearch("");
|
||||
}
|
||||
},
|
||||
[setOpen]
|
||||
);
|
||||
|
||||
const runCommand = useCallback(
|
||||
(command: () => void) => {
|
||||
setOpen(false);
|
||||
setSearch("");
|
||||
command();
|
||||
},
|
||||
[setOpen]
|
||||
);
|
||||
|
||||
return (
|
||||
<CommandDialog
|
||||
open={open}
|
||||
onOpenChange={handleOpenChange}
|
||||
title={t("commandPaletteTitle")}
|
||||
description={t("commandPaletteDescription")}
|
||||
className="max-w-2xl **:data-[slot=command-input-wrapper]:h-15"
|
||||
commandProps={{
|
||||
loop: true,
|
||||
filter(value, query) {
|
||||
let search = query;
|
||||
if (query.startsWith(">")) {
|
||||
search = query.substring(1);
|
||||
|
||||
console.log({
|
||||
search,
|
||||
value
|
||||
});
|
||||
}
|
||||
|
||||
if (
|
||||
value
|
||||
.toLowerCase()
|
||||
.includes(search.trim().toLowerCase())
|
||||
) {
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
}}
|
||||
>
|
||||
<CommandInput
|
||||
placeholder={t("commandPaletteSearchPlaceholder")}
|
||||
value={search}
|
||||
onValueChange={setSearch}
|
||||
isLoading={!isActionMode && shouldSearch && isLoading}
|
||||
trailing={
|
||||
!isDesktop ? (
|
||||
<Button
|
||||
type="button"
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
className="size-8 shrink-0"
|
||||
aria-label={t("close")}
|
||||
onClick={() => handleOpenChange(false)}
|
||||
>
|
||||
<X className="size-4" />
|
||||
</Button>
|
||||
) : undefined
|
||||
}
|
||||
/>
|
||||
<CommandList className="max-h-118 min-h-0 h-(--cmdk-list-height) scroll-pb-4 scroll-pt-2 transition-[height] duration-250 ease-in-out">
|
||||
<CommandEmpty>{t("commandPaletteNoResults")}</CommandEmpty>
|
||||
|
||||
<CommandGroup
|
||||
heading={t("commandActionModeInfo")}
|
||||
className="[&_[cmdk-group-heading]]:text-sm"
|
||||
/>
|
||||
|
||||
{!isActionMode &&
|
||||
navigationGroups.map((group, groupIndex) => (
|
||||
<React.Fragment key={group.heading}>
|
||||
{groupIndex > 0 && <CommandSeparator />}
|
||||
<CommandGroup
|
||||
heading={group.heading}
|
||||
className={cn(
|
||||
"[&_[cmdk-group-heading]]:py-2 [&_[cmdk-group-heading]]:text-sm pb-2.5",
|
||||
groupIndex > 0 &&
|
||||
"[&_[cmdk-group-heading]]:pt-3"
|
||||
)}
|
||||
>
|
||||
{group.items.map((item) => (
|
||||
<CommandItem
|
||||
key={item.id}
|
||||
value={`${item.title} ${group.heading}`}
|
||||
onSelect={() =>
|
||||
runCommand(() =>
|
||||
router.push(item.href)
|
||||
)
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
{item.icon}
|
||||
<span>{item.title}</span>
|
||||
</CommandItem>
|
||||
))}
|
||||
</CommandGroup>
|
||||
</React.Fragment>
|
||||
))}
|
||||
|
||||
{/* {organizations.length > 1 && (
|
||||
<>
|
||||
<CommandSeparator />
|
||||
<CommandGroup
|
||||
heading={t("commandPaletteOrganizations")}
|
||||
>
|
||||
{organizations.map((org) => (
|
||||
<CommandItem
|
||||
key={org.id}
|
||||
value={`${org.name} ${org.orgId}`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(org.href))
|
||||
}
|
||||
>
|
||||
<span className="truncate">{org.name}</span>
|
||||
<span className="text-xs text-muted-foreground font-mono truncate">
|
||||
{org.orgId}
|
||||
</span>
|
||||
{org.isPrimaryOrg && (
|
||||
<Badge
|
||||
variant="outline"
|
||||
className="ml-auto shrink-0 text-[10px] px-1.5 py-0"
|
||||
>
|
||||
{t("primary")}
|
||||
</Badge>
|
||||
)}
|
||||
</CommandItem>
|
||||
))}
|
||||
</CommandGroup>
|
||||
</>
|
||||
)} */}
|
||||
|
||||
{!isActionMode && shouldSearch && orgId && hasEntityResults && (
|
||||
<CommandGroup
|
||||
heading={t("commandSearchResults")}
|
||||
className={cn(
|
||||
"[&_[cmdk-group-heading]]:py-2 [&_[cmdk-group-heading]]:text-sm pb-2.5"
|
||||
)}
|
||||
>
|
||||
{sites.map((site) => (
|
||||
<CommandItem
|
||||
key={site.id}
|
||||
value={`${site.name} site`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(site.href))
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<PlugIcon className="size-4 flex-none" />
|
||||
<span className="text-muted-foreground">
|
||||
{t("commandSites")}
|
||||
</span>
|
||||
<ChevronRightIcon className="size-3.5! flex-none relative p-0! top-px" />
|
||||
<span className="truncate">
|
||||
{site.name}
|
||||
</span>
|
||||
</div>
|
||||
</CommandItem>
|
||||
))}
|
||||
{publicResources.map((resource) => (
|
||||
<CommandItem
|
||||
key={resource.id}
|
||||
value={`${resource.name} public resource`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(resource.href))
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<GlobeIcon className="size-4 flex-none" />
|
||||
<span className="text-muted-foreground">
|
||||
{t("commandProxyResources")}
|
||||
</span>
|
||||
<ChevronRightIcon className="size-3.5! flex-none relative p-0! top-px" />
|
||||
<span className="truncate">
|
||||
{resource.name}
|
||||
</span>
|
||||
</div>
|
||||
</CommandItem>
|
||||
))}
|
||||
{privateResources.map((resource) => (
|
||||
<CommandItem
|
||||
key={resource.id}
|
||||
value={`${resource.name} private resource`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(resource.href))
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<GlobeLockIcon className="size-4 flex-none" />
|
||||
<span className="text-muted-foreground">
|
||||
{t("commandClientResources")}
|
||||
</span>
|
||||
<ChevronRightIcon className="size-3.5! flex-none relative p-0! top-px" />
|
||||
<span className="truncate">
|
||||
{resource.name}
|
||||
</span>
|
||||
</div>
|
||||
</CommandItem>
|
||||
))}
|
||||
{users.map((user) => (
|
||||
<CommandItem
|
||||
key={user.id}
|
||||
value={`${user.name} ${user.email}`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(user.href))
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<UserIcon className="size-4 flex-none" />
|
||||
<span className="text-muted-foreground">
|
||||
{t("commandUsers")}
|
||||
</span>
|
||||
<ChevronRightIcon className="size-3.5! flex-none relative p-0! top-px" />
|
||||
<div className="inline-flex min-w-0 items-center gap-1">
|
||||
<span className="truncate">
|
||||
{user.name}
|
||||
</span>
|
||||
<span className="text-muted-foreground">
|
||||
·
|
||||
</span>
|
||||
<span className="truncate text-xs text-muted-foreground">
|
||||
{user.email}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</CommandItem>
|
||||
))}
|
||||
{machineClients.map((client) => (
|
||||
<CommandItem
|
||||
key={client.id}
|
||||
value={`${client.name} client`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(client.href))
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<ServerIcon className="size-4 flex-none" />
|
||||
<span className="text-muted-foreground">
|
||||
{t("commandMachineClients")}
|
||||
</span>
|
||||
<ChevronRightIcon className="size-3.5! flex-none relative p-0! top-px" />
|
||||
<span className="truncate">
|
||||
{client.name}
|
||||
</span>
|
||||
</div>
|
||||
</CommandItem>
|
||||
))}
|
||||
{userDevices.map((device) => (
|
||||
<CommandItem
|
||||
key={device.id}
|
||||
value={`${device.name} user device`}
|
||||
onSelect={() =>
|
||||
runCommand(() => router.push(device.href))
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
<div className="inline-flex items-center gap-1">
|
||||
<LaptopIcon className="size-4 flex-none" />
|
||||
<span className="text-muted-foreground">
|
||||
{t("commandUserDevices")}
|
||||
</span>
|
||||
<ChevronRightIcon className="size-3.5! flex-none relative p-0! top-px" />
|
||||
<span className="truncate">
|
||||
{device.name}
|
||||
</span>
|
||||
</div>
|
||||
</CommandItem>
|
||||
))}
|
||||
</CommandGroup>
|
||||
)}
|
||||
|
||||
{isActionMode && actions.length > 0 && (
|
||||
<>
|
||||
<CommandGroup
|
||||
heading={t("commandPaletteActions")}
|
||||
className={cn(
|
||||
"[&_[cmdk-group-heading]]:py-2 [&_[cmdk-group-heading]]:text-sm pb-2.5"
|
||||
)}
|
||||
>
|
||||
{actions.map((action) => (
|
||||
<CommandItem
|
||||
key={action.id}
|
||||
value={action.label}
|
||||
onSelect={() =>
|
||||
runCommand(() => {
|
||||
if (action.onSelect) {
|
||||
action.onSelect();
|
||||
} else if (action.href) {
|
||||
router.push(action.href);
|
||||
}
|
||||
})
|
||||
}
|
||||
className="h-9"
|
||||
>
|
||||
{action.icon}
|
||||
<span>{action.label}</span>
|
||||
</CommandItem>
|
||||
))}
|
||||
</CommandGroup>
|
||||
</>
|
||||
)}
|
||||
</CommandList>
|
||||
</CommandDialog>
|
||||
);
|
||||
}
|
||||
|
||||
/*******************************/
|
||||
/* COMMAND PALETTE CONTEXT */
|
||||
/*******************************/
|
||||
export type CommandPaletteContextValue = {
|
||||
open: boolean;
|
||||
setOpen: (open: boolean) => void;
|
||||
toggle: () => void;
|
||||
};
|
||||
|
||||
const CommandPaletteContext = createContext<CommandPaletteContextValue | null>(
|
||||
null
|
||||
);
|
||||
|
||||
export function useCommandPalette() {
|
||||
const context = useContext(CommandPaletteContext);
|
||||
if (!context) {
|
||||
throw new Error(
|
||||
"useCommandPalette must be used within CommandPaletteProvider"
|
||||
);
|
||||
}
|
||||
return context;
|
||||
}
|
||||
|
||||
//*******************************/
|
||||
/* COMMAND PALETTE PROVIDER */
|
||||
/*******************************/
|
||||
type CommandPaletteProviderProps = {
|
||||
children: React.ReactNode;
|
||||
orgId?: string;
|
||||
orgs?: ListUserOrgsResponse["orgs"];
|
||||
navItems: SidebarNavSection[];
|
||||
};
|
||||
|
||||
function isEditableTarget(target: EventTarget | null) {
|
||||
if (!(target instanceof HTMLElement)) return false;
|
||||
if (target.isContentEditable) return true;
|
||||
const tagName = target.tagName;
|
||||
return (
|
||||
tagName === "INPUT" || tagName === "TEXTAREA" || tagName === "SELECT"
|
||||
);
|
||||
}
|
||||
|
||||
function CommandPaletteProviderInner({
|
||||
children,
|
||||
orgId,
|
||||
orgs,
|
||||
navItems
|
||||
}: CommandPaletteProviderProps) {
|
||||
const [open, setOpen] = useState(false);
|
||||
const canUseCommandPalette = useCanUseCommandPalette(orgId, orgs);
|
||||
|
||||
const toggle = useCallback(() => {
|
||||
setOpen((current) => !current);
|
||||
}, []);
|
||||
|
||||
const contextValue = useMemo<CommandPaletteContextValue>(
|
||||
() => ({
|
||||
open,
|
||||
setOpen,
|
||||
toggle
|
||||
}),
|
||||
[open, toggle]
|
||||
);
|
||||
|
||||
useEffect(() => {
|
||||
if (!canUseCommandPalette) {
|
||||
return;
|
||||
}
|
||||
|
||||
function onKeyDown(event: KeyboardEvent) {
|
||||
if (
|
||||
event.key.toLowerCase() !== "k" ||
|
||||
!(event.metaKey || event.ctrlKey)
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!open && isEditableTarget(event.target)) {
|
||||
return;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
toggle();
|
||||
}
|
||||
|
||||
document.addEventListener("keydown", onKeyDown);
|
||||
return () => document.removeEventListener("keydown", onKeyDown);
|
||||
}, [canUseCommandPalette, open, toggle]);
|
||||
|
||||
return (
|
||||
<CommandPaletteContext value={contextValue}>
|
||||
{children}
|
||||
{canUseCommandPalette ? (
|
||||
<CommandPalette orgId={orgId} orgs={orgs} navItems={navItems} />
|
||||
) : null}
|
||||
</CommandPaletteContext>
|
||||
);
|
||||
}
|
||||
|
||||
export function CommandPaletteProvider(props: CommandPaletteProviderProps) {
|
||||
return <CommandPaletteProviderInner {...props} />;
|
||||
}
|
||||
80
src/components/command-palette/CommandPaletteTrigger.tsx
Normal file
80
src/components/command-palette/CommandPaletteTrigger.tsx
Normal file
@@ -0,0 +1,80 @@
|
||||
"use client";
|
||||
|
||||
import { Button } from "@app/components/ui/button";
|
||||
import { CommandShortcut } from "@app/components/ui/command";
|
||||
import { cn } from "@app/lib/cn";
|
||||
import { Search } from "lucide-react";
|
||||
import { useEffect, useState } from "react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { useCommandPalette } from "./CommandPalette";
|
||||
import { useCanUseCommandPalette } from "./useCanUseCommandPalette";
|
||||
|
||||
type CommandPaletteTriggerProps = {
|
||||
variant?: "header" | "mobile";
|
||||
className?: string;
|
||||
orgId?: string;
|
||||
orgs?: ListUserOrgsResponse["orgs"];
|
||||
};
|
||||
|
||||
function useIsMac() {
|
||||
const [isMac, setIsMac] = useState(false);
|
||||
|
||||
useEffect(() => {
|
||||
setIsMac(/Mac|iPhone|iPod|iPad/.test(navigator.platform));
|
||||
}, []);
|
||||
|
||||
return isMac;
|
||||
}
|
||||
|
||||
export function CommandPaletteTrigger({
|
||||
variant = "header",
|
||||
className,
|
||||
orgId,
|
||||
orgs
|
||||
}: CommandPaletteTriggerProps) {
|
||||
const t = useTranslations();
|
||||
const { setOpen } = useCommandPalette();
|
||||
const isMac = useIsMac();
|
||||
const canUseCommandPalette = useCanUseCommandPalette(orgId, orgs);
|
||||
|
||||
if (!canUseCommandPalette) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (variant === "mobile") {
|
||||
return (
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="icon"
|
||||
className={className}
|
||||
aria-label={t("commandPaletteTitle")}
|
||||
onClick={() => setOpen(true)}
|
||||
>
|
||||
<Search className="size-5" />
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<Button
|
||||
variant="outline"
|
||||
className={cn(
|
||||
"relative hidden h-9 w-56 justify-start pl-8 pr-3 text-muted-foreground md:flex lg:w-64",
|
||||
className
|
||||
)}
|
||||
aria-label={t("commandPaletteTitle")}
|
||||
onClick={() => setOpen(true)}
|
||||
>
|
||||
<Search className="absolute left-2 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" />
|
||||
<span className="flex-1 truncate text-left text-sm font-normal">
|
||||
{t("commandPaletteSearchPlaceholder")}
|
||||
</span>
|
||||
<CommandShortcut>
|
||||
{isMac
|
||||
? t("commandPaletteShortcutMac")
|
||||
: t("commandPaletteShortcutWindows")}
|
||||
</CommandShortcut>
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
24
src/components/command-palette/useCanUseCommandPalette.ts
Normal file
24
src/components/command-palette/useCanUseCommandPalette.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
"use client";
|
||||
|
||||
import { useUserContext } from "@app/hooks/useUserContext";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { usePathname } from "next/navigation";
|
||||
|
||||
export function useCanUseCommandPalette(
|
||||
orgId?: string,
|
||||
orgs?: ListUserOrgsResponse["orgs"]
|
||||
) {
|
||||
const pathname = usePathname();
|
||||
const { user } = useUserContext();
|
||||
|
||||
if (pathname?.startsWith("/admin")) {
|
||||
return user.serverAdmin;
|
||||
}
|
||||
|
||||
if (!orgId) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const currentOrg = orgs?.find((org) => org.orgId === orgId);
|
||||
return Boolean(currentOrg?.isAdmin || currentOrg?.isOwner);
|
||||
}
|
||||
157
src/components/command-palette/useCommandPaletteActions.tsx
Normal file
157
src/components/command-palette/useCommandPaletteActions.tsx
Normal file
@@ -0,0 +1,157 @@
|
||||
"use client";
|
||||
|
||||
import { useEnvContext } from "@app/hooks/useEnvContext";
|
||||
import { useUserContext } from "@app/hooks/useUserContext";
|
||||
import { build } from "@server/build";
|
||||
import {
|
||||
BellRing,
|
||||
Building2,
|
||||
Globe,
|
||||
GlobeLock,
|
||||
KeyRound,
|
||||
MonitorUp,
|
||||
Plus,
|
||||
SunMoon,
|
||||
UserPlus
|
||||
} from "lucide-react";
|
||||
import { useTheme } from "next-themes";
|
||||
import { usePathname } from "next/navigation";
|
||||
import type { ReactNode } from "react";
|
||||
import { useMemo } from "react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
|
||||
export type CommandPaletteAction = {
|
||||
id: string;
|
||||
label: string;
|
||||
icon: ReactNode;
|
||||
href?: string;
|
||||
onSelect?: () => void;
|
||||
};
|
||||
|
||||
export function useCommandPaletteActions(
|
||||
orgId?: string,
|
||||
orgs?: ListUserOrgsResponse["orgs"]
|
||||
): CommandPaletteAction[] {
|
||||
const t = useTranslations();
|
||||
const pathname = usePathname();
|
||||
const { env } = useEnvContext();
|
||||
const { user } = useUserContext();
|
||||
const { setTheme, theme } = useTheme();
|
||||
const isAdminPage = pathname?.startsWith("/admin");
|
||||
|
||||
return useMemo(() => {
|
||||
const actions: CommandPaletteAction[] = [];
|
||||
|
||||
function cycleTheme() {
|
||||
const currentTheme = theme || "system";
|
||||
if (currentTheme === "light") {
|
||||
setTheme("dark");
|
||||
} else if (currentTheme === "dark") {
|
||||
setTheme("system");
|
||||
} else {
|
||||
setTheme("light");
|
||||
}
|
||||
}
|
||||
|
||||
if (isAdminPage) {
|
||||
actions.push({
|
||||
id: "create-admin-api-key",
|
||||
label: t("commandPaletteCreateApiKey"),
|
||||
icon: <KeyRound className="size-4" />,
|
||||
href: "/admin/api-keys/create"
|
||||
});
|
||||
|
||||
if (
|
||||
build === "oss" ||
|
||||
env?.app.identityProviderMode === "global" ||
|
||||
env?.app.identityProviderMode === undefined
|
||||
) {
|
||||
actions.push({
|
||||
id: "create-admin-idp",
|
||||
label: t("commandPaletteCreateIdentityProvider"),
|
||||
icon: <Plus className="size-4" />,
|
||||
href: "/admin/idp/create"
|
||||
});
|
||||
}
|
||||
} else if (orgId) {
|
||||
actions.push({
|
||||
id: "create-site",
|
||||
label: t("commandPaletteCreateSite"),
|
||||
icon: <Plus className="size-4" />,
|
||||
href: `/${orgId}/settings/sites/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-proxy-resource",
|
||||
label: t("commandPaletteCreateProxyResource"),
|
||||
icon: <Globe className="size-4" />,
|
||||
href: `/${orgId}/settings/resources/proxy/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-private-resource",
|
||||
label: t("commandPaletteCreatePrivateResource"),
|
||||
icon: <GlobeLock className="size-4" />,
|
||||
href: `/${orgId}/settings/resources/private/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-machine-client",
|
||||
label: t("commandPaletteCreateMachineClient"),
|
||||
icon: <MonitorUp className="size-4" />,
|
||||
href: `/${orgId}/settings/clients/machine/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-user",
|
||||
label: t("commandPaletteCreateUser"),
|
||||
icon: <UserPlus className="size-4" />,
|
||||
href: `/${orgId}/settings/access/users/create`
|
||||
});
|
||||
actions.push({
|
||||
id: "create-api-key",
|
||||
label: t("commandPaletteCreateApiKey"),
|
||||
icon: <KeyRound className="size-4" />,
|
||||
href: `/${orgId}/settings/api-keys/create`
|
||||
});
|
||||
|
||||
if (!env?.flags.disableEnterpriseFeatures) {
|
||||
actions.push({
|
||||
id: "create-alert-rule",
|
||||
label: t("commandPaletteCreateAlertRule"),
|
||||
icon: <BellRing className="size-4" />,
|
||||
href: `/${orgId}/settings/alerting/create`
|
||||
});
|
||||
}
|
||||
|
||||
if (
|
||||
(build === "oss" && !env?.flags.disableEnterpriseFeatures) ||
|
||||
build === "saas" ||
|
||||
env?.app.identityProviderMode === "org" ||
|
||||
(env?.app.identityProviderMode === undefined && build !== "oss")
|
||||
) {
|
||||
actions.push({
|
||||
id: "create-idp",
|
||||
label: t("commandPaletteCreateIdentityProvider"),
|
||||
icon: <Plus className="size-4" />,
|
||||
href: `/${orgId}/settings/idp/create`
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
actions.push({
|
||||
id: "toggle-theme",
|
||||
label: t("commandPaletteToggleTheme"),
|
||||
icon: <SunMoon className="size-4" />,
|
||||
onSelect: cycleTheme
|
||||
});
|
||||
|
||||
if (user.serverAdmin && !isAdminPage) {
|
||||
actions.push({
|
||||
id: "go-admin",
|
||||
label: t("serverAdmin"),
|
||||
icon: <Building2 className="size-4" />,
|
||||
href: "/admin/users"
|
||||
});
|
||||
}
|
||||
|
||||
return actions;
|
||||
}, [isAdminPage, orgId, orgs, env, user.serverAdmin, theme, setTheme, t]);
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
"use client";
|
||||
|
||||
import type { CommandBarNavSection } from "@app/app/navigation";
|
||||
import { flattenNavSections } from "@app/lib/flattenNavItems";
|
||||
import {
|
||||
hydrateNavHref,
|
||||
navHrefParamsFromRoute
|
||||
} from "@app/lib/hydrateNavHref";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { useParams } from "next/navigation";
|
||||
import { useMemo } from "react";
|
||||
|
||||
export type NavigationCommand = {
|
||||
id: string;
|
||||
title: string;
|
||||
href: string;
|
||||
icon?: React.ReactNode;
|
||||
sectionHeading: string;
|
||||
};
|
||||
|
||||
export type NavigationCommandGroup = {
|
||||
heading: string;
|
||||
items: NavigationCommand[];
|
||||
};
|
||||
|
||||
export function useCommandPaletteNavigation(
|
||||
navItems: CommandBarNavSection[]
|
||||
): NavigationCommandGroup[] {
|
||||
const params = useParams();
|
||||
const t = useTranslations();
|
||||
|
||||
return useMemo(() => {
|
||||
const hrefParams = navHrefParamsFromRoute(params);
|
||||
const flat = flattenNavSections(navItems);
|
||||
const groups = new Map<string, NavigationCommand[]>();
|
||||
|
||||
for (const item of flat) {
|
||||
const href = hydrateNavHref(item.href, hrefParams);
|
||||
if (!href) continue;
|
||||
|
||||
const groupItems = groups.get(item.sectionHeading) ?? [];
|
||||
groupItems.push({
|
||||
id: `nav-${item.sectionHeading}-${item.title}-${href}`,
|
||||
title: t(item.title),
|
||||
href,
|
||||
icon: item.icon,
|
||||
sectionHeading: item.sectionHeading
|
||||
});
|
||||
groups.set(item.sectionHeading, groupItems);
|
||||
}
|
||||
|
||||
return Array.from(groups.entries()).map(([heading, items]) => ({
|
||||
heading: t(heading),
|
||||
items
|
||||
}));
|
||||
}, [navItems, params, t]);
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
"use client";
|
||||
|
||||
import { ListUserOrgsResponse } from "@server/routers/org";
|
||||
import { usePathname } from "next/navigation";
|
||||
import { useMemo } from "react";
|
||||
|
||||
export type OrganizationCommand = {
|
||||
id: string;
|
||||
orgId: string;
|
||||
name: string;
|
||||
isPrimaryOrg?: boolean;
|
||||
href: string;
|
||||
};
|
||||
|
||||
export function useCommandPaletteOrganizations(
|
||||
orgs: ListUserOrgsResponse["orgs"] | undefined
|
||||
): OrganizationCommand[] {
|
||||
const pathname = usePathname();
|
||||
|
||||
return useMemo(() => {
|
||||
if (!orgs?.length) return [];
|
||||
|
||||
const sortedOrgs = [...orgs].sort((a, b) => {
|
||||
const aPrimary = Boolean(a.isPrimaryOrg);
|
||||
const bPrimary = Boolean(b.isPrimaryOrg);
|
||||
if (aPrimary && !bPrimary) return -1;
|
||||
if (!aPrimary && bPrimary) return 1;
|
||||
return 0;
|
||||
});
|
||||
|
||||
return sortedOrgs.map((org) => {
|
||||
const newPath = pathname.includes("/settings/")
|
||||
? pathname.replace(/^\/[^/]+/, `/${org.orgId}`)
|
||||
: `/${org.orgId}`;
|
||||
|
||||
return {
|
||||
id: `org-${org.orgId}`,
|
||||
orgId: org.orgId,
|
||||
name: org.name,
|
||||
isPrimaryOrg: org.isPrimaryOrg,
|
||||
href: newPath
|
||||
};
|
||||
});
|
||||
}, [orgs, pathname]);
|
||||
}
|
||||
198
src/components/command-palette/useCommandPaletteSearch.ts
Normal file
198
src/components/command-palette/useCommandPaletteSearch.ts
Normal file
@@ -0,0 +1,198 @@
|
||||
"use client";
|
||||
|
||||
import { orgQueries } from "@app/lib/queries";
|
||||
import { useQueries } from "@tanstack/react-query";
|
||||
import { useMemo } from "react";
|
||||
import { useDebounce } from "use-debounce";
|
||||
|
||||
const SEARCH_PER_PAGE = 5;
|
||||
const MIN_QUERY_LENGTH = 2;
|
||||
|
||||
export type SiteSearchResult = {
|
||||
id: string;
|
||||
name: string;
|
||||
href: string;
|
||||
};
|
||||
|
||||
export type ResourceSearchResult = {
|
||||
id: string;
|
||||
name: string;
|
||||
href: string;
|
||||
};
|
||||
|
||||
export type UserSearchResult = {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
href: string;
|
||||
};
|
||||
|
||||
export type ClientSearchResult = {
|
||||
id: string;
|
||||
name: string;
|
||||
href: string;
|
||||
};
|
||||
|
||||
export function useCommandPaletteSearch({
|
||||
orgId,
|
||||
query,
|
||||
enabled
|
||||
}: {
|
||||
orgId?: string;
|
||||
query: string;
|
||||
enabled: boolean;
|
||||
}) {
|
||||
const [debouncedQuery] = useDebounce(query, 150);
|
||||
const trimmedQuery = debouncedQuery.trim();
|
||||
const shouldSearch =
|
||||
enabled && !!orgId && trimmedQuery.length >= MIN_QUERY_LENGTH;
|
||||
|
||||
const [
|
||||
sitesQuery,
|
||||
proxyResourcesQuery,
|
||||
privateResourcesQuery,
|
||||
usersQuery,
|
||||
clientsQuery,
|
||||
userDevicesQuery
|
||||
] = useQueries({
|
||||
queries: [
|
||||
{
|
||||
...orgQueries.sites({
|
||||
orgId: orgId ?? "",
|
||||
query: trimmedQuery,
|
||||
perPage: SEARCH_PER_PAGE
|
||||
}),
|
||||
enabled: shouldSearch
|
||||
},
|
||||
{
|
||||
...orgQueries.proxyResources({
|
||||
orgId: orgId ?? "",
|
||||
query: trimmedQuery,
|
||||
perPage: SEARCH_PER_PAGE
|
||||
}),
|
||||
enabled: shouldSearch
|
||||
},
|
||||
{
|
||||
...orgQueries.privateResources({
|
||||
orgId: orgId ?? "",
|
||||
query: trimmedQuery,
|
||||
perPage: SEARCH_PER_PAGE
|
||||
}),
|
||||
enabled: shouldSearch
|
||||
},
|
||||
{
|
||||
...orgQueries.users({
|
||||
orgId: orgId ?? "",
|
||||
query: trimmedQuery,
|
||||
perPage: SEARCH_PER_PAGE
|
||||
}),
|
||||
enabled: shouldSearch
|
||||
},
|
||||
{
|
||||
...orgQueries.machineClients({
|
||||
orgId: orgId ?? "",
|
||||
query: trimmedQuery,
|
||||
perPage: SEARCH_PER_PAGE
|
||||
}),
|
||||
enabled: shouldSearch
|
||||
},
|
||||
{
|
||||
...orgQueries.userDevices({
|
||||
orgId: orgId ?? "",
|
||||
query: trimmedQuery,
|
||||
perPage: SEARCH_PER_PAGE
|
||||
}),
|
||||
enabled: shouldSearch
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
const sites = useMemo((): SiteSearchResult[] => {
|
||||
if (!orgId || !sitesQuery.data) return [];
|
||||
return sitesQuery.data.map((site) => ({
|
||||
id: `site-${site.siteId}`,
|
||||
name: site.name,
|
||||
href: `/${orgId}/settings/sites/${site.niceId}`
|
||||
}));
|
||||
}, [orgId, sitesQuery.data]);
|
||||
|
||||
const publicResources = useMemo((): ResourceSearchResult[] => {
|
||||
if (!orgId || !proxyResourcesQuery.data) return [];
|
||||
return proxyResourcesQuery.data.map((resource) => ({
|
||||
id: `resource-${resource.resourceId}`,
|
||||
name: resource.name,
|
||||
href: `/${orgId}/settings/resources/proxy/${resource.niceId}`
|
||||
}));
|
||||
}, [orgId, proxyResourcesQuery.data]);
|
||||
|
||||
const privateResources = useMemo((): ResourceSearchResult[] => {
|
||||
if (!orgId || !privateResourcesQuery.data) return [];
|
||||
return privateResourcesQuery.data.map((resource) => ({
|
||||
id: `site-resource-${resource.siteResourceId}`,
|
||||
name: resource.name,
|
||||
href: `/${orgId}/settings/resources/private/${resource.niceId}`
|
||||
}));
|
||||
}, [orgId, privateResourcesQuery.data]);
|
||||
|
||||
const users = useMemo((): UserSearchResult[] => {
|
||||
if (!orgId || !usersQuery.data) return [];
|
||||
return usersQuery.data.map((user) => ({
|
||||
id: `user-${user.id}`,
|
||||
name: user.name ?? user.email ?? user.username ?? "",
|
||||
email: user.email ?? user.username ?? "",
|
||||
href: `/${orgId}/settings/access/users/${user.id}`
|
||||
}));
|
||||
}, [orgId, usersQuery.data]);
|
||||
|
||||
const machineClients = useMemo((): ClientSearchResult[] => {
|
||||
if (!orgId || !clientsQuery.data) return [];
|
||||
return clientsQuery.data
|
||||
.filter((client) => !client.userId)
|
||||
.map((client) => ({
|
||||
id: `client-${client.clientId}`,
|
||||
name: client.name,
|
||||
href: `/${orgId}/settings/clients/machine/${client.niceId}`
|
||||
}));
|
||||
}, [orgId, clientsQuery.data]);
|
||||
|
||||
const userDevices = useMemo((): ClientSearchResult[] => {
|
||||
if (!orgId || !userDevicesQuery.data) return [];
|
||||
return userDevicesQuery.data
|
||||
.filter((client) => !client.userId)
|
||||
.map((client) => ({
|
||||
id: `client-${client.clientId}`,
|
||||
name: client.name,
|
||||
href: `/${orgId}/settings/clients/user/${client.niceId}`
|
||||
}));
|
||||
}, [orgId, userDevicesQuery.data]);
|
||||
|
||||
const isLoading =
|
||||
shouldSearch &&
|
||||
(sitesQuery.isFetching ||
|
||||
proxyResourcesQuery.isFetching ||
|
||||
privateResourcesQuery.isFetching ||
|
||||
usersQuery.isFetching ||
|
||||
userDevicesQuery.isFetching ||
|
||||
clientsQuery.isFetching);
|
||||
|
||||
const hasResults =
|
||||
sites.length > 0 ||
|
||||
publicResources.length > 0 ||
|
||||
users.length > 0 ||
|
||||
privateResources.length > 0 ||
|
||||
userDevices.length > 0 ||
|
||||
machineClients.length > 0;
|
||||
|
||||
return {
|
||||
debouncedQuery: trimmedQuery,
|
||||
shouldSearch,
|
||||
sites,
|
||||
publicResources,
|
||||
privateResources,
|
||||
users,
|
||||
machineClients,
|
||||
userDevices,
|
||||
isLoading,
|
||||
hasResults
|
||||
};
|
||||
}
|
||||
@@ -75,6 +75,7 @@ import {
|
||||
type PolicyAccessRule
|
||||
} from "./policy-access-rule-utils";
|
||||
import { countryCodeToFlagEmoji } from "@app/lib/countryCodeToFlagEmoji";
|
||||
import type { readonly } from "zod";
|
||||
|
||||
export type PolicyAccessRulesTableProps = {
|
||||
rules: PolicyAccessRule[];
|
||||
@@ -106,7 +107,7 @@ function getColumnClassName(columnId: string) {
|
||||
return "w-42 max-w-42";
|
||||
}
|
||||
if (columnId === "match") {
|
||||
return "w-36 max-w-36";
|
||||
return "w-42 max-w-42";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
@@ -230,6 +231,7 @@ export function PolicyAccessRulesTable({
|
||||
IP: "IP",
|
||||
CIDR: t("ipAddressRange"),
|
||||
COUNTRY: t("country"),
|
||||
COUNTRY_IS_NOT: t("countryIsNot"),
|
||||
ASN: "ASN",
|
||||
REGION: t("region")
|
||||
}),
|
||||
@@ -442,13 +444,15 @@ export function PolicyAccessRulesTable({
|
||||
| "IP"
|
||||
| "PATH"
|
||||
| "COUNTRY"
|
||||
| "COUNTRY_IS_NOT"
|
||||
| "ASN"
|
||||
| "REGION"
|
||||
) =>
|
||||
updateRule(row.original.ruleId, {
|
||||
match: value,
|
||||
value:
|
||||
value === "COUNTRY"
|
||||
value === "COUNTRY" ||
|
||||
value === "COUNTRY_IS_NOT"
|
||||
? "US"
|
||||
: value === "ASN"
|
||||
? "AS15169"
|
||||
@@ -458,7 +462,7 @@ export function PolicyAccessRulesTable({
|
||||
})
|
||||
}
|
||||
>
|
||||
<SelectTrigger className="h-8 w-full min-w-0">
|
||||
<SelectTrigger className="h-8 w-36 min-w-0">
|
||||
<SelectValue />
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
@@ -470,9 +474,14 @@ export function PolicyAccessRulesTable({
|
||||
{RuleMatch.CIDR}
|
||||
</SelectItem>
|
||||
{isMaxmindAvailable && (
|
||||
<SelectItem value="COUNTRY">
|
||||
{RuleMatch.COUNTRY}
|
||||
</SelectItem>
|
||||
<>
|
||||
<SelectItem value="COUNTRY">
|
||||
{RuleMatch.COUNTRY}
|
||||
</SelectItem>
|
||||
<SelectItem value="COUNTRY_IS_NOT">
|
||||
{RuleMatch.COUNTRY_IS_NOT}
|
||||
</SelectItem>
|
||||
</>
|
||||
)}
|
||||
{includeRegionMatch && isMaxmindAvailable && (
|
||||
<SelectItem value="REGION">
|
||||
@@ -494,14 +503,16 @@ export function PolicyAccessRulesTable({
|
||||
cell: ({ row }) => {
|
||||
let selectedCountry: (typeof COUNTRIES)[number] | undefined;
|
||||
if (
|
||||
row.original.match === "COUNTRY" &&
|
||||
(row.original.match === "COUNTRY" ||
|
||||
row.original.match === "COUNTRY_IS_NOT") &&
|
||||
row.original.value
|
||||
) {
|
||||
selectedCountry = COUNTRIES.find(
|
||||
(c) => c.code === row.original.value
|
||||
);
|
||||
}
|
||||
return row.original.match === "COUNTRY" ? (
|
||||
return row.original.match === "COUNTRY" ||
|
||||
row.original.match === "COUNTRY_IS_NOT" ? (
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<Button
|
||||
|
||||
@@ -17,6 +17,7 @@ export const POLICY_RULE_MATCH_TYPES = [
|
||||
"IP",
|
||||
"PATH",
|
||||
"COUNTRY",
|
||||
"COUNTRY_IS_NOT",
|
||||
"ASN",
|
||||
"REGION"
|
||||
] as const;
|
||||
@@ -78,6 +79,7 @@ export function createPolicyRuleValueSchema(t: TranslateFn, match: string) {
|
||||
message: t("rulesErrorInvalidRegionDescription")
|
||||
});
|
||||
case "COUNTRY":
|
||||
case "COUNTRY_IS_NOT":
|
||||
return required.refine(
|
||||
(value) => COUNTRIES.some((country) => country.code === value),
|
||||
{ message: t("rulesErrorInvalidCountryDescription") }
|
||||
|
||||
@@ -39,7 +39,7 @@ export function ResourceSelector({
|
||||
const [debouncedSearchQuery] = useDebounce(resourceSearchQuery, 150);
|
||||
|
||||
const { data: resources = [] } = useQuery(
|
||||
orgQueries.resources({
|
||||
orgQueries.proxyResources({
|
||||
orgId: orgId,
|
||||
query: debouncedSearchQuery,
|
||||
perPage: 10
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import * as React from "react";
|
||||
import { Command as CommandPrimitive } from "cmdk";
|
||||
import { SearchIcon } from "lucide-react";
|
||||
import { LoaderIcon, SearchIcon } from "lucide-react";
|
||||
|
||||
import {
|
||||
Dialog,
|
||||
@@ -11,8 +11,21 @@ import {
|
||||
DialogHeader,
|
||||
DialogTitle
|
||||
} from "@/components/ui/dialog";
|
||||
import {
|
||||
Sheet,
|
||||
SheetContent,
|
||||
SheetDescription,
|
||||
SheetHeader,
|
||||
SheetTitle
|
||||
} from "@/components/ui/sheet";
|
||||
import { useMediaQuery } from "@app/hooks/useMediaQuery";
|
||||
import { cn } from "@app/lib/cn";
|
||||
|
||||
const desktop = "(min-width: 768px)";
|
||||
|
||||
const commandSurfaceClassName =
|
||||
"transition duration-150 mt-0 [&_[cmdk-group-heading]]:text-muted-foreground **:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group]]:px-2 [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5";
|
||||
|
||||
function Command({
|
||||
className,
|
||||
...props
|
||||
@@ -35,23 +48,57 @@ function CommandDialog({
|
||||
children,
|
||||
className,
|
||||
showCloseButton = true,
|
||||
commandProps,
|
||||
...props
|
||||
}: React.ComponentProps<typeof Dialog> & {
|
||||
title?: string;
|
||||
description?: string;
|
||||
className?: string;
|
||||
showCloseButton?: boolean;
|
||||
commandProps?: React.ComponentProps<typeof Command>;
|
||||
}) {
|
||||
const isDesktop = useMediaQuery(desktop);
|
||||
|
||||
const command = (
|
||||
<Command {...commandProps} className={commandSurfaceClassName}>
|
||||
{children}
|
||||
</Command>
|
||||
);
|
||||
|
||||
if (!isDesktop) {
|
||||
return (
|
||||
<Sheet open={props.open} onOpenChange={props.onOpenChange}>
|
||||
<SheetContent
|
||||
side="top"
|
||||
className={cn(
|
||||
"flex max-h-[85dvh] w-full flex-col gap-0 overflow-hidden rounded-none border-x-0 p-0 pt-[env(safe-area-inset-top,0px)]",
|
||||
className
|
||||
)}
|
||||
onOpenAutoFocus={(event) => event.preventDefault()}
|
||||
>
|
||||
<SheetHeader className="sr-only">
|
||||
<SheetTitle>{title}</SheetTitle>
|
||||
<SheetDescription>{description}</SheetDescription>
|
||||
</SheetHeader>
|
||||
{command}
|
||||
</SheetContent>
|
||||
</Sheet>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<Dialog {...props}>
|
||||
<DialogHeader className="sr-only">
|
||||
<DialogTitle>{title}</DialogTitle>
|
||||
<DialogDescription>{description}</DialogDescription>
|
||||
</DialogHeader>
|
||||
<DialogContent className={cn("overflow-hidden p-0", className)}>
|
||||
<Command className="[&_[cmdk-group-heading]]:text-muted-foreground **:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group]]:px-2 [&_[cmdk-group]:not([hidden])_~[cmdk-group]]:pt-0 [&_[cmdk-input-wrapper]_svg]:h-5 [&_[cmdk-input-wrapper]_svg]:w-5 [&_[cmdk-input]]:h-12 [&_[cmdk-item]]:px-2 [&_[cmdk-item]]:py-3 [&_[cmdk-item]_svg]:h-5 [&_[cmdk-item]_svg]:w-5">
|
||||
{children}
|
||||
</Command>
|
||||
<DialogContent
|
||||
className={cn(
|
||||
"overflow-hidden p-0 place-items-start md:top-[clamp(1.5rem,12vh,200px)] md:max-h-[calc(100dvh-clamp(1.5rem,12vh,200px)-1.5rem)] md:translate-y-0",
|
||||
className
|
||||
)}
|
||||
>
|
||||
{command}
|
||||
</DialogContent>
|
||||
</Dialog>
|
||||
);
|
||||
@@ -59,22 +106,32 @@ function CommandDialog({
|
||||
|
||||
function CommandInput({
|
||||
className,
|
||||
isLoading,
|
||||
trailing,
|
||||
...props
|
||||
}: React.ComponentProps<typeof CommandPrimitive.Input>) {
|
||||
}: React.ComponentProps<typeof CommandPrimitive.Input> & {
|
||||
isLoading?: boolean;
|
||||
trailing?: React.ReactNode;
|
||||
}) {
|
||||
return (
|
||||
<div
|
||||
data-slot="command-input-wrapper"
|
||||
className="flex h-9 items-center gap-2 border-b px-3"
|
||||
>
|
||||
<SearchIcon className="size-4 shrink-0 opacity-50" />
|
||||
{isLoading ? (
|
||||
<LoaderIcon className="animate-spin size-4 shrink-0 opacity-50" />
|
||||
) : (
|
||||
<SearchIcon className="size-4 shrink-0 opacity-50" />
|
||||
)}
|
||||
<CommandPrimitive.Input
|
||||
data-slot="command-input"
|
||||
className={cn(
|
||||
"placeholder:text-muted-foreground flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50",
|
||||
"placeholder:text-muted-foreground flex h-10 min-w-0 flex-1 rounded-md bg-transparent py-3 text-sm outline-hidden disabled:cursor-not-allowed disabled:opacity-50",
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
/>
|
||||
{trailing ? <div className="shrink-0">{trailing}</div> : null}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -158,10 +215,11 @@ function CommandShortcut({
|
||||
...props
|
||||
}: React.ComponentProps<"span">) {
|
||||
return (
|
||||
<span
|
||||
<kbd
|
||||
data-slot="command-shortcut"
|
||||
className={cn(
|
||||
"text-muted-foreground ml-auto text-xs tracking-widest",
|
||||
"px-1 py-0.5 rounded-sm border-border bg-muted border",
|
||||
className
|
||||
)}
|
||||
{...props}
|
||||
|
||||
42
src/lib/flattenNavItems.ts
Normal file
42
src/lib/flattenNavItems.ts
Normal file
@@ -0,0 +1,42 @@
|
||||
import type { ReactNode } from "react";
|
||||
import type {
|
||||
SidebarNavItem,
|
||||
SidebarNavSection
|
||||
} from "@app/components/SidebarNav";
|
||||
|
||||
export type FlatNavItem = {
|
||||
title: string;
|
||||
href: string;
|
||||
icon?: ReactNode;
|
||||
sectionHeading: string;
|
||||
};
|
||||
|
||||
function flattenItems(
|
||||
items: SidebarNavItem[],
|
||||
sectionHeading: string,
|
||||
result: FlatNavItem[]
|
||||
) {
|
||||
for (const item of items) {
|
||||
if (item.href) {
|
||||
result.push({
|
||||
title: item.title,
|
||||
href: item.href,
|
||||
icon: item.icon,
|
||||
sectionHeading
|
||||
});
|
||||
}
|
||||
if (item.items?.length) {
|
||||
flattenItems(item.items, sectionHeading, result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function flattenNavSections(
|
||||
sections: SidebarNavSection[]
|
||||
): FlatNavItem[] {
|
||||
const result: FlatNavItem[] = [];
|
||||
for (const section of sections) {
|
||||
flattenItems(section.items, section.heading, result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
35
src/lib/hydrateNavHref.ts
Normal file
35
src/lib/hydrateNavHref.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
export type NavHrefParams = {
|
||||
orgId?: string;
|
||||
niceId?: string;
|
||||
resourceId?: string;
|
||||
userId?: string;
|
||||
apiKeyId?: string;
|
||||
clientId?: string;
|
||||
};
|
||||
|
||||
export function hydrateNavHref(
|
||||
val: string | undefined,
|
||||
params: NavHrefParams
|
||||
): string | undefined {
|
||||
if (!val) return undefined;
|
||||
return val
|
||||
.replace("{orgId}", params.orgId ?? "")
|
||||
.replace("{niceId}", params.niceId ?? "")
|
||||
.replace("{resourceId}", params.resourceId ?? "")
|
||||
.replace("{userId}", params.userId ?? "")
|
||||
.replace("{apiKeyId}", params.apiKeyId ?? "")
|
||||
.replace("{clientId}", params.clientId ?? "");
|
||||
}
|
||||
|
||||
export function navHrefParamsFromRoute(
|
||||
params: Record<string, string | string[] | undefined>
|
||||
): NavHrefParams {
|
||||
return {
|
||||
orgId: params.orgId as string | undefined,
|
||||
niceId: params.niceId as string | undefined,
|
||||
resourceId: params.resourceId as string | undefined,
|
||||
userId: params.userId as string | undefined,
|
||||
apiKeyId: params.apiKeyId as string | undefined,
|
||||
clientId: params.clientId as string | undefined
|
||||
};
|
||||
}
|
||||
@@ -7,7 +7,10 @@ import type {
|
||||
QueryConnectionAuditLogResponse,
|
||||
QueryRequestAuditLogResponse
|
||||
} from "@server/routers/auditLogs/types";
|
||||
import type { ListClientsResponse } from "@server/routers/client";
|
||||
import type {
|
||||
ListClientsResponse,
|
||||
ListUserDevicesResponse
|
||||
} from "@server/routers/client";
|
||||
import type {
|
||||
GetDNSRecordsResponse,
|
||||
ListDomainsResponse
|
||||
@@ -25,6 +28,7 @@ import type {
|
||||
import type { ListRolesResponse } from "@server/routers/role";
|
||||
import type { ListSitesResponse } from "@server/routers/site";
|
||||
import type {
|
||||
ListAllSiteResourcesByOrgResponse,
|
||||
ListSiteResourceClientsResponse,
|
||||
ListSiteResourceRolesResponse,
|
||||
ListSiteResourceUsersResponse
|
||||
@@ -38,7 +42,7 @@ import {
|
||||
queryOptions
|
||||
} from "@tanstack/react-query";
|
||||
import type { AxiosResponse } from "axios";
|
||||
import z from "zod";
|
||||
import z, { meta } from "zod";
|
||||
import { remote } from "./api";
|
||||
import { durationToMs } from "./durationToMs";
|
||||
import type { ListOrgLabelsResponse } from "@server/routers/labels/types";
|
||||
@@ -185,6 +189,38 @@ export const orgQueries = {
|
||||
return res.data.data.clients;
|
||||
}
|
||||
}),
|
||||
userDevices: ({
|
||||
orgId,
|
||||
query,
|
||||
perPage = 10_000
|
||||
}: {
|
||||
orgId: string;
|
||||
query?: string;
|
||||
perPage?: number;
|
||||
}) =>
|
||||
queryOptions({
|
||||
queryKey: [
|
||||
"ORG",
|
||||
orgId,
|
||||
"USER_DEVICES",
|
||||
{ query, perPage }
|
||||
] as const,
|
||||
queryFn: async ({ signal, meta }) => {
|
||||
const sp = new URLSearchParams({
|
||||
pageSize: perPage.toString()
|
||||
});
|
||||
|
||||
if (query?.trim()) {
|
||||
sp.set("query", query);
|
||||
}
|
||||
|
||||
const res = await meta!.api.get<
|
||||
AxiosResponse<ListUserDevicesResponse>
|
||||
>(`/org/${orgId}/user-devices?${sp.toString()}`, { signal });
|
||||
|
||||
return res.data.data.devices;
|
||||
}
|
||||
}),
|
||||
users: ({
|
||||
orgId,
|
||||
query,
|
||||
@@ -329,7 +365,7 @@ export const orgQueries = {
|
||||
}
|
||||
}),
|
||||
|
||||
resources: ({
|
||||
proxyResources: ({
|
||||
orgId,
|
||||
query,
|
||||
perPage = 10_000
|
||||
@@ -339,7 +375,12 @@ export const orgQueries = {
|
||||
perPage?: number;
|
||||
}) =>
|
||||
queryOptions({
|
||||
queryKey: ["ORG", orgId, "RESOURCES", { query, perPage }] as const,
|
||||
queryKey: [
|
||||
"ORG",
|
||||
orgId,
|
||||
"PROXY_RESOURCES",
|
||||
{ query, perPage }
|
||||
] as const,
|
||||
queryFn: async ({ signal, meta }) => {
|
||||
const sp = new URLSearchParams({
|
||||
pageSize: perPage.toString()
|
||||
@@ -357,6 +398,39 @@ export const orgQueries = {
|
||||
}
|
||||
}),
|
||||
|
||||
privateResources: ({
|
||||
orgId,
|
||||
query,
|
||||
perPage = 10_000
|
||||
}: {
|
||||
orgId: string;
|
||||
query?: string;
|
||||
perPage?: number;
|
||||
}) =>
|
||||
queryOptions({
|
||||
queryKey: [
|
||||
"ORG",
|
||||
orgId,
|
||||
"PRIVATE_RESOURCES",
|
||||
{ query, perPage }
|
||||
] as const,
|
||||
queryFn: async ({ signal, meta }) => {
|
||||
const sp = new URLSearchParams({
|
||||
pageSize: perPage.toString()
|
||||
});
|
||||
|
||||
if (query?.trim()) {
|
||||
sp.set("query", query);
|
||||
}
|
||||
|
||||
const res = await meta!.api.get<
|
||||
AxiosResponse<ListAllSiteResourcesByOrgResponse>
|
||||
>(`/org/${orgId}/site-resources?${sp.toString()}`, { signal });
|
||||
|
||||
return res.data.data.siteResources;
|
||||
}
|
||||
}),
|
||||
|
||||
healthChecks: ({
|
||||
orgId,
|
||||
perPage = 10_000
|
||||
|
||||
Reference in New Issue
Block a user