mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-15 15:19:51 +02:00
Compare commits
38 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea1b3e5270 | |||
| a84db679b2 | |||
| fb726cc6b2 | |||
| 5d0ceebe0d | |||
| c964821195 | |||
| 5c44c6da73 | |||
| 6e52758d6e | |||
| 0af194550f | |||
| 0d12402662 | |||
| 3fb2e34256 | |||
| ec2b1fbd37 | |||
| 806ae93a12 | |||
| 5d99e0a2f6 | |||
| a75f335791 | |||
| 153d29c47c | |||
| ee8749c292 | |||
| 4f905ddae5 | |||
| 74e686ff3f | |||
| a4ade43380 | |||
| 68821514a0 | |||
| a2652cf692 | |||
| 957144ac3a | |||
| 20c23cdfc5 | |||
| c03e1c5781 | |||
| e69d3eded5 | |||
| 34084cc3a6 | |||
| 91776ad2e4 | |||
| 77eabf41e7 | |||
| d68895e64a | |||
| 1c2d81d77c | |||
| 998778eb72 | |||
| 7be206947a | |||
| 125d33c071 | |||
| 410d26f2df | |||
| 6aa1dafa10 | |||
| 8f1344a665 | |||
| d23028d38e | |||
| 7506a2614b |
+35
-3
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Цели на този сайт",
|
"siteResourcesTargetsOnSite": "Цели на този сайт",
|
||||||
"siteSetting": "Настройки на {siteName}",
|
"siteSetting": "Настройки на {siteName}",
|
||||||
"siteNewtTunnel": "Нов Сайт (Препоръчително)",
|
"siteNewtTunnel": "Нов Сайт (Препоръчително)",
|
||||||
|
"pangolinSite": "Сайт Панголиин",
|
||||||
"siteNewtTunnelDescription": "Най-лесният начин да създадете точка за достъп до всяка мрежа. Няма нужда от допълнителни настройки.",
|
"siteNewtTunnelDescription": "Най-лесният начин да създадете точка за достъп до всяка мрежа. Няма нужда от допълнителни настройки.",
|
||||||
"siteWg": "Основен WireGuard",
|
"siteWg": "Основен WireGuard",
|
||||||
"siteWgDescription": "Use any WireGuard client to establish a tunnel. Manual NAT setup required. ONLY WORKS ON SELF HOSTED NODES",
|
"siteWgDescription": "Use any WireGuard client to establish a tunnel. Manual NAT setup required. ONLY WORKS ON SELF HOSTED NODES",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Изтрийте API ключа",
|
"apiKeysDelete": "Изтрийте API ключа",
|
||||||
"apiKeysManage": "Управление на API ключове",
|
"apiKeysManage": "Управление на API ключове",
|
||||||
"apiKeysDescription": "API ключове се използват за удостоверяване с интеграционния API",
|
"apiKeysDescription": "API ключове се използват за удостоверяване с интеграционния API",
|
||||||
|
"orgsManage": "Управление на организации",
|
||||||
|
"orgsDescription": "Преглед и управление на всички организации в тази инстанция",
|
||||||
"provisioningKeysTitle": "Ключ за осигуряване",
|
"provisioningKeysTitle": "Ключ за осигуряване",
|
||||||
"provisioningKeysManage": "Управление на ключове за осигуряване",
|
"provisioningKeysManage": "Управление на ключове за осигуряване",
|
||||||
"provisioningKeysDescription": "Ключовете за осигуряване се използват за удостоверяване на автоматичното осигуряване на сайта за вашата организация.",
|
"provisioningKeysDescription": "Ключовете за осигуряване се използват за удостоверяване на автоматичното осигуряване на сайта за вашата организация.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Име (по избор)",
|
"nameOptional": "Име (по избор)",
|
||||||
"accessControls": "Контрол на достъпа",
|
"accessControls": "Контрол на достъпа",
|
||||||
"userDescription2": "Управление на настройките на този потребител",
|
"userDescription2": "Управление на настройките на този потребител",
|
||||||
|
"userGeneralSettingsDescription": "Управление на ролите и настройките на този потребител в организацията",
|
||||||
"accessRoleErrorAdd": "Неуспешно добавяне на потребител към роля",
|
"accessRoleErrorAdd": "Неуспешно добавяне на потребител към роля",
|
||||||
"accessRoleErrorAddDescription": "Възникна грешка при добавяне на потребителя към ролята.",
|
"accessRoleErrorAddDescription": "Възникна грешка при добавяне на потребителя към ролята.",
|
||||||
"userSaved": "Потребителят е запазен",
|
"userSaved": "Потребителят е запазен",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Когато правилата са изключени, целият трафик преминава към удостоверяване.",
|
"policyAccessRulesFallthroughOff": "Когато правилата са изключени, целият трафик преминава към удостоверяване.",
|
||||||
"policyAccessRulesFallthroughOn": "Когато няма съвпадение, трафикът преминава към удостоверяване.",
|
"policyAccessRulesFallthroughOn": "Когато няма съвпадение, трафикът преминава към удостоверяване.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/администратор/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Запазете правилата",
|
"rulesSave": "Запазете правилата",
|
||||||
"resourceErrorCreate": "Грешка при създаване на ресурс",
|
"resourceErrorCreate": "Грешка при създаване на ресурс",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Грешка при излизане",
|
"logoutError": "Грешка при излизане",
|
||||||
"signingAs": "Влезли сте като",
|
"signingAs": "Влезли сте като",
|
||||||
"serverAdmin": "Администратор на сървъра",
|
"serverAdmin": "Администратор на сървъра",
|
||||||
|
"promoteServerAdmin": "Повишаване до администратор на сървъра",
|
||||||
|
"promoteServerAdminTitle": "Повишаване до Admin на сървъра",
|
||||||
|
"promoteServerAdminQuestion": "Сигурни ли сте, че искате да повишите {selectedUser} до администратор на сървъра?",
|
||||||
|
"promoteServerAdminMessage": "Администраторите на сървъра имат най-високите привилегии и могат да управляват сървъра.",
|
||||||
|
"promoteServerAdminWarning": "Това може да бъде отменено по всяко време посредством понижаване на потребителя.",
|
||||||
|
"promoteServerAdminConfirm": "Повишаване до Admin на сървъра",
|
||||||
|
"promoteServerAdminSuccess": "Потребителят е повишен",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} вече е администратор на сървъра.",
|
||||||
|
"promoteServerAdminError": "Неуспешно повишаване на потребител",
|
||||||
|
"demoteServerAdmin": "Понижаване от администратор на сървъра",
|
||||||
|
"demoteServerAdminTitle": "Понижаване от Admin на сървъра",
|
||||||
|
"demoteServerAdminQuestion": "Сигурни ли сте, че искате да понижите {selectedUser} от администратор на сървъра?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} ще загуби всички привилегии на администратор на сървъра.",
|
||||||
|
"demoteServerAdminWarning": "Това може да бъде отменено по всяко време посредством повишаване на потребителя.",
|
||||||
|
"demoteServerAdminConfirm": "Понижаване от администратор на сървъра",
|
||||||
|
"demoteServerAdminSuccess": "Потребителят е понижен",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} вече не е администратор на сървъра.",
|
||||||
|
"demoteServerAdminError": "Неуспешно понижаване на потребител",
|
||||||
"managedSelfhosted": "Управлявано Самостоятелно-хоствано",
|
"managedSelfhosted": "Управлявано Самостоятелно-хоствано",
|
||||||
"otpEnable": "Включване на двуфакторен",
|
"otpEnable": "Включване на двуфакторен",
|
||||||
"otpDisable": "Изключване на двуфакторен",
|
"otpDisable": "Изключване на двуфакторен",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Бюджет",
|
"resourceBudgetSettings": "Бюджет",
|
||||||
"resourceBudgetSettingsDescription": "Конфигурирайте как AI порталът ограничава употребата, основавайки се на разходи или лимити на токени",
|
"resourceBudgetSettingsDescription": "Конфигурирайте как AI порталът ограничава употребата, основавайки се на разходи или лимити на токени",
|
||||||
"sidebarApiKeys": "API ключове",
|
"sidebarApiKeys": "API ключове",
|
||||||
|
"sidebarOrgs": "Организации",
|
||||||
"sidebarProvisioning": "Осигуряване",
|
"sidebarProvisioning": "Осигуряване",
|
||||||
"sidebarSettings": "Настройки",
|
"sidebarSettings": "Настройки",
|
||||||
"sidebarAllUsers": "Всички потребители",
|
"sidebarAllUsers": "Всички потребители",
|
||||||
@@ -3168,7 +3191,7 @@
|
|||||||
"idpAzureConfiguration": "Конфигурация на Azure Entra ID",
|
"idpAzureConfiguration": "Конфигурация на Azure Entra ID",
|
||||||
"idpAzureConfigurationDescription": "Конфигурирайте OAuth2 идентификационни данни на Azure Entra ID",
|
"idpAzureConfigurationDescription": "Конфигурирайте OAuth2 идентификационни данни на Azure Entra ID",
|
||||||
"idpTenantId": "Идентификационен номер на наемателя",
|
"idpTenantId": "Идентификационен номер на наемателя",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "идентификационен номер на наемателя",
|
||||||
"idpAzureTenantIdDescription": "Идентификационен номер на наемателя на Azure (намира се в прегледа на Azure Active Directory)",
|
"idpAzureTenantIdDescription": "Идентификационен номер на наемателя на Azure (намира се в прегледа на Azure Active Directory)",
|
||||||
"idpAzureClientIdDescription": "Идентификационен код на клиента за регистриране на приложение в Azure",
|
"idpAzureClientIdDescription": "Идентификационен код на клиента за регистриране на приложение в Azure",
|
||||||
"idpAzureClientSecretDescription": "Секретен код на клиента за регистриране на приложение в Azure",
|
"idpAzureClientSecretDescription": "Секретен код на клиента за регистриране на приложение в Azure",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Приоритет",
|
"priority": "Приоритет",
|
||||||
"priorityDescription": "По-високите приоритетни маршрути се оценяват първи. Приоритет = 100 означава автоматично подреждане (системата решава). Използвайте друго число, за да наложите ръчен приоритет.",
|
"priorityDescription": "По-високите приоритетни маршрути се оценяват първи. Приоритет = 100 означава автоматично подреждане (системата решава). Използвайте друго число, за да наложите ръчен приоритет.",
|
||||||
"instanceName": "Име на инстанция",
|
"instanceName": "Име на инстанция",
|
||||||
|
"clearInstanceName": "Reset Server Association",
|
||||||
"pathMatchModalTitle": "Конфигурация на съвпадение по пътека",
|
"pathMatchModalTitle": "Конфигурация на съвпадение по пътека",
|
||||||
"pathMatchModalDescription": "Настройте как трябва да бъдат съвпадани входящите заявки въз основа на техния път.",
|
"pathMatchModalDescription": "Настройте как трябва да бъдат съвпадани входящите заявки въз основа на техния път.",
|
||||||
"pathMatchType": "Вид на съвпадението",
|
"pathMatchType": "Вид на съвпадението",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "Няма Данни",
|
"noData": "Няма Данни",
|
||||||
"machineClients": "Машинни клиенти",
|
"machineClients": "Машинни клиенти",
|
||||||
"install": "Инсталирай",
|
"install": "Инсталирай",
|
||||||
|
"downloadInstaller": "Изтегляне на инсталатора",
|
||||||
"run": "Изпълни",
|
"run": "Изпълни",
|
||||||
"envFile": "Файл за среда",
|
"envFile": "Файл за среда",
|
||||||
"serviceFile": "Файл за услуга",
|
"serviceFile": "Файл за услуга",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Прекъснат",
|
"disconnected": "Прекъснат",
|
||||||
"approvalsEmptyStateTitle": "Одобрения на устройство не са активирани",
|
"approvalsEmptyStateTitle": "Одобрения на устройство не са активирани",
|
||||||
"approvalsEmptyStateDescription": "Активирайте одобрения на устройства за роли, така че да изискват администраторско одобрение, преди потребителите да могат да свързват нови устройства.",
|
"approvalsEmptyStateDescription": "Активирайте одобрения на устройства за роли, така че да изискват администраторско одобрение, преди потребителите да могат да свързват нови устройства.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Как да го активирате",
|
||||||
"approvalsEmptyStateStep1Title": "Отидете на роли",
|
"approvalsEmptyStateStep1Title": "Отидете на роли",
|
||||||
"approvalsEmptyStateStep1Description": "Навигирайте до настройките на ролите на вашата организация, за да конфигурирате одобренията на устройства.",
|
"approvalsEmptyStateStep1Description": "Навигирайте до настройките на ролите на вашата организация, за да конфигурирате одобренията на устройства.",
|
||||||
"approvalsEmptyStateStep2Title": "Активирайте одобрения на устройства",
|
"approvalsEmptyStateStep2Title": "Активирайте одобрения на устройства",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Вижте като Админ",
|
"resourceLauncherViewAsAdmin": "Вижте като Админ",
|
||||||
"resourceLauncherResourceDetailsDescription": "Информация и статус на връзката за този ресурс.",
|
"resourceLauncherResourceDetailsDescription": "Информация и статус на връзката за този ресурс.",
|
||||||
"resourceLauncherResourceDetails": "Детайли за ресурса",
|
"resourceLauncherResourceDetails": "Детайли за ресурса",
|
||||||
|
"resourceLauncherSitesDescription": "Ресурсът е достъпен чрез следните сайтове.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Вижте сайта като Админ",
|
||||||
|
"resourceLauncherFilterBySite": "Филтриране по сайт",
|
||||||
|
"resourceLauncherSshCommand": "SSH Команда",
|
||||||
|
"resourceLauncherSshCommandDescription": "Използвайте Pangolin CLI, за да отворите SSH сесия до този ресурс.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Методи на автентикация, активирани за този ресурс.",
|
"resourceLauncherAuthMethodsDescription": "Методи на автентикация, активирани за този ресурс.",
|
||||||
"resourceLauncherPrivateClientRequired": "Свържете се с клиент на вашето устройство, за да получите частен достъп до този ресурс.",
|
"resourceLauncherPrivateClientRequired": "Свържете се с клиент на вашето устройство, за да получите частен достъп до този ресурс.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Изисква се връзка с клиента",
|
"resourceLauncherPrivateClientRequiredTitle": "Изисква се връзка с клиента",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Режим на unicode клавиатура",
|
"rdpUnicodeKeyboardMode": "Режим на unicode клавиатура",
|
||||||
"sessionToolbarShow": "Показване на лентата с инструменти",
|
"sessionToolbarShow": "Показване на лентата с инструменти",
|
||||||
"sessionToolbarHide": "Скриване на лентата с инструменти",
|
"sessionToolbarHide": "Скриване на лентата с инструменти",
|
||||||
"actionUpdateSiteApprovals": "Обновяване на одобренията на сайта"
|
"actionUpdateSiteApprovals": "Обновяване на одобренията на сайта",
|
||||||
|
"check": "Проверка"
|
||||||
}
|
}
|
||||||
|
|||||||
+81
-49
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Cíle na tomto webu",
|
"siteResourcesTargetsOnSite": "Cíle na tomto webu",
|
||||||
"siteSetting": "Nastavení {siteName}",
|
"siteSetting": "Nastavení {siteName}",
|
||||||
"siteNewtTunnel": "Novinka (doporučeno)",
|
"siteNewtTunnel": "Novinka (doporučeno)",
|
||||||
|
"pangolinSite": "Stránka Pangolin",
|
||||||
"siteNewtTunnelDescription": "Nejjednodušší způsob, jak vytvořit vstupní bod do jakékoli sítě. Žádné další nastavení.",
|
"siteNewtTunnelDescription": "Nejjednodušší způsob, jak vytvořit vstupní bod do jakékoli sítě. Žádné další nastavení.",
|
||||||
"siteWg": "Základní WireGuard",
|
"siteWg": "Základní WireGuard",
|
||||||
"siteWgDescription": "Použijte jakéhokoli klienta WireGuard abyste sestavili tunel. Vyžaduje se ruční nastavení NAT.",
|
"siteWgDescription": "Použijte jakéhokoli klienta WireGuard abyste sestavili tunel. Vyžaduje se ruční nastavení NAT.",
|
||||||
@@ -323,7 +324,7 @@
|
|||||||
"resourceConfig": "Konfigurační snippety",
|
"resourceConfig": "Konfigurační snippety",
|
||||||
"resourceConfigDescription": "Zkopírujte a vložte tyto konfigurační úryvky pro nastavení TCP/UDP zdroje.",
|
"resourceConfigDescription": "Zkopírujte a vložte tyto konfigurační úryvky pro nastavení TCP/UDP zdroje.",
|
||||||
"resourceAddEntrypoints": "Traefik: Přidat vstupní body",
|
"resourceAddEntrypoints": "Traefik: Přidat vstupní body",
|
||||||
"resourceExposePorts": "Gerbil: Expose Ports in Docker Compose",
|
"resourceExposePorts": "Gerbil: Popis port v Docker Compose",
|
||||||
"resourceLearnRaw": "Naučte se konfigurovat zdroje TCP/UDP",
|
"resourceLearnRaw": "Naučte se konfigurovat zdroje TCP/UDP",
|
||||||
"resourceBack": "Zpět na zdroje",
|
"resourceBack": "Zpět na zdroje",
|
||||||
"resourceGoTo": "Přejít na dokument",
|
"resourceGoTo": "Přejít na dokument",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Odstranit klíč API",
|
"apiKeysDelete": "Odstranit klíč API",
|
||||||
"apiKeysManage": "Správa API klíčů",
|
"apiKeysManage": "Správa API klíčů",
|
||||||
"apiKeysDescription": "API klíče se používají k ověření s integračním API",
|
"apiKeysDescription": "API klíče se používají k ověření s integračním API",
|
||||||
|
"orgsManage": "Spravovat organizace",
|
||||||
|
"orgsDescription": "Zobrazit a spravovat všechny organizace v této instanci",
|
||||||
"provisioningKeysTitle": "Zajišťovací klíč",
|
"provisioningKeysTitle": "Zajišťovací klíč",
|
||||||
"provisioningKeysManage": "Spravovat zajišťovací klíče",
|
"provisioningKeysManage": "Spravovat zajišťovací klíče",
|
||||||
"provisioningKeysDescription": "Zajišťovací klíče slouží k ověření automatického poskytování služeb vaší organizaci.",
|
"provisioningKeysDescription": "Zajišťovací klíče slouží k ověření automatického poskytování služeb vaší organizaci.",
|
||||||
@@ -532,7 +535,7 @@
|
|||||||
"userMessageRemove": "Uživatel bude odstraněn ze všech organizací a bude zcela odstraněn ze serveru.",
|
"userMessageRemove": "Uživatel bude odstraněn ze všech organizací a bude zcela odstraněn ze serveru.",
|
||||||
"userQuestionRemove": "Jste si jisti, že chcete trvale odstranit uživatele ze serveru?",
|
"userQuestionRemove": "Jste si jisti, že chcete trvale odstranit uživatele ze serveru?",
|
||||||
"licenseKey": "Licenční klíč",
|
"licenseKey": "Licenční klíč",
|
||||||
"valid": "Valid",
|
"valid": "Platný",
|
||||||
"numberOfSites": "Počet lokalit",
|
"numberOfSites": "Počet lokalit",
|
||||||
"licenseKeySearch": "Hledat licenční klíče...",
|
"licenseKeySearch": "Hledat licenční klíče...",
|
||||||
"licenseKeyAdd": "Přidat licenční klíč",
|
"licenseKeyAdd": "Přidat licenční klíč",
|
||||||
@@ -609,7 +612,7 @@
|
|||||||
"inviteSent": "Nová pozvánka byla odeslána na {email}.",
|
"inviteSent": "Nová pozvánka byla odeslána na {email}.",
|
||||||
"inviteSentEmail": "Poslat uživateli oznámení e-mailem",
|
"inviteSentEmail": "Poslat uživateli oznámení e-mailem",
|
||||||
"inviteGenerate": "Nová pozvánka byla vygenerována pro {email}.",
|
"inviteGenerate": "Nová pozvánka byla vygenerována pro {email}.",
|
||||||
"inviteDuplicateError": "Duplicate Invite",
|
"inviteDuplicateError": "Duplicitní pozvání",
|
||||||
"inviteDuplicateErrorDescription": "Pozvánka pro tohoto uživatele již existuje.",
|
"inviteDuplicateErrorDescription": "Pozvánka pro tohoto uživatele již existuje.",
|
||||||
"inviteRateLimitError": "Limit sazby překročen",
|
"inviteRateLimitError": "Limit sazby překročen",
|
||||||
"inviteRateLimitErrorDescription": "Překročil jsi limit 3 regenerací za hodinu. Opakujte akci později.",
|
"inviteRateLimitErrorDescription": "Překročil jsi limit 3 regenerací za hodinu. Opakujte akci později.",
|
||||||
@@ -652,7 +655,7 @@
|
|||||||
"ownerMustRetainAdminRole": "Vlastník organizace musí zachovat alespoň jednu roli správce.",
|
"ownerMustRetainAdminRole": "Vlastník organizace musí zachovat alespoň jednu roli správce.",
|
||||||
"usernameRequired": "Uživatelské jméno je povinné",
|
"usernameRequired": "Uživatelské jméno je povinné",
|
||||||
"idpSelectPlease": "Vyberte poskytovatele identity",
|
"idpSelectPlease": "Vyberte poskytovatele identity",
|
||||||
"idpGenericOidc": "Generic OAuth2/OIDC provider.",
|
"idpGenericOidc": "Obecný poskytovatel OAuth2/OIDC.",
|
||||||
"accessRoleErrorFetch": "Nepodařilo se načíst role",
|
"accessRoleErrorFetch": "Nepodařilo se načíst role",
|
||||||
"accessRoleErrorFetchDescription": "Při načítání rolí došlo k chybě",
|
"accessRoleErrorFetchDescription": "Při načítání rolí došlo k chybě",
|
||||||
"idpErrorFetch": "Nepodařilo se načíst poskytovatele identity",
|
"idpErrorFetch": "Nepodařilo se načíst poskytovatele identity",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Jméno (nepovinné)",
|
"nameOptional": "Jméno (nepovinné)",
|
||||||
"accessControls": "Kontrola přístupu",
|
"accessControls": "Kontrola přístupu",
|
||||||
"userDescription2": "Spravovat nastavení tohoto uživatele",
|
"userDescription2": "Spravovat nastavení tohoto uživatele",
|
||||||
|
"userGeneralSettingsDescription": "Spravujte role a nastavení tohoto uživatele v organizaci",
|
||||||
"accessRoleErrorAdd": "Přidání uživatele do role se nezdařilo",
|
"accessRoleErrorAdd": "Přidání uživatele do role se nezdařilo",
|
||||||
"accessRoleErrorAddDescription": "Došlo k chybě při přidávání uživatele do role.",
|
"accessRoleErrorAddDescription": "Došlo k chybě při přidávání uživatele do role.",
|
||||||
"userSaved": "Uživatel uložen",
|
"userSaved": "Uživatel uložen",
|
||||||
@@ -736,15 +740,15 @@
|
|||||||
"proxyErrorTls": "Neplatné jméno TLS serveru. Použijte formát doménového jména nebo uložte prázdné pro odstranění názvu TLS serveru.",
|
"proxyErrorTls": "Neplatné jméno TLS serveru. Použijte formát doménového jména nebo uložte prázdné pro odstranění názvu TLS serveru.",
|
||||||
"proxyEnableSSL": "Povolit TLS",
|
"proxyEnableSSL": "Povolit TLS",
|
||||||
"proxyEnableSSLDescription": "Povolit šifrování SSL/TLS pro zabezpečená připojení HTTPS k cílům.",
|
"proxyEnableSSLDescription": "Povolit šifrování SSL/TLS pro zabezpečená připojení HTTPS k cílům.",
|
||||||
"target": "Target",
|
"target": "Cíl",
|
||||||
"configureTarget": "Konfigurace cílů",
|
"configureTarget": "Konfigurace cílů",
|
||||||
"targetErrorFetch": "Nepodařilo se načíst cíle",
|
"targetErrorFetch": "Nepodařilo se načíst cíle",
|
||||||
"targetErrorFetchDescription": "Při načítání cílů došlo k chybě",
|
"targetErrorFetchDescription": "Při načítání cílů došlo k chybě",
|
||||||
"siteErrorFetch": "Nepodařilo se načíst zdroj",
|
"siteErrorFetch": "Nepodařilo se načíst zdroj",
|
||||||
"siteErrorFetchDescription": "Při načítání zdroje došlo k chybě",
|
"siteErrorFetchDescription": "Při načítání zdroje došlo k chybě",
|
||||||
"targetErrorDuplicate": "Duplicate target",
|
"targetErrorDuplicate": "Duplicitní cíl",
|
||||||
"targetErrorDuplicateDescription": "Cíl s těmito nastaveními již existuje",
|
"targetErrorDuplicateDescription": "Cíl s těmito nastaveními již existuje",
|
||||||
"targetWireGuardErrorInvalidIp": "Invalid target IP",
|
"targetWireGuardErrorInvalidIp": "Neplatná IP adresa cíle",
|
||||||
"targetWireGuardErrorInvalidIpDescription": "Cílová IP adresa musí být v podsíti webu",
|
"targetWireGuardErrorInvalidIpDescription": "Cílová IP adresa musí být v podsíti webu",
|
||||||
"targetsUpdated": "Cíle byly aktualizovány",
|
"targetsUpdated": "Cíle byly aktualizovány",
|
||||||
"targetsUpdatedDescription": "Cíle a nastavení byly úspěšně aktualizovány",
|
"targetsUpdatedDescription": "Cíle a nastavení byly úspěšně aktualizovány",
|
||||||
@@ -772,11 +776,11 @@
|
|||||||
"targetStickySessions": "Povolit Rychlé relace",
|
"targetStickySessions": "Povolit Rychlé relace",
|
||||||
"targetStickySessionsDescription": "Zachovat spojení na stejném cíli pro celou relaci.",
|
"targetStickySessionsDescription": "Zachovat spojení na stejném cíli pro celou relaci.",
|
||||||
"methodSelect": "Vyberte metodu",
|
"methodSelect": "Vyberte metodu",
|
||||||
"targetSubmit": "Add Target",
|
"targetSubmit": "Přidat cíl",
|
||||||
"targetNoOne": "Tento zdroj nemá žádné cíle. Přidejte cíl pro konfiguraci kam poslat žádosti na backend.",
|
"targetNoOne": "Tento zdroj nemá žádné cíle. Přidejte cíl pro konfiguraci kam poslat žádosti na backend.",
|
||||||
"targetNoOneDescription": "Přidáním více než jednoho cíle se umožní vyvážení zatížení.",
|
"targetNoOneDescription": "Přidáním více než jednoho cíle se umožní vyvážení zatížení.",
|
||||||
"targetsSubmit": "Uložit Nastavení",
|
"targetsSubmit": "Uložit Nastavení",
|
||||||
"addTarget": "Add Target",
|
"addTarget": "Přidat cíl",
|
||||||
"proxyMultiSiteRoundRobinNodeHelp": "Round robin routing nebude fungovat mezi lokalitami, které nejsou připojeny ke stejnému uzlu, ale failover bude fungovat.",
|
"proxyMultiSiteRoundRobinNodeHelp": "Round robin routing nebude fungovat mezi lokalitami, které nejsou připojeny ke stejnému uzlu, ale failover bude fungovat.",
|
||||||
"targetErrorInvalidIp": "Neplatná IP adresa",
|
"targetErrorInvalidIp": "Neplatná IP adresa",
|
||||||
"targetErrorInvalidIpDescription": "Zadejte prosím platnou IP adresu nebo název hostitele",
|
"targetErrorInvalidIpDescription": "Zadejte prosím platnou IP adresu nebo název hostitele",
|
||||||
@@ -892,7 +896,7 @@
|
|||||||
"policyAuthPincodeTitle": "PIN Kód",
|
"policyAuthPincodeTitle": "PIN Kód",
|
||||||
"policyAuthPincodeDescription": "Krátký číselný kód vyžadován pro přístup ke zdroji",
|
"policyAuthPincodeDescription": "Krátký číselný kód vyžadován pro přístup ke zdroji",
|
||||||
"policyAuthPincodeSummary": "Nastaven 6místný PIN",
|
"policyAuthPincodeSummary": "Nastaven 6místný PIN",
|
||||||
"policyAuthEmailTitle": "Email Whitelist",
|
"policyAuthEmailTitle": "Seznam povolených emailů",
|
||||||
"policyAuthEmailDescription": "Povolit vybraným emailovým adresám s jednorázovými hesly",
|
"policyAuthEmailDescription": "Povolit vybraným emailovým adresám s jednorázovými hesly",
|
||||||
"policyAuthEmailSummary": "Povoleno {count} adres(y)",
|
"policyAuthEmailSummary": "Povoleno {count} adres(y)",
|
||||||
"policyAuthEmailOtpCallout": "Povolení seznamu povolených e-mailů odešle jednorázové heslo na e-mail návštěvníka při přihlášení.",
|
"policyAuthEmailOtpCallout": "Povolení seznamu povolených e-mailů odešle jednorázové heslo na e-mail návštěvníka při přihlášení.",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Neznámý příkaz",
|
"unknownCommand": "Neznámý příkaz",
|
||||||
"newtErrorFetchReleases": "Nepodařilo se načíst informace o vydání: {err}",
|
"newtErrorFetchReleases": "Nepodařilo se načíst informace o vydání: {err}",
|
||||||
"newtErrorFetchLatest": "Chyba při načítání nejnovější verze: {err}",
|
"newtErrorFetchLatest": "Chyba při načítání nejnovější verze: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Koncový bod",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Tajný klíč",
|
"newtSecretKey": "Tajný klíč",
|
||||||
"newtVersion": "Verze",
|
"newtVersion": "Verze",
|
||||||
@@ -1226,7 +1230,7 @@
|
|||||||
"orgIdpRedirectUrls": "Přesměrovat URL",
|
"orgIdpRedirectUrls": "Přesměrovat URL",
|
||||||
"redirectUrlAbout": "O přesměrování URL",
|
"redirectUrlAbout": "O přesměrování URL",
|
||||||
"redirectUrlAboutDescription": "Toto je URL, na kterou budou uživatelé po ověření přesměrováni. Tuto URL je třeba nastavit v nastavení poskytovatele identity.",
|
"redirectUrlAboutDescription": "Toto je URL, na kterou budou uživatelé po ověření přesměrováni. Tuto URL je třeba nastavit v nastavení poskytovatele identity.",
|
||||||
"pangolinAuth": "Auth - Pangolin",
|
"pangolinAuth": "Autentizace - Pangolin",
|
||||||
"verificationCodeLengthRequirements": "Váš ověřovací kód musí mít 8 znaků.",
|
"verificationCodeLengthRequirements": "Váš ověřovací kód musí mít 8 znaků.",
|
||||||
"errorOccurred": "Došlo k chybě",
|
"errorOccurred": "Došlo k chybě",
|
||||||
"emailErrorVerify": "Nepodařilo se ověřit e-mail:",
|
"emailErrorVerify": "Nepodařilo se ověřit e-mail:",
|
||||||
@@ -1269,7 +1273,7 @@
|
|||||||
"passwordRequirementUppercaseText": "Velké písmeno (A-Z)",
|
"passwordRequirementUppercaseText": "Velké písmeno (A-Z)",
|
||||||
"passwordRequirementLowercaseText": "Malé písmeno (a-z)",
|
"passwordRequirementLowercaseText": "Malé písmeno (a-z)",
|
||||||
"passwordRequirementNumberText": "Číslo (0-9)",
|
"passwordRequirementNumberText": "Číslo (0-9)",
|
||||||
"passwordRequirementSpecialText": "Special character (!@#$%...)",
|
"passwordRequirementSpecialText": "Speciální znak (!@#$%...)",
|
||||||
"passwordsDoNotMatch": "Hesla se neshodují",
|
"passwordsDoNotMatch": "Hesla se neshodují",
|
||||||
"otpEmailRequirementsLength": "OTP musí mít alespoň 1 znak",
|
"otpEmailRequirementsLength": "OTP musí mít alespoň 1 znak",
|
||||||
"otpEmailSent": "OTP odesláno",
|
"otpEmailSent": "OTP odesláno",
|
||||||
@@ -1306,12 +1310,12 @@
|
|||||||
"passwordReset": "Obnovit heslo",
|
"passwordReset": "Obnovit heslo",
|
||||||
"passwordResetDescription": "Postupujte podle kroků pro obnovení hesla",
|
"passwordResetDescription": "Postupujte podle kroků pro obnovení hesla",
|
||||||
"passwordResetSent": "Na tuto e-mailovou adresu zašleme kód pro obnovení hesla.",
|
"passwordResetSent": "Na tuto e-mailovou adresu zašleme kód pro obnovení hesla.",
|
||||||
"passwordResetCode": "Reset Code",
|
"passwordResetCode": "Kód obnovení",
|
||||||
"passwordResetCodeDescription": "Zkontrolujte svůj e-mail pro kód pro obnovení.",
|
"passwordResetCodeDescription": "Zkontrolujte svůj e-mail pro kód pro obnovení.",
|
||||||
"generatePasswordResetCode": "Vygenerovat kód pro obnovení hesla",
|
"generatePasswordResetCode": "Vygenerovat kód pro obnovení hesla",
|
||||||
"passwordResetCodeGenerated": "Kód pro obnovení hesla byl vytvořen",
|
"passwordResetCodeGenerated": "Kód pro obnovení hesla byl vytvořen",
|
||||||
"passwordResetCodeGeneratedDescription": "Sdílejte tento kód s uživatelem. Mohou jej použít k obnovení hesla.",
|
"passwordResetCodeGeneratedDescription": "Sdílejte tento kód s uživatelem. Mohou jej použít k obnovení hesla.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "URL obnovení",
|
||||||
"passwordNew": "Nové heslo",
|
"passwordNew": "Nové heslo",
|
||||||
"passwordNewConfirm": "Potvrdit nové heslo",
|
"passwordNewConfirm": "Potvrdit nové heslo",
|
||||||
"changePassword": "Změnit heslo",
|
"changePassword": "Změnit heslo",
|
||||||
@@ -1368,7 +1372,7 @@
|
|||||||
"inviteErrorExpired": "Pozvánka možná vypršela",
|
"inviteErrorExpired": "Pozvánka možná vypršela",
|
||||||
"inviteErrorRevoked": "Pozvánka mohla být zrušena",
|
"inviteErrorRevoked": "Pozvánka mohla být zrušena",
|
||||||
"inviteErrorTypo": "Na pozvánce může být typol",
|
"inviteErrorTypo": "Na pozvánce může být typol",
|
||||||
"pangolinSetup": "Setup - Pangolin",
|
"pangolinSetup": "Nastavení - Pangolin",
|
||||||
"orgNameRequired": "Je vyžadován název organizace",
|
"orgNameRequired": "Je vyžadován název organizace",
|
||||||
"orgIdRequired": "Je vyžadováno ID organizace",
|
"orgIdRequired": "Je vyžadováno ID organizace",
|
||||||
"orgIdMaxLength": "ID organizace musí mít nejvýše 32 znaků",
|
"orgIdMaxLength": "ID organizace musí mít nejvýše 32 znaků",
|
||||||
@@ -1396,7 +1400,7 @@
|
|||||||
"tagWarnDuplicate": "Duplicitní značka {tagText} nebyla přidána",
|
"tagWarnDuplicate": "Duplicitní značka {tagText} nebyla přidána",
|
||||||
"supportKeyInvalid": "Neplatný klíč",
|
"supportKeyInvalid": "Neplatný klíč",
|
||||||
"supportKeyInvalidDescription": "Váš supporter klíč je neplatný.",
|
"supportKeyInvalidDescription": "Váš supporter klíč je neplatný.",
|
||||||
"supportKeyValid": "Valid Key",
|
"supportKeyValid": "Platný klíč",
|
||||||
"supportKeyValidDescription": "Váš klíč podporovatele byl ověřen. Děkujeme za vaši podporu!",
|
"supportKeyValidDescription": "Váš klíč podporovatele byl ověřen. Děkujeme za vaši podporu!",
|
||||||
"supportKeyErrorValidationDescription": "Nepodařilo se ověřit klíč podporovatele.",
|
"supportKeyErrorValidationDescription": "Nepodařilo se ověřit klíč podporovatele.",
|
||||||
"supportKey": "Podpořte vývoj a přijměte Pangolin!",
|
"supportKey": "Podpořte vývoj a přijměte Pangolin!",
|
||||||
@@ -1418,12 +1422,30 @@
|
|||||||
"supportKeyHideSevenDays": "Skrýt na 7 dní",
|
"supportKeyHideSevenDays": "Skrýt na 7 dní",
|
||||||
"supportKeyEnter": "Zadejte klíč podpory",
|
"supportKeyEnter": "Zadejte klíč podpory",
|
||||||
"supportKeyEnterDescription": "Seznamte se s vlastním mazlíčkem Pangolin!",
|
"supportKeyEnterDescription": "Seznamte se s vlastním mazlíčkem Pangolin!",
|
||||||
"githubUsername": "GitHub Username",
|
"githubUsername": "Uživatelské jméno GitHub",
|
||||||
"supportKeyInput": "Klíč pro podporu",
|
"supportKeyInput": "Klíč pro podporu",
|
||||||
"supportKeyBuy": "Koupit klíč pro podporu",
|
"supportKeyBuy": "Koupit klíč pro podporu",
|
||||||
"logoutError": "Chyba při odhlášení",
|
"logoutError": "Chyba při odhlášení",
|
||||||
"signingAs": "Přihlášen jako",
|
"signingAs": "Přihlášen jako",
|
||||||
"serverAdmin": "Správce serveru",
|
"serverAdmin": "Správce serveru",
|
||||||
|
"promoteServerAdmin": "Podpora na úroveň správce serveru",
|
||||||
|
"promoteServerAdminTitle": "Podpora na úroveň Správce serveru",
|
||||||
|
"promoteServerAdminQuestion": "Jste si jisti, že chcete podpořit {selectedUser} na úroveň správce serveru?",
|
||||||
|
"promoteServerAdminMessage": "Správci serveru mají nejvyšší oprávnění a mohou spravovat server.",
|
||||||
|
"promoteServerAdminWarning": "To lze kdykoli vrátit zpět snížením úrovně uživatele.",
|
||||||
|
"promoteServerAdminConfirm": "Podpora na úroveň Správce serveru",
|
||||||
|
"promoteServerAdminSuccess": "Uživatel podpořen",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} je nyní správce serveru.",
|
||||||
|
"promoteServerAdminError": "Nepodařilo se podpořit uživatele",
|
||||||
|
"demoteServerAdmin": "Snížit úroveň správce serveru",
|
||||||
|
"demoteServerAdminTitle": "Snížit úroveň Správce serveru",
|
||||||
|
"demoteServerAdminQuestion": "Jste si jisti, že chcete snížit {selectedUser} z úrovně správce serveru?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} ztratí všechna oprávnění správce serveru.",
|
||||||
|
"demoteServerAdminWarning": "To lze kdykoli vrátit zpět podporou uživatele.",
|
||||||
|
"demoteServerAdminConfirm": "Snížit úroveň ze správce serveru",
|
||||||
|
"demoteServerAdminSuccess": "Uživatel snížen",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} již není správce serveru.",
|
||||||
|
"demoteServerAdminError": "Nepodařilo se snížit úroveň uživatele",
|
||||||
"managedSelfhosted": "Spravované vlastní hostování",
|
"managedSelfhosted": "Spravované vlastní hostování",
|
||||||
"otpEnable": "Povolit dvoufaktorové",
|
"otpEnable": "Povolit dvoufaktorové",
|
||||||
"otpDisable": "Zakázat dvoufaktorové",
|
"otpDisable": "Zakázat dvoufaktorové",
|
||||||
@@ -1509,11 +1531,11 @@
|
|||||||
"actionSetResourcePolicyHeaderAuth": "Nastavit autentizaci hlavičky zásady zdroje",
|
"actionSetResourcePolicyHeaderAuth": "Nastavit autentizaci hlavičky zásady zdroje",
|
||||||
"actionSetResourcePolicyWhitelist": "Nastavit seznam povolených e-mailů v zásadě zdroje",
|
"actionSetResourcePolicyWhitelist": "Nastavit seznam povolených e-mailů v zásadě zdroje",
|
||||||
"actionSetResourcePolicyRules": "Nastavit pravidla zásady zdroje",
|
"actionSetResourcePolicyRules": "Nastavit pravidla zásady zdroje",
|
||||||
"actionCreateTarget": "Create Target",
|
"actionCreateTarget": "Vytvořit cíl",
|
||||||
"actionDeleteTarget": "Odstranit cíl",
|
"actionDeleteTarget": "Odstranit cíl",
|
||||||
"actionGetTarget": "Získat cíl",
|
"actionGetTarget": "Získat cíl",
|
||||||
"actionListTargets": "Seznam cílů",
|
"actionListTargets": "Seznam cílů",
|
||||||
"actionUpdateTarget": "Update Target",
|
"actionUpdateTarget": "Aktualizovat cíl",
|
||||||
"actionCreateRole": "Vytvořit roli",
|
"actionCreateRole": "Vytvořit roli",
|
||||||
"actionDeleteRole": "Odstranit roli",
|
"actionDeleteRole": "Odstranit roli",
|
||||||
"actionGetRole": "Získat roli",
|
"actionGetRole": "Získat roli",
|
||||||
@@ -1590,7 +1612,7 @@
|
|||||||
"idpContinue": "Nebo pokračovat s",
|
"idpContinue": "Nebo pokračovat s",
|
||||||
"idpLastUsed": "Naposled použito",
|
"idpLastUsed": "Naposled použito",
|
||||||
"otpAuthBack": "Zpět na heslo",
|
"otpAuthBack": "Zpět na heslo",
|
||||||
"navbar": "Navigation Menu",
|
"navbar": "Navigační menu",
|
||||||
"navbarDescription": "Hlavní navigační menu aplikace",
|
"navbarDescription": "Hlavní navigační menu aplikace",
|
||||||
"navbarDocsLink": "Dokumentace",
|
"navbarDocsLink": "Dokumentace",
|
||||||
"commandPaletteTitle": "Paleta příkazů",
|
"commandPaletteTitle": "Paleta příkazů",
|
||||||
@@ -1846,7 +1868,7 @@
|
|||||||
"aiProviderTypeSearch": "Hledat poskytovatele...",
|
"aiProviderTypeSearch": "Hledat poskytovatele...",
|
||||||
"aiProviderTypeNotFound": "Typ poskytovatele nenalezen",
|
"aiProviderTypeNotFound": "Typ poskytovatele nenalezen",
|
||||||
"aiProviderTypeOpenai": "OpenAI",
|
"aiProviderTypeOpenai": "OpenAI",
|
||||||
"aiProviderTypeAnthropic": "Anthropic",
|
"aiProviderTypeAnthropic": "Antropický",
|
||||||
"aiProviderTypeGoogleGemini": "Google Gemini",
|
"aiProviderTypeGoogleGemini": "Google Gemini",
|
||||||
"aiProviderTypeVertexAi": "Vertex AI",
|
"aiProviderTypeVertexAi": "Vertex AI",
|
||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
@@ -1874,11 +1896,11 @@
|
|||||||
"aiProviderAuthType": "Typ ověření",
|
"aiProviderAuthType": "Typ ověření",
|
||||||
"aiProviderAuthTypeSearch": "Vyhledat typy ověření...",
|
"aiProviderAuthTypeSearch": "Vyhledat typy ověření...",
|
||||||
"aiProviderAuthTypeNotFound": "Nebyl nalezen žádný typ ověření",
|
"aiProviderAuthTypeNotFound": "Nebyl nalezen žádný typ ověření",
|
||||||
"aiProviderAuthTypeBearer": "Bearer",
|
"aiProviderAuthTypeBearer": "Přepravitel",
|
||||||
"aiProviderAuthTypeBearerDescription": "Oprávnění: Bearer klíč. Používá OpenAI a většina poskytovatelů",
|
"aiProviderAuthTypeBearerDescription": "Oprávnění: Bearer klíč. Používá OpenAI a většina poskytovatelů",
|
||||||
"aiProviderAuthTypeXApiKey": "x-api-key",
|
"aiProviderAuthTypeXApiKey": "x-api-klíč",
|
||||||
"aiProviderAuthTypeXApiKeyDescription": "x-api-key záhlaví. Používá Anthropic",
|
"aiProviderAuthTypeXApiKeyDescription": "x-api-key záhlaví. Používá Anthropic",
|
||||||
"aiProviderAuthTypeXGoogApiKey": "x-goog-api-key",
|
"aiProviderAuthTypeXGoogApiKey": "x-goog-api-klíč",
|
||||||
"aiProviderAuthTypeXGoogApiKeyDescription": "x-goog-api-key záhlaví. Používá Google Gemini",
|
"aiProviderAuthTypeXGoogApiKeyDescription": "x-goog-api-key záhlaví. Používá Google Gemini",
|
||||||
"aiProviderAuthTypeHec": "Splunk HEC",
|
"aiProviderAuthTypeHec": "Splunk HEC",
|
||||||
"aiProviderAuthTypeHecDescription": "Oprávnění: Splunk klíč. Používá Splunk HTTP Event Collector",
|
"aiProviderAuthTypeHecDescription": "Oprávnění: Splunk klíč. Používá Splunk HTTP Event Collector",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Rozpočet",
|
"resourceBudgetSettings": "Rozpočet",
|
||||||
"resourceBudgetSettingsDescription": "Zjistěte, jak tato AI brána omezuje užívání na základě výdajů nebo limitů tokenů",
|
"resourceBudgetSettingsDescription": "Zjistěte, jak tato AI brána omezuje užívání na základě výdajů nebo limitů tokenů",
|
||||||
"sidebarApiKeys": "API klíče",
|
"sidebarApiKeys": "API klíče",
|
||||||
|
"sidebarOrgs": "Organizace",
|
||||||
"sidebarProvisioning": "Zajištění",
|
"sidebarProvisioning": "Zajištění",
|
||||||
"sidebarSettings": "Nastavení",
|
"sidebarSettings": "Nastavení",
|
||||||
"sidebarAllUsers": "Všichni uživatelé",
|
"sidebarAllUsers": "Všichni uživatelé",
|
||||||
@@ -2105,7 +2128,7 @@
|
|||||||
"sidebarMachineClients": "Stroje a přístroje",
|
"sidebarMachineClients": "Stroje a přístroje",
|
||||||
"sidebarDomains": "Domény",
|
"sidebarDomains": "Domény",
|
||||||
"sidebarGeneral": "Spravovat",
|
"sidebarGeneral": "Spravovat",
|
||||||
"sidebarLogAndAnalytics": "Log & Analytics",
|
"sidebarLogAndAnalytics": "Protokoly a analytika",
|
||||||
"sidebarBluePrints": "Plány",
|
"sidebarBluePrints": "Plány",
|
||||||
"sidebarAlerting": "Upozornění",
|
"sidebarAlerting": "Upozornění",
|
||||||
"sidebarHealthChecks": "Kontroly stavu",
|
"sidebarHealthChecks": "Kontroly stavu",
|
||||||
@@ -2357,7 +2380,7 @@
|
|||||||
"containerLabels": "Popisky",
|
"containerLabels": "Popisky",
|
||||||
"containerLabelsCount": "{count, plural, one {# štítek} other {# štítků}}",
|
"containerLabelsCount": "{count, plural, one {# štítek} other {# štítků}}",
|
||||||
"containerLabelsTitle": "Popisky kontejneru",
|
"containerLabelsTitle": "Popisky kontejneru",
|
||||||
"containerLabelEmpty": "<empty>",
|
"containerLabelEmpty": "<prázdné>",
|
||||||
"containerPorts": "Přístavy",
|
"containerPorts": "Přístavy",
|
||||||
"containerPortsMore": "+{count} další",
|
"containerPortsMore": "+{count} další",
|
||||||
"containerActions": "Akce",
|
"containerActions": "Akce",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Stáhněte si Olm běžící ve vašem systému",
|
"clientInstallOlmDescription": "Stáhněte si Olm běžící ve vašem systému",
|
||||||
"clientOlmCredentials": "Pověření",
|
"clientOlmCredentials": "Pověření",
|
||||||
"clientOlmCredentialsDescription": "Tímto způsobem bude klient autentizovat se serverem",
|
"clientOlmCredentialsDescription": "Tímto způsobem bude klient autentizovat se serverem",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Koncový bod",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Tajný klíč",
|
"olmSecretKey": "Tajný klíč",
|
||||||
"clientCredentialsSave": "Uložit pověření",
|
"clientCredentialsSave": "Uložit pověření",
|
||||||
@@ -2700,7 +2723,7 @@
|
|||||||
"resourceEnableProxy": "Povolit veřejné proxy",
|
"resourceEnableProxy": "Povolit veřejné proxy",
|
||||||
"resourceEnableProxyDescription": "Povolit veřejné proxying pro tento zdroj. To umožňuje přístup ke zdrojům mimo síť prostřednictvím cloudu na otevřeném portu. Vyžaduje nastavení Traefik.",
|
"resourceEnableProxyDescription": "Povolit veřejné proxying pro tento zdroj. To umožňuje přístup ke zdrojům mimo síť prostřednictvím cloudu na otevřeném portu. Vyžaduje nastavení Traefik.",
|
||||||
"externalProxyEnabled": "Externí proxy povolen",
|
"externalProxyEnabled": "Externí proxy povolen",
|
||||||
"addNewTarget": "Add New Target",
|
"addNewTarget": "Přidat nový cíl",
|
||||||
"targetsList": "Seznam cílů",
|
"targetsList": "Seznam cílů",
|
||||||
"advancedMode": "Pokročilý režim",
|
"advancedMode": "Pokročilý režim",
|
||||||
"advancedSettings": "Pokročilá nastavení",
|
"advancedSettings": "Pokročilá nastavení",
|
||||||
@@ -2848,7 +2871,7 @@
|
|||||||
"resourcesTableNoProxyResourcesFound": "Nebyly nalezeny žádné zdroje proxy",
|
"resourcesTableNoProxyResourcesFound": "Nebyly nalezeny žádné zdroje proxy",
|
||||||
"resourcesTableNoInternalResourcesFound": "Nebyly nalezeny žádné privátní zdroje.",
|
"resourcesTableNoInternalResourcesFound": "Nebyly nalezeny žádné privátní zdroje.",
|
||||||
"resourcesTableDestination": "Místo určení",
|
"resourcesTableDestination": "Místo určení",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "Přezdívka",
|
||||||
"resourcesTableAliasAddress": "Adresa aliasu",
|
"resourcesTableAliasAddress": "Adresa aliasu",
|
||||||
"resourcesTableAliasAddressInfo": "Tato adresa je součástí subsítě veřejných služeb organizace. Používá se k řešení záznamů aliasů pomocí interního rozlišení DNS.",
|
"resourcesTableAliasAddressInfo": "Tato adresa je součástí subsítě veřejných služeb organizace. Používá se k řešení záznamů aliasů pomocí interního rozlišení DNS.",
|
||||||
"resourcesTableClients": "Klienti",
|
"resourcesTableClients": "Klienti",
|
||||||
@@ -2865,7 +2888,7 @@
|
|||||||
"editInternalResourceDialogName": "Jméno",
|
"editInternalResourceDialogName": "Jméno",
|
||||||
"editInternalResourceDialogProtocol": "Protokol",
|
"editInternalResourceDialogProtocol": "Protokol",
|
||||||
"editInternalResourceDialogSitePort": "Port webu",
|
"editInternalResourceDialogSitePort": "Port webu",
|
||||||
"editInternalResourceDialogTargetConfiguration": "Target Configuration",
|
"editInternalResourceDialogTargetConfiguration": "Konfigurace cíle",
|
||||||
"editInternalResourceDialogCancel": "Zrušit",
|
"editInternalResourceDialogCancel": "Zrušit",
|
||||||
"editInternalResourceDialogSaveResource": "Uložit dokument",
|
"editInternalResourceDialogSaveResource": "Uložit dokument",
|
||||||
"editInternalResourceDialogSuccess": "Úspěšně",
|
"editInternalResourceDialogSuccess": "Úspěšně",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "IP adresa nebo název hostitele zdroje v síti webu.",
|
"editInternalResourceDialogDestinationHostDescription": "IP adresa nebo název hostitele zdroje v síti webu.",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "IP nebo název hostitele zdroje v síti webu.",
|
"editInternalResourceDialogDestinationIPDescription": "IP nebo název hostitele zdroje v síti webu.",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "Rozsah zdrojů CIDR v síti webu.",
|
"editInternalResourceDialogDestinationCidrDescription": "Rozsah zdrojů CIDR v síti webu.",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "Přezdívka",
|
||||||
"editInternalResourceDialogAliasDescription": "Volitelný interní DNS alias pro tento dokument.",
|
"editInternalResourceDialogAliasDescription": "Volitelný interní DNS alias pro tento dokument.",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "Nejsou k dispozici žádné weby",
|
"createInternalResourceDialogNoSitesAvailable": "Nejsou k dispozici žádné weby",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "K vytvoření privátních zdrojů potřebujete mít alespoň jednu lokalitu Newt s nastavenou podsítí.",
|
"createInternalResourceDialogNoSitesAvailableDescription": "K vytvoření privátních zdrojů potřebujete mít alespoň jednu lokalitu Newt s nastavenou podsítí.",
|
||||||
@@ -2921,7 +2944,7 @@
|
|||||||
"createInternalResourceDialogUdp": "UDP",
|
"createInternalResourceDialogUdp": "UDP",
|
||||||
"createInternalResourceDialogSitePort": "Port webu",
|
"createInternalResourceDialogSitePort": "Port webu",
|
||||||
"createInternalResourceDialogSitePortDescription": "Použijte tento port pro přístup ke zdroji na webu při připojení s klientem.",
|
"createInternalResourceDialogSitePortDescription": "Použijte tento port pro přístup ke zdroji na webu při připojení s klientem.",
|
||||||
"createInternalResourceDialogTargetConfiguration": "Target Configuration",
|
"createInternalResourceDialogTargetConfiguration": "Konfigurace cíle",
|
||||||
"createInternalResourceDialogDestinationIPDescription": "IP nebo název hostitele zdroje v síti webu.",
|
"createInternalResourceDialogDestinationIPDescription": "IP nebo název hostitele zdroje v síti webu.",
|
||||||
"createInternalResourceDialogDestinationPortDescription": "Přístav na cílové IP adrese, kde je zdroj dostupný.",
|
"createInternalResourceDialogDestinationPortDescription": "Přístav na cílové IP adrese, kde je zdroj dostupný.",
|
||||||
"createInternalResourceDialogCancel": "Zrušit",
|
"createInternalResourceDialogCancel": "Zrušit",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "Místo určení",
|
"createInternalResourceDialogDestination": "Místo určení",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "IP adresa nebo název hostitele zdroje v síti webu.",
|
"createInternalResourceDialogDestinationHostDescription": "IP adresa nebo název hostitele zdroje v síti webu.",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "Rozsah zdrojů CIDR v síti webu.",
|
"createInternalResourceDialogDestinationCidrDescription": "Rozsah zdrojů CIDR v síti webu.",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "Přezdívka",
|
||||||
"createInternalResourceDialogAliasDescription": "Volitelný interní DNS alias pro tento dokument.",
|
"createInternalResourceDialogAliasDescription": "Volitelný interní DNS alias pro tento dokument.",
|
||||||
"internalResourceAliasLocalWarning": "Aliasy končící na .local mohou způsobit problémy s vyřešením díky mDNS v některých sítích.",
|
"internalResourceAliasLocalWarning": "Aliasy končící na .local mohou způsobit problémy s vyřešením díky mDNS v některých sítích.",
|
||||||
"internalResourceDownstreamSchemeRequired": "HTTP metoda je vyžadována pro HTTP zdroje",
|
"internalResourceDownstreamSchemeRequired": "HTTP metoda je vyžadována pro HTTP zdroje",
|
||||||
@@ -3089,11 +3112,11 @@
|
|||||||
"regionNorthernEurope": "Severní Evropa",
|
"regionNorthernEurope": "Severní Evropa",
|
||||||
"regionSouthernEurope": "Jižní Evropa",
|
"regionSouthernEurope": "Jižní Evropa",
|
||||||
"regionWesternEurope": "Západní Evropa",
|
"regionWesternEurope": "Západní Evropa",
|
||||||
"regionOceania": "Oceania",
|
"regionOceania": "Oceánie",
|
||||||
"regionAustraliaAndNewZealand": "Austrálie a Nový Zéland",
|
"regionAustraliaAndNewZealand": "Austrálie a Nový Zéland",
|
||||||
"regionMelanesia": "Melanesia",
|
"regionMelanesia": "Melanésie",
|
||||||
"regionMicronesia": "Micronesia",
|
"regionMicronesia": "Mikronésie",
|
||||||
"regionPolynesia": "Polynesia",
|
"regionPolynesia": "Polynésie",
|
||||||
"managedSelfHosted": {
|
"managedSelfHosted": {
|
||||||
"title": "Spravované vlastní hostování",
|
"title": "Spravované vlastní hostování",
|
||||||
"description": "Spolehlivější a nízko udržovaný Pangolinův server s dalšími zvony a bičkami",
|
"description": "Spolehlivější a nízko udržovaný Pangolinův server s dalšími zvony a bičkami",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Odstranit",
|
"roleMappingRemoveRule": "Odstranit",
|
||||||
"idpGoogleConfiguration": "Konfigurace Google",
|
"idpGoogleConfiguration": "Konfigurace Google",
|
||||||
"idpGoogleConfigurationDescription": "Konfigurace přihlašovacích údajů Google OAuth2",
|
"idpGoogleConfigurationDescription": "Konfigurace přihlašovacích údajů Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Vaše ID klienta Google OAuth2",
|
||||||
"idpGoogleClientSecretDescription": "Tajný klíč klienta Google OAuth2",
|
"idpGoogleClientSecretDescription": "Tajný klíč klienta Google OAuth2",
|
||||||
"idpAzureConfiguration": "Nastavení Azure Entra ID",
|
"idpAzureConfiguration": "Nastavení Azure Entra ID",
|
||||||
"idpAzureConfigurationDescription": "Konfigurace Azure Entra ID OAuth2",
|
"idpAzureConfigurationDescription": "Konfigurace Azure Entra ID OAuth2",
|
||||||
"idpTenantId": "ID tenanta",
|
"idpTenantId": "ID tenanta",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "id tenanta",
|
||||||
"idpAzureTenantIdDescription": "ID nájemce Azura (nalezeno v přehledu Azure Active Directory - Azure Active Directory - přehled )",
|
"idpAzureTenantIdDescription": "ID nájemce Azura (nalezeno v přehledu Azure Active Directory - Azure Active Directory - přehled )",
|
||||||
"idpAzureClientIdDescription": "ID klienta pro registraci aplikace Azure",
|
"idpAzureClientIdDescription": "ID klienta pro registraci aplikace Azure",
|
||||||
"idpAzureClientSecretDescription": "Tajný klíč registrace aplikace Azure",
|
"idpAzureClientSecretDescription": "Tajný klíč registrace aplikace Azure",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "ID klienta pro registraci aplikace Azure",
|
"idpAzureClientIdDescription2": "ID klienta pro registraci aplikace Azure",
|
||||||
"idpAzureClientSecretDescription2": "Tajný klíč registrace aplikace Azure",
|
"idpAzureClientSecretDescription2": "Tajný klíč registrace aplikace Azure",
|
||||||
"idpGoogleDescription": "Poskytovatel Google OAuth2/OIDC",
|
"idpGoogleDescription": "Poskytovatel Google OAuth2/OIDC",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Poskytovatel Microsoft Azure OAuth2/OIDC",
|
||||||
"subnet": "Podsíť",
|
"subnet": "Podsíť",
|
||||||
"utilitySubnet": "Nástrojová podsíť",
|
"utilitySubnet": "Nástrojová podsíť",
|
||||||
"subnetDescription": "Podsíť pro konfiguraci sítě této organizace.",
|
"subnetDescription": "Podsíť pro konfiguraci sítě této organizace.",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Priorita",
|
"priority": "Priorita",
|
||||||
"priorityDescription": "Vyšší priorita je vyhodnocena jako první. Priorita = 100 znamená automatické řazení (rozhodnutí systému). Pro vynucení manuální priority použijte jiné číslo.",
|
"priorityDescription": "Vyšší priorita je vyhodnocena jako první. Priorita = 100 znamená automatické řazení (rozhodnutí systému). Pro vynucení manuální priority použijte jiné číslo.",
|
||||||
"instanceName": "Název instance",
|
"instanceName": "Název instance",
|
||||||
|
"clearInstanceName": "Obnovit spojení se serverem",
|
||||||
"pathMatchModalTitle": "Nastavit porovnávání cest",
|
"pathMatchModalTitle": "Nastavit porovnávání cest",
|
||||||
"pathMatchModalDescription": "Nastavte jak se bude ověřovat, ze cesty příchozích požadavků se shodují.",
|
"pathMatchModalDescription": "Nastavte jak se bude ověřovat, ze cesty příchozích požadavků se shodují.",
|
||||||
"pathMatchType": "Typ shody",
|
"pathMatchType": "Typ shody",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Povoleno pomocí pravidla",
|
"allowedByRule": "Povoleno pomocí pravidla",
|
||||||
"allowedNoAuth": "Povoleno bez ověření",
|
"allowedNoAuth": "Povoleno bez ověření",
|
||||||
"validAccessToken": "Platný přístupový token",
|
"validAccessToken": "Platný přístupový token",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Platná záhlaví ověření",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Platný pin",
|
||||||
"validPassword": "Platné heslo",
|
"validPassword": "Platné heslo",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Platný email",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "Platné SSO",
|
||||||
"validVirtualAPIKey": "Platný virtuální API klíč",
|
"validVirtualAPIKey": "Platný virtuální API klíč",
|
||||||
"view": "Zobrazit",
|
"view": "Zobrazit",
|
||||||
"configManaged": "Správa konfigurace",
|
"configManaged": "Správa konfigurace",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Zrušeno pravidlem",
|
"droppedByRule": "Zrušeno pravidlem",
|
||||||
"noSessions": "Žádné relace",
|
"noSessions": "Žádné relace",
|
||||||
"temporaryRequestToken": "Dočasný požadavek token",
|
"temporaryRequestToken": "Dočasný požadavek token",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Žádné platné ověření",
|
||||||
"ip": "IP adresa",
|
"ip": "IP adresa",
|
||||||
"reason": "Důvod",
|
"reason": "Důvod",
|
||||||
"requestLogs": "Záznamy HTTP požadavků",
|
"requestLogs": "Záznamy HTTP požadavků",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "Obnovení přihlašovacích údajů zneplatní předchozí a způsobí odpojení. Ujistěte se, že aktualizujete všechny konfigurace, které tyto přihlašovací údaje používají.",
|
"regenerateCredentialsWarning": "Obnovení přihlašovacích údajů zneplatní předchozí a způsobí odpojení. Ujistěte se, že aktualizujete všechny konfigurace, které tyto přihlašovací údaje používají.",
|
||||||
"confirm": "Potvrdit",
|
"confirm": "Potvrdit",
|
||||||
"regenerateCredentialsConfirmation": "Jste si jisti, že chcete obnovit přihlašovací údaje?",
|
"regenerateCredentialsConfirmation": "Jste si jisti, že chcete obnovit přihlašovací údaje?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Koncový bod",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Tajný klíč",
|
"SecretKey": "Tajný klíč",
|
||||||
"niceId": "Pěkné ID",
|
"niceId": "Pěkné ID",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "Došlo k chybě při aktualizaci identifikátoru Nice.",
|
"niceIdUpdateErrorDescription": "Došlo k chybě při aktualizaci identifikátoru Nice.",
|
||||||
"niceIdCannotBeEmpty": "Nice ID nemůže být prázdné",
|
"niceIdCannotBeEmpty": "Nice ID nemůže být prázdné",
|
||||||
"enterIdentifier": "Zadejte identifikátor",
|
"enterIdentifier": "Zadejte identifikátor",
|
||||||
"identifier": "Identifier",
|
"identifier": "Identifikátor",
|
||||||
"deviceLoginUseDifferentAccount": "Nejste vy? Použijte jiný účet.",
|
"deviceLoginUseDifferentAccount": "Nejste vy? Použijte jiný účet.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Zařízení žádá o přístup k tomuto účtu.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Zařízení žádá o přístup k tomuto účtu.",
|
||||||
"loginSelectAuthenticationMethod": "Chcete-li pokračovat, vyberte metodu ověřování.",
|
"loginSelectAuthenticationMethod": "Chcete-li pokračovat, vyberte metodu ověřování.",
|
||||||
"noData": "Žádná data",
|
"noData": "Žádná data",
|
||||||
"machineClients": "Strojoví klienti",
|
"machineClients": "Strojoví klienti",
|
||||||
"install": "Instalovat",
|
"install": "Instalovat",
|
||||||
|
"downloadInstaller": "Stáhnout instalátor",
|
||||||
"run": "Spustit",
|
"run": "Spustit",
|
||||||
"envFile": "Konfigurační soubor prostředí",
|
"envFile": "Konfigurační soubor prostředí",
|
||||||
"serviceFile": "Služební soubor",
|
"serviceFile": "Služební soubor",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Odpojeno",
|
"disconnected": "Odpojeno",
|
||||||
"approvalsEmptyStateTitle": "Schvalování zařízení není povoleno",
|
"approvalsEmptyStateTitle": "Schvalování zařízení není povoleno",
|
||||||
"approvalsEmptyStateDescription": "Povolte oprávnění oprávnění pro role správce před připojením nových zařízení.",
|
"approvalsEmptyStateDescription": "Povolte oprávnění oprávnění pro role správce před připojením nových zařízení.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Jak povolit",
|
||||||
"approvalsEmptyStateStep1Title": "Přejít na role",
|
"approvalsEmptyStateStep1Title": "Přejít na role",
|
||||||
"approvalsEmptyStateStep1Description": "Přejděte do nastavení rolí vaší organizace pro konfiguraci schválení zařízení.",
|
"approvalsEmptyStateStep1Description": "Přejděte do nastavení rolí vaší organizace pro konfiguraci schválení zařízení.",
|
||||||
"approvalsEmptyStateStep2Title": "Povolit schválení zařízení",
|
"approvalsEmptyStateStep2Title": "Povolit schválení zařízení",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Zobrazit jako administrátor",
|
"resourceLauncherViewAsAdmin": "Zobrazit jako administrátor",
|
||||||
"resourceLauncherResourceDetailsDescription": "Informace o připojení a stavu pro tento zdroj.",
|
"resourceLauncherResourceDetailsDescription": "Informace o připojení a stavu pro tento zdroj.",
|
||||||
"resourceLauncherResourceDetails": "Podrobnosti o zdroji",
|
"resourceLauncherResourceDetails": "Podrobnosti o zdroji",
|
||||||
|
"resourceLauncherSitesDescription": "Zdroj je přístupný prostřednictvím následujících stránek.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Zobrazit web jako administrátor",
|
||||||
|
"resourceLauncherFilterBySite": "Filtrovat podle stránky",
|
||||||
|
"resourceLauncherSshCommand": "SSH příkaz",
|
||||||
|
"resourceLauncherSshCommandDescription": "Použijte Pangolin CLI pro otevření SSH relace k tomuto zdroji.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Povolené metody autentizace pro tento zdroj.",
|
"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.",
|
"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",
|
"resourceLauncherPrivateClientRequiredTitle": "K připojení klienta vyžadováno",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Režim Unicode klávesnice",
|
"rdpUnicodeKeyboardMode": "Režim Unicode klávesnice",
|
||||||
"sessionToolbarShow": "Zobrazit panel nástrojů",
|
"sessionToolbarShow": "Zobrazit panel nástrojů",
|
||||||
"sessionToolbarHide": "Skrýt panel nástrojů",
|
"sessionToolbarHide": "Skrýt panel nástrojů",
|
||||||
"actionUpdateSiteApprovals": "Aktualizovat schválení webu"
|
"actionUpdateSiteApprovals": "Aktualizovat schválení webu",
|
||||||
|
"check": "Zkontrolovat"
|
||||||
}
|
}
|
||||||
|
|||||||
+52
-20
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Mål på dette site",
|
"siteResourcesTargetsOnSite": "Mål på dette site",
|
||||||
"siteSetting": "{siteName} Indstillinger",
|
"siteSetting": "{siteName} Indstillinger",
|
||||||
"siteNewtTunnel": "Newt-site (anbefalet)",
|
"siteNewtTunnel": "Newt-site (anbefalet)",
|
||||||
|
"pangolinSite": "Pangolin Site",
|
||||||
"siteNewtTunnelDescription": "Lekkeste måte at oprette et indgangspunkt til ethvert netværk. Ingen ekstra opsætning på.",
|
"siteNewtTunnelDescription": "Lekkeste måte at oprette et indgangspunkt til ethvert netværk. Ingen ekstra opsætning på.",
|
||||||
"siteWg": "Grunnleggende WireGuard",
|
"siteWg": "Grunnleggende WireGuard",
|
||||||
"siteWgDescription": "Brug en hvilken som helst WireGuard-klient til at etablere en tunnel. Manuel NAT-opsætning er påkrævet.",
|
"siteWgDescription": "Brug en hvilken som helst WireGuard-klient til at etablere en tunnel. Manuel NAT-opsætning er påkrævet.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Slet API-nøgle",
|
"apiKeysDelete": "Slet API-nøgle",
|
||||||
"apiKeysManage": "Administrer API-nøgler",
|
"apiKeysManage": "Administrer API-nøgler",
|
||||||
"apiKeysDescription": "API-nøgler bruges for at autentificere med integrasjons-API",
|
"apiKeysDescription": "API-nøgler bruges for at autentificere med integrasjons-API",
|
||||||
|
"orgsManage": "Administrer Organisationer",
|
||||||
|
"orgsDescription": "Vis og administrer alle organisationer i denne instans",
|
||||||
"provisioningKeysTitle": "Provisioneringsnøgle",
|
"provisioningKeysTitle": "Provisioneringsnøgle",
|
||||||
"provisioningKeysManage": "Administrer provisioneringsnøgler",
|
"provisioningKeysManage": "Administrer provisioneringsnøgler",
|
||||||
"provisioningKeysDescription": "Provisioneringsnøgler bruges til at godkende automatiseret site-provisionering for din organisation.",
|
"provisioningKeysDescription": "Provisioneringsnøgler bruges til at godkende automatiseret site-provisionering for din organisation.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Navn (valgfrit)",
|
"nameOptional": "Navn (valgfrit)",
|
||||||
"accessControls": "Adgangskontroller",
|
"accessControls": "Adgangskontroller",
|
||||||
"userDescription2": "Administrer indstillingerne for denne bruger",
|
"userDescription2": "Administrer indstillingerne for denne bruger",
|
||||||
|
"userGeneralSettingsDescription": "Administrer denne brugers roller og indstillinger i organisationen",
|
||||||
"accessRoleErrorAdd": "Kunne ikke tilføje bruger i rolle",
|
"accessRoleErrorAdd": "Kunne ikke tilføje bruger i rolle",
|
||||||
"accessRoleErrorAddDescription": "Det opstod en fejl under tildeling af brugeren til rollen.",
|
"accessRoleErrorAddDescription": "Det opstod en fejl under tildeling af brugeren til rollen.",
|
||||||
"userSaved": "Bruger gemt",
|
"userSaved": "Bruger gemt",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Når regler er deaktiveret, går all trafik gennem til autentificering.",
|
"policyAccessRulesFallthroughOff": "Når regler er deaktiveret, går all trafik gennem til autentificering.",
|
||||||
"policyAccessRulesFallthroughOn": "Når ingen regler matcher, fortsetter trafikken til autentificering.",
|
"policyAccessRulesFallthroughOn": "Når ingen regler matcher, fortsetter trafikken til autentificering.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/administrator/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Gem Regler",
|
"rulesSave": "Gem Regler",
|
||||||
"resourceErrorCreate": "Fejl under oprettelse af ressource",
|
"resourceErrorCreate": "Fejl under oprettelse af ressource",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Ukjent kommando",
|
"unknownCommand": "Ukjent kommando",
|
||||||
"newtErrorFetchReleases": "Mislykkedes at hente utgivelsesinfo: {err}",
|
"newtErrorFetchReleases": "Mislykkedes at hente utgivelsesinfo: {err}",
|
||||||
"newtErrorFetchLatest": "Fejl ved hentning af seneste utgivelse: {err}",
|
"newtErrorFetchLatest": "Fejl ved hentning af seneste utgivelse: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Slutpunkt",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Sikkerhedsnøgle",
|
"newtSecretKey": "Sikkerhedsnøgle",
|
||||||
"newtVersion": "Version",
|
"newtVersion": "Version",
|
||||||
@@ -1184,7 +1188,7 @@
|
|||||||
"idpJmespathEmailPathOptionalDescription": "Stien til brugerens e-mailadresse i ID-tokenet",
|
"idpJmespathEmailPathOptionalDescription": "Stien til brugerens e-mailadresse i ID-tokenet",
|
||||||
"idpJmespathNamePathOptional": "Navn Sti (Valgfrit)",
|
"idpJmespathNamePathOptional": "Navn Sti (Valgfrit)",
|
||||||
"idpJmespathNamePathOptionalDescription": "Stien til brugerens navn i ID-tokenet",
|
"idpJmespathNamePathOptionalDescription": "Stien til brugerens navn i ID-tokenet",
|
||||||
"idpOidcConfigureScopes": "Scopes",
|
"idpOidcConfigureScopes": "Scope",
|
||||||
"idpOidcConfigureScopesDescription": "Mellemrumsepareret liste over OAuth2-scopes at be om",
|
"idpOidcConfigureScopesDescription": "Mellemrumsepareret liste over OAuth2-scopes at be om",
|
||||||
"idpSubmit": "Opret identitetsudbyder",
|
"idpSubmit": "Opret identitetsudbyder",
|
||||||
"orgPolicies": "Organisationspolitikker",
|
"orgPolicies": "Organisationspolitikker",
|
||||||
@@ -1262,7 +1266,7 @@
|
|||||||
"passwordRequirementsMet": "✓ Adgangskoden opfylder alle krav",
|
"passwordRequirementsMet": "✓ Adgangskoden opfylder alle krav",
|
||||||
"passwordStrength": "Adgangskodestyrke",
|
"passwordStrength": "Adgangskodestyrke",
|
||||||
"passwordStrengthWeak": "Svag",
|
"passwordStrengthWeak": "Svag",
|
||||||
"passwordStrengthMedium": "Medium",
|
"passwordStrengthMedium": "Middel",
|
||||||
"passwordStrengthStrong": "Stærk",
|
"passwordStrengthStrong": "Stærk",
|
||||||
"passwordRequirements": "Krav:",
|
"passwordRequirements": "Krav:",
|
||||||
"passwordRequirementLengthText": "8+ tegn",
|
"passwordRequirementLengthText": "8+ tegn",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Fejl ved logout",
|
"logoutError": "Fejl ved logout",
|
||||||
"signingAs": "Logget ind som",
|
"signingAs": "Logget ind som",
|
||||||
"serverAdmin": "Serveradministrator",
|
"serverAdmin": "Serveradministrator",
|
||||||
|
"promoteServerAdmin": "Fremme til serveradministrator",
|
||||||
|
"promoteServerAdminTitle": "Fremme til Serveradministrator",
|
||||||
|
"promoteServerAdminQuestion": "Er du sikker på at du vil forfremme {selectedUser} til serveradministrator?",
|
||||||
|
"promoteServerAdminMessage": "Serveradministratorer har de højeste privilegier og kan administrere serveren.",
|
||||||
|
"promoteServerAdminWarning": "Dette kan fortrydes når som helst ved at degradere brugeren.",
|
||||||
|
"promoteServerAdminConfirm": "Fremme til Serveradministrator",
|
||||||
|
"promoteServerAdminSuccess": "Bruger Forfremmet",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} er nu serveradministrator.",
|
||||||
|
"promoteServerAdminError": "Kunne ikke forfremme bruger",
|
||||||
|
"demoteServerAdmin": "Degradere fra serveradministrator",
|
||||||
|
"demoteServerAdminTitle": "Degradere fra Serveradministrator",
|
||||||
|
"demoteServerAdminQuestion": "Er du sikker på at du vil degradere {selectedUser} fra serveradministrator?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} vil miste alle serveradministrator privilegier.",
|
||||||
|
"demoteServerAdminWarning": "Dette kan fortrydes når som helst ved at forfremme brugeren.",
|
||||||
|
"demoteServerAdminConfirm": "Degradere fra serveradministrator",
|
||||||
|
"demoteServerAdminSuccess": "Bruger degraderet",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} er ikke længere serveradministrator.",
|
||||||
|
"demoteServerAdminError": "Kunne ikke degradere bruger",
|
||||||
"managedSelfhosted": "Administreret selvhostet",
|
"managedSelfhosted": "Administreret selvhostet",
|
||||||
"otpEnable": "Aktivér tofaktor",
|
"otpEnable": "Aktivér tofaktor",
|
||||||
"otpDisable": "Deaktivér tofaktor",
|
"otpDisable": "Deaktivér tofaktor",
|
||||||
@@ -1977,7 +1999,7 @@
|
|||||||
"aiProviderModelsCatalogEmpty": "Ingen matchende katalogmodeller.",
|
"aiProviderModelsCatalogEmpty": "Ingen matchende katalogmodeller.",
|
||||||
"aiProviderModelsCatalogHeading": "Kendte Modeller",
|
"aiProviderModelsCatalogHeading": "Kendte Modeller",
|
||||||
"aiProviderModelsAllLabel": "Alle modeller",
|
"aiProviderModelsAllLabel": "Alle modeller",
|
||||||
"aiProviderModelsAllPatternHint": "Wildcard: *",
|
"aiProviderModelsAllPatternHint": "Jokertegn: *",
|
||||||
"aiProviderModelsAddAllAllow": "Tillad alle modeller",
|
"aiProviderModelsAddAllAllow": "Tillad alle modeller",
|
||||||
"aiProviderModelsAddAllBlock": "Blokér alle modeller",
|
"aiProviderModelsAddAllBlock": "Blokér alle modeller",
|
||||||
"aiProviderModelsAddAllDescription": "Bruger * wildcard så hver modelnøgle matcher.",
|
"aiProviderModelsAddAllDescription": "Bruger * wildcard så hver modelnøgle matcher.",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Budget",
|
"resourceBudgetSettings": "Budget",
|
||||||
"resourceBudgetSettingsDescription": "Konfigurer, hvordan denne AI-gateway begrænser brug baseret på udgifts- eller token-grænser",
|
"resourceBudgetSettingsDescription": "Konfigurer, hvordan denne AI-gateway begrænser brug baseret på udgifts- eller token-grænser",
|
||||||
"sidebarApiKeys": "API-nøgler",
|
"sidebarApiKeys": "API-nøgler",
|
||||||
|
"sidebarOrgs": "Organisationer",
|
||||||
"sidebarProvisioning": "Provisionering",
|
"sidebarProvisioning": "Provisionering",
|
||||||
"sidebarSettings": "Indstillinger",
|
"sidebarSettings": "Indstillinger",
|
||||||
"sidebarAllUsers": "Alle brugere",
|
"sidebarAllUsers": "Alle brugere",
|
||||||
@@ -2149,7 +2172,7 @@
|
|||||||
"commandBilling": "Fakturering",
|
"commandBilling": "Fakturering",
|
||||||
"commandEnterpriseLicenses": "Licenser",
|
"commandEnterpriseLicenses": "Licenser",
|
||||||
"commandSettings": "Indstillinger",
|
"commandSettings": "Indstillinger",
|
||||||
"commandLauncher": "Launcher",
|
"commandLauncher": "Startprogram",
|
||||||
"commandResourceLauncher": "Ressource-launcher",
|
"commandResourceLauncher": "Ressource-launcher",
|
||||||
"commandSearchResults": "Søgeresultater",
|
"commandSearchResults": "Søgeresultater",
|
||||||
"alertingTitle": "Varsling",
|
"alertingTitle": "Varsling",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Få Olm til at køre på dit system",
|
"clientInstallOlmDescription": "Få Olm til at køre på dit system",
|
||||||
"clientOlmCredentials": "Legitimationsoplysninger",
|
"clientOlmCredentials": "Legitimationsoplysninger",
|
||||||
"clientOlmCredentialsDescription": "Dette er hvordan klienten vil godkende med serveren",
|
"clientOlmCredentialsDescription": "Dette er hvordan klienten vil godkende med serveren",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Slutpunkt",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Sikkerhedsnøgle",
|
"olmSecretKey": "Sikkerhedsnøgle",
|
||||||
"clientCredentialsSave": "Gem brugeroplysninger",
|
"clientCredentialsSave": "Gem brugeroplysninger",
|
||||||
@@ -2730,7 +2753,7 @@
|
|||||||
"requireDeviceApproval": "Kræv enhedsgodkendelse",
|
"requireDeviceApproval": "Kræv enhedsgodkendelse",
|
||||||
"requireDeviceApprovalDescription": "Brugere med denne rolle skal have nye enheder godkendt af en administrator, før de kan oprette forbindelse og få adgang til ressourcer.",
|
"requireDeviceApprovalDescription": "Brugere med denne rolle skal have nye enheder godkendt af en administrator, før de kan oprette forbindelse og få adgang til ressourcer.",
|
||||||
"sshSettings": "SSH",
|
"sshSettings": "SSH",
|
||||||
"inferenceSettings": "AI Gateway",
|
"inferenceSettings": "AI-gateway",
|
||||||
"sshAccess": "SSH-adgang",
|
"sshAccess": "SSH-adgang",
|
||||||
"rdpSettings": "RDP",
|
"rdpSettings": "RDP",
|
||||||
"vncSettings": "VNC",
|
"vncSettings": "VNC",
|
||||||
@@ -2848,7 +2871,7 @@
|
|||||||
"resourcesTableNoProxyResourcesFound": "Ingen proxy-ressourcer fundet.",
|
"resourcesTableNoProxyResourcesFound": "Ingen proxy-ressourcer fundet.",
|
||||||
"resourcesTableNoInternalResourcesFound": "Ingen private ressourcer fundet.",
|
"resourcesTableNoInternalResourcesFound": "Ingen private ressourcer fundet.",
|
||||||
"resourcesTableDestination": "Destination",
|
"resourcesTableDestination": "Destination",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "Navn",
|
||||||
"resourcesTableAliasAddress": "Alias adresse",
|
"resourcesTableAliasAddress": "Alias adresse",
|
||||||
"resourcesTableAliasAddressInfo": "Denne adressen er en del af organisationens subnet. Den bruges til at løse aliasposter ved hjælp af intern DNS-opløsning.",
|
"resourcesTableAliasAddressInfo": "Denne adressen er en del af organisationens subnet. Den bruges til at løse aliasposter ved hjælp af intern DNS-opløsning.",
|
||||||
"resourcesTableClients": "Klienter",
|
"resourcesTableClients": "Klienter",
|
||||||
@@ -2886,7 +2909,7 @@
|
|||||||
"editInternalResourceDialogModeCidr": "CIDR",
|
"editInternalResourceDialogModeCidr": "CIDR",
|
||||||
"editInternalResourceDialogModeHttp": "HTTP",
|
"editInternalResourceDialogModeHttp": "HTTP",
|
||||||
"editInternalResourceDialogModeHttps": "HTTPS",
|
"editInternalResourceDialogModeHttps": "HTTPS",
|
||||||
"editInternalResourceDialogModeInference": "AI Gateway",
|
"editInternalResourceDialogModeInference": "AI-gateway",
|
||||||
"editInternalResourceDialogModeSsh": "SSH",
|
"editInternalResourceDialogModeSsh": "SSH",
|
||||||
"editInternalResourceDialogScheme": "Skema",
|
"editInternalResourceDialogScheme": "Skema",
|
||||||
"editInternalResourceDialogEnableSsl": "Aktivér TLS",
|
"editInternalResourceDialogEnableSsl": "Aktivér TLS",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "IP-adressen eller værtsnavnet til ressourcen på sitets netværk.",
|
"editInternalResourceDialogDestinationHostDescription": "IP-adressen eller værtsnavnet til ressourcen på sitets netværk.",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "IP eller hostnavn til ressourcen på sitets netværk.",
|
"editInternalResourceDialogDestinationIPDescription": "IP eller hostnavn til ressourcen på sitets netværk.",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "CIDR-området til ressourcen på sitets netværk.",
|
"editInternalResourceDialogDestinationCidrDescription": "CIDR-området til ressourcen på sitets netværk.",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "Navn",
|
||||||
"editInternalResourceDialogAliasDescription": "Et valgfrit internt DNS-alias for denne ressource.",
|
"editInternalResourceDialogAliasDescription": "Et valgfrit internt DNS-alias for denne ressource.",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "Ingen tilgængelige steder",
|
"createInternalResourceDialogNoSitesAvailable": "Ingen tilgængelige steder",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "Du skal have mindst ét Newt-site med et konfigureret subnet for at oprette private ressourcer.",
|
"createInternalResourceDialogNoSitesAvailableDescription": "Du skal have mindst ét Newt-site med et konfigureret subnet for at oprette private ressourcer.",
|
||||||
@@ -2907,7 +2930,7 @@
|
|||||||
"privateResourceAllowIcmpPing": "Tillad ICMP-ping",
|
"privateResourceAllowIcmpPing": "Tillad ICMP-ping",
|
||||||
"privateResourceNetworkAccess": "Netværksadgang",
|
"privateResourceNetworkAccess": "Netværksadgang",
|
||||||
"privateResourceNetworkAccessDescription": "Styr TCP/UDP-portadgang og om ICMP-ping er tilladt for denne ressource.",
|
"privateResourceNetworkAccessDescription": "Styr TCP/UDP-portadgang og om ICMP-ping er tilladt for denne ressource.",
|
||||||
"hostSettings": "Host",
|
"hostSettings": "Vært",
|
||||||
"cidrSettings": "CIDR",
|
"cidrSettings": "CIDR",
|
||||||
"createInternalResourceDialogResourceProperties": "Ressourceegenskaber",
|
"createInternalResourceDialogResourceProperties": "Ressourceegenskaber",
|
||||||
"createInternalResourceDialogName": "Navn",
|
"createInternalResourceDialogName": "Navn",
|
||||||
@@ -2946,7 +2969,7 @@
|
|||||||
"createInternalResourceDialogModeHttp": "HTTP",
|
"createInternalResourceDialogModeHttp": "HTTP",
|
||||||
"createInternalResourceDialogModeHttps": "HTTPS",
|
"createInternalResourceDialogModeHttps": "HTTPS",
|
||||||
"createInternalResourceDialogModeSsh": "SSH",
|
"createInternalResourceDialogModeSsh": "SSH",
|
||||||
"createInternalResourceDialogModeInference": "AI Gateway",
|
"createInternalResourceDialogModeInference": "AI-gateway",
|
||||||
"scheme": "Skema",
|
"scheme": "Skema",
|
||||||
"createInternalResourceDialogScheme": "Skema",
|
"createInternalResourceDialogScheme": "Skema",
|
||||||
"createInternalResourceDialogEnableSsl": "Aktivér TLS",
|
"createInternalResourceDialogEnableSsl": "Aktivér TLS",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "Destination",
|
"createInternalResourceDialogDestination": "Destination",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "IP-adressen eller værtsnavnet til ressourcen på sitets netværk.",
|
"createInternalResourceDialogDestinationHostDescription": "IP-adressen eller værtsnavnet til ressourcen på sitets netværk.",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "CIDR-området til ressourcen på sitets netværk.",
|
"createInternalResourceDialogDestinationCidrDescription": "CIDR-området til ressourcen på sitets netværk.",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "Navn",
|
||||||
"createInternalResourceDialogAliasDescription": "Et valgfrit internt DNS-alias for denne ressource.",
|
"createInternalResourceDialogAliasDescription": "Et valgfrit internt DNS-alias for denne ressource.",
|
||||||
"internalResourceAliasLocalWarning": "Aliasser, der ender på .local, kan forårsage opløsningsproblemer på grund af mDNS på nogle netværk.",
|
"internalResourceAliasLocalWarning": "Aliasser, der ender på .local, kan forårsage opløsningsproblemer på grund af mDNS på nogle netværk.",
|
||||||
"internalResourceDownstreamSchemeRequired": "Skema er påkrævet for HTTP-ressourcer",
|
"internalResourceDownstreamSchemeRequired": "Skema er påkrævet for HTTP-ressourcer",
|
||||||
@@ -3197,7 +3220,7 @@
|
|||||||
"authPageBrandingRemoveTitle": "Fjern markedsføring for autentiseringsside",
|
"authPageBrandingRemoveTitle": "Fjern markedsføring for autentiseringsside",
|
||||||
"authPageBrandingQuestionRemove": "Er du sikker på at du vil fjerne merkevarebyggingen for autentiseringssider?",
|
"authPageBrandingQuestionRemove": "Er du sikker på at du vil fjerne merkevarebyggingen for autentiseringssider?",
|
||||||
"authPageBrandingDeleteConfirm": "Bekræft sletning af merkevarebygging",
|
"authPageBrandingDeleteConfirm": "Bekræft sletning af merkevarebygging",
|
||||||
"brandingLogoURL": "Logo URL",
|
"brandingLogoURL": "Logo-URL",
|
||||||
"brandingLogoURLOrPath": "Logoen URL eller sti",
|
"brandingLogoURLOrPath": "Logoen URL eller sti",
|
||||||
"brandingLogoPathDescription": "Indtast en URL eller en lokal sti.",
|
"brandingLogoPathDescription": "Indtast en URL eller en lokal sti.",
|
||||||
"brandingLogoURLDescription": "Indtast en offentligt tilgængelig webadresse til din logobillede.",
|
"brandingLogoURLDescription": "Indtast en offentligt tilgængelig webadresse til din logobillede.",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Prioritet",
|
"priority": "Prioritet",
|
||||||
"priorityDescription": "Ruter med højere prioritet evalueres først. Prioritet = 100 betyder automatisk rækkefølge (systembeslutninger). Brug et andet tal for at gennemtvinge manuel prioritet.",
|
"priorityDescription": "Ruter med højere prioritet evalueres først. Prioritet = 100 betyder automatisk rækkefølge (systembeslutninger). Brug et andet tal for at gennemtvinge manuel prioritet.",
|
||||||
"instanceName": "Forekomst navn",
|
"instanceName": "Forekomst navn",
|
||||||
|
"clearInstanceName": "Nulstil serverforbindelse",
|
||||||
"pathMatchModalTitle": "Konfigurere matching af sti",
|
"pathMatchModalTitle": "Konfigurere matching af sti",
|
||||||
"pathMatchModalDescription": "Opsæt hvordan indgående forespørgsler skal matches baseret på deres sti.",
|
"pathMatchModalDescription": "Opsæt hvordan indgående forespørgsler skal matches baseret på deres sti.",
|
||||||
"pathMatchType": "Matchtype",
|
"pathMatchType": "Matchtype",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "Regenerering af legitimationsoplysninger vil ugyldiggøre de forrige og forårsage en frakobling. Sørg for at opdatere alle konfigurationer, der bruger disse legitimationsoplysninger.",
|
"regenerateCredentialsWarning": "Regenerering af legitimationsoplysninger vil ugyldiggøre de forrige og forårsage en frakobling. Sørg for at opdatere alle konfigurationer, der bruger disse legitimationsoplysninger.",
|
||||||
"confirm": "Bekræft",
|
"confirm": "Bekræft",
|
||||||
"regenerateCredentialsConfirmation": "Er du sikker på at du vil regenerere legetimationerne?",
|
"regenerateCredentialsConfirmation": "Er du sikker på at du vil regenerere legetimationerne?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Slutpunkt",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Hemmelig nøgle",
|
"SecretKey": "Hemmelig nøgle",
|
||||||
"niceId": "God ID",
|
"niceId": "God ID",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "Ingen data",
|
"noData": "Ingen data",
|
||||||
"machineClients": "Maskinklienter",
|
"machineClients": "Maskinklienter",
|
||||||
"install": "Installer",
|
"install": "Installer",
|
||||||
|
"downloadInstaller": "Download Installer",
|
||||||
"run": "Kjør",
|
"run": "Kjør",
|
||||||
"envFile": "Miljøfil",
|
"envFile": "Miljøfil",
|
||||||
"serviceFile": "Tjenestefil",
|
"serviceFile": "Tjenestefil",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Offline",
|
"disconnected": "Offline",
|
||||||
"approvalsEmptyStateTitle": "Enhedsgodkendelser er ikke aktiveret",
|
"approvalsEmptyStateTitle": "Enhedsgodkendelser er ikke aktiveret",
|
||||||
"approvalsEmptyStateDescription": "Aktivere godkendelser af enheder for at roller skal godkendes af admin før brugere kan opret forbindelse til nye enheder.",
|
"approvalsEmptyStateDescription": "Aktivere godkendelser af enheder for at roller skal godkendes af admin før brugere kan opret forbindelse til nye enheder.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Sådan aktiveres",
|
||||||
"approvalsEmptyStateStep1Title": "Gå til roller",
|
"approvalsEmptyStateStep1Title": "Gå til roller",
|
||||||
"approvalsEmptyStateStep1Description": "Naviger til organisationens roller indstillinger for at konfigurere enhedsgodkendelser.",
|
"approvalsEmptyStateStep1Description": "Naviger til organisationens roller indstillinger for at konfigurere enhedsgodkendelser.",
|
||||||
"approvalsEmptyStateStep2Title": "Aktivér enhedsgodkendelser",
|
"approvalsEmptyStateStep2Title": "Aktivér enhedsgodkendelser",
|
||||||
@@ -4214,7 +4240,7 @@
|
|||||||
"memberPortalResourceDisabled": "Ressource deaktiveret",
|
"memberPortalResourceDisabled": "Ressource deaktiveret",
|
||||||
"memberPortalShowingResources": "Viser {start}-{end} af {total} ressourcer",
|
"memberPortalShowingResources": "Viser {start}-{end} af {total} ressourcer",
|
||||||
"resourceLauncherTitle": "Ressource Starter",
|
"resourceLauncherTitle": "Ressource Starter",
|
||||||
"resourceSidebarLauncherTitle": "Launcher",
|
"resourceSidebarLauncherTitle": "Startprogram",
|
||||||
"resourceLauncherDescription": "Se alle tilgængelige ressourcer og start dem fra ét centralt knudepunkt",
|
"resourceLauncherDescription": "Se alle tilgængelige ressourcer og start dem fra ét centralt knudepunkt",
|
||||||
"resourceLauncherSearchPlaceholder": "Søg i dine ressourcer...",
|
"resourceLauncherSearchPlaceholder": "Søg i dine ressourcer...",
|
||||||
"resourceLauncherDefaultView": "Standard",
|
"resourceLauncherDefaultView": "Standard",
|
||||||
@@ -4230,7 +4256,7 @@
|
|||||||
"resourceLauncherSaveForEveryone": "Gem for Alle",
|
"resourceLauncherSaveForEveryone": "Gem for Alle",
|
||||||
"resourceLauncherSaveForEveryoneDescription": "Del denne visning med alle organisationsmedlemmer. Når den er ikke markeret, er visningen kun synlig for dig.",
|
"resourceLauncherSaveForEveryoneDescription": "Del denne visning med alle organisationsmedlemmer. Når den er ikke markeret, er visningen kun synlig for dig.",
|
||||||
"resourceLauncherMakePersonal": "Gør Personlig",
|
"resourceLauncherMakePersonal": "Gør Personlig",
|
||||||
"resourceLauncherFilter": "Filter",
|
"resourceLauncherFilter": "Filtre",
|
||||||
"resourceLauncherFilterWithCount": "Filter, {count} anvendt",
|
"resourceLauncherFilterWithCount": "Filter, {count} anvendt",
|
||||||
"resourceLauncherSort": "Sortér",
|
"resourceLauncherSort": "Sortér",
|
||||||
"resourceLauncherSortAscending": "Sortér stigende",
|
"resourceLauncherSortAscending": "Sortér stigende",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Vis som Admin",
|
"resourceLauncherViewAsAdmin": "Vis som Admin",
|
||||||
"resourceLauncherResourceDetailsDescription": "Forbindelsesoplysninger og status for denne ressource.",
|
"resourceLauncherResourceDetailsDescription": "Forbindelsesoplysninger og status for denne ressource.",
|
||||||
"resourceLauncherResourceDetails": "Ressourcedetaljer",
|
"resourceLauncherResourceDetails": "Ressourcedetaljer",
|
||||||
|
"resourceLauncherSitesDescription": "Ressourcen er tilgængelig via følgende sites.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Vis side som Admin",
|
||||||
|
"resourceLauncherFilterBySite": "Filtrer efter site",
|
||||||
|
"resourceLauncherSshCommand": "SSH-kommando",
|
||||||
|
"resourceLauncherSshCommandDescription": "Brug Pangolin CLI til at åbne en SSH-session til denne ressource.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Autentificeringsmetoder aktiveret for denne ressource.",
|
"resourceLauncherAuthMethodsDescription": "Autentificeringsmetoder aktiveret for denne ressource.",
|
||||||
"resourceLauncherPrivateClientRequired": "Forbind med en klient på din enhed for at få privat adgang til denne ressource.",
|
"resourceLauncherPrivateClientRequired": "Forbind med en klient på din enhed for at få privat adgang til denne ressource.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Klientforbindelse påkrævet",
|
"resourceLauncherPrivateClientRequiredTitle": "Klientforbindelse påkrævet",
|
||||||
@@ -4262,7 +4293,7 @@
|
|||||||
"resourceLauncherTcp": "TCP",
|
"resourceLauncherTcp": "TCP",
|
||||||
"resourceLauncherUdp": "UDP",
|
"resourceLauncherUdp": "UDP",
|
||||||
"resourceLauncherUnlabeled": "Uden Etiket",
|
"resourceLauncherUnlabeled": "Uden Etiket",
|
||||||
"resourceLauncherAiGateway": "AI Gateway",
|
"resourceLauncherAiGateway": "AI-gateway",
|
||||||
"resourceLauncherNoSite": "Ingen Site",
|
"resourceLauncherNoSite": "Ingen Site",
|
||||||
"resourceLauncherAvailableModels": "Tilgængelige Modeller",
|
"resourceLauncherAvailableModels": "Tilgængelige Modeller",
|
||||||
"resourceLauncherAvailableModelsDescription": "Modeller, du kan bruge med denne AI-gateway.",
|
"resourceLauncherAvailableModelsDescription": "Modeller, du kan bruge med denne AI-gateway.",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Unicode tastaturtilstand",
|
"rdpUnicodeKeyboardMode": "Unicode tastaturtilstand",
|
||||||
"sessionToolbarShow": "Vis værktøjslinje",
|
"sessionToolbarShow": "Vis værktøjslinje",
|
||||||
"sessionToolbarHide": "Skjul værktøjslinje",
|
"sessionToolbarHide": "Skjul værktøjslinje",
|
||||||
"actionUpdateSiteApprovals": "Opdater godkendelser på site"
|
"actionUpdateSiteApprovals": "Opdater godkendelser på site",
|
||||||
|
"check": "Tjek"
|
||||||
}
|
}
|
||||||
|
|||||||
+44
-12
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Ziele an diesem Standort",
|
"siteResourcesTargetsOnSite": "Ziele an diesem Standort",
|
||||||
"siteSetting": "{siteName} Einstellungen",
|
"siteSetting": "{siteName} Einstellungen",
|
||||||
"siteNewtTunnel": "Newt Standort (empfohlen)",
|
"siteNewtTunnel": "Newt Standort (empfohlen)",
|
||||||
|
"pangolinSite": "Pangolin Seite",
|
||||||
"siteNewtTunnelDescription": "Einfachster Weg, einen Einstiegspunkt in jedes Netzwerk zu erstellen. Keine zusätzliche Einrichtung.",
|
"siteNewtTunnelDescription": "Einfachster Weg, einen Einstiegspunkt in jedes Netzwerk zu erstellen. Keine zusätzliche Einrichtung.",
|
||||||
"siteWg": "Einfacher WireGuard Tunnel",
|
"siteWg": "Einfacher WireGuard Tunnel",
|
||||||
"siteWgDescription": "Verwende jeden WireGuard-Client, um einen Tunnel einzurichten. Manuelles NAT-Setup erforderlich.",
|
"siteWgDescription": "Verwende jeden WireGuard-Client, um einen Tunnel einzurichten. Manuelles NAT-Setup erforderlich.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "API-Schlüssel löschen",
|
"apiKeysDelete": "API-Schlüssel löschen",
|
||||||
"apiKeysManage": "API-Schlüssel verwalten",
|
"apiKeysManage": "API-Schlüssel verwalten",
|
||||||
"apiKeysDescription": "API-Schlüssel werden zur Authentifizierung mit der Integrations-API verwendet",
|
"apiKeysDescription": "API-Schlüssel werden zur Authentifizierung mit der Integrations-API verwendet",
|
||||||
|
"orgsManage": "Organisationen verwalten",
|
||||||
|
"orgsDescription": "Alle Organisationen in dieser Instanz anzeigen und verwalten",
|
||||||
"provisioningKeysTitle": "Bereitstellungsschlüssel",
|
"provisioningKeysTitle": "Bereitstellungsschlüssel",
|
||||||
"provisioningKeysManage": "Bereitstellungsschlüssel verwalten",
|
"provisioningKeysManage": "Bereitstellungsschlüssel verwalten",
|
||||||
"provisioningKeysDescription": "Bereitstellungsschlüssel werden verwendet, um die automatisierte Bereitstellung von Standorten für Ihr Unternehmen zu authentifizieren.",
|
"provisioningKeysDescription": "Bereitstellungsschlüssel werden verwendet, um die automatisierte Bereitstellung von Standorten für Ihr Unternehmen zu authentifizieren.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Name (optional)",
|
"nameOptional": "Name (optional)",
|
||||||
"accessControls": "Zugriffskontrolle",
|
"accessControls": "Zugriffskontrolle",
|
||||||
"userDescription2": "Verwalten Sie die Einstellungen dieses Benutzers",
|
"userDescription2": "Verwalten Sie die Einstellungen dieses Benutzers",
|
||||||
|
"userGeneralSettingsDescription": "Die Rollen und Einstellungen dieses Benutzers in der Organisation verwalten",
|
||||||
"accessRoleErrorAdd": "Fehler beim Hinzufügen des Benutzers zur Rolle",
|
"accessRoleErrorAdd": "Fehler beim Hinzufügen des Benutzers zur Rolle",
|
||||||
"accessRoleErrorAddDescription": "Beim Hinzufügen des Benutzers zur Rolle ist ein Fehler aufgetreten.",
|
"accessRoleErrorAddDescription": "Beim Hinzufügen des Benutzers zur Rolle ist ein Fehler aufgetreten.",
|
||||||
"userSaved": "Benutzer gespeichert",
|
"userSaved": "Benutzer gespeichert",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Passwort zurücksetzen Code generieren",
|
"generatePasswordResetCode": "Passwort zurücksetzen Code generieren",
|
||||||
"passwordResetCodeGenerated": "Passwort zurücksetzen Code generiert",
|
"passwordResetCodeGenerated": "Passwort zurücksetzen Code generiert",
|
||||||
"passwordResetCodeGeneratedDescription": "Teilen Sie diesen Code mit dem Benutzer. Sie können ihn verwenden, um ihr Passwort zurückzusetzen.",
|
"passwordResetCodeGeneratedDescription": "Teilen Sie diesen Code mit dem Benutzer. Sie können ihn verwenden, um ihr Passwort zurückzusetzen.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "URL zurücksetzen",
|
||||||
"passwordNew": "Neues Passwort",
|
"passwordNew": "Neues Passwort",
|
||||||
"passwordNewConfirm": "Neues Passwort bestätigen",
|
"passwordNewConfirm": "Neues Passwort bestätigen",
|
||||||
"changePassword": "Passwort ändern",
|
"changePassword": "Passwort ändern",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Fehler beim Abmelden",
|
"logoutError": "Fehler beim Abmelden",
|
||||||
"signingAs": "Angemeldet als",
|
"signingAs": "Angemeldet als",
|
||||||
"serverAdmin": "Server-Administrator",
|
"serverAdmin": "Server-Administrator",
|
||||||
|
"promoteServerAdmin": "Zum Server-Admin befördern",
|
||||||
|
"promoteServerAdminTitle": "Zum Server-Admin befördern",
|
||||||
|
"promoteServerAdminQuestion": "Sind Sie sicher, dass Sie {selectedUser} zum Server-Admin befördern möchten?",
|
||||||
|
"promoteServerAdminMessage": "Server-Admins haben die höchsten Privilegien und können den Server verwalten.",
|
||||||
|
"promoteServerAdminWarning": "Das kann jederzeit rückgängig gemacht werden, indem der Benutzer degradiert wird.",
|
||||||
|
"promoteServerAdminConfirm": "Zum Server-Admin befördern",
|
||||||
|
"promoteServerAdminSuccess": "Benutzer befördert",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} ist jetzt ein Server-Admin.",
|
||||||
|
"promoteServerAdminError": "Fehler beim Befördern des Benutzers",
|
||||||
|
"demoteServerAdmin": "Vom Server-Admin degradieren",
|
||||||
|
"demoteServerAdminTitle": "Vom Server-Admin degradieren",
|
||||||
|
"demoteServerAdminQuestion": "Sind Sie sicher, dass Sie {selectedUser} als Server-Admin degradieren möchten?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} wird alle Server-Admin-Rechte verlieren.",
|
||||||
|
"demoteServerAdminWarning": "Das kann jederzeit rückgängig gemacht werden, indem der Benutzer befördert wird.",
|
||||||
|
"demoteServerAdminConfirm": "Vom Server-Admin degradieren",
|
||||||
|
"demoteServerAdminSuccess": "Benutzer degradiert",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} ist kein Server-Admin mehr.",
|
||||||
|
"demoteServerAdminError": "Fehler beim Degradieren des Benutzers",
|
||||||
"managedSelfhosted": "Verwaltetes Selbsthosted",
|
"managedSelfhosted": "Verwaltetes Selbsthosted",
|
||||||
"otpEnable": "Zwei-Faktor aktivieren",
|
"otpEnable": "Zwei-Faktor aktivieren",
|
||||||
"otpDisable": "Zwei-Faktor deaktivieren",
|
"otpDisable": "Zwei-Faktor deaktivieren",
|
||||||
@@ -1682,7 +1704,7 @@
|
|||||||
"commandAiProviders": "KI-Anbieter",
|
"commandAiProviders": "KI-Anbieter",
|
||||||
"sidebarVirtualApiKeys": "Virtuelle API-Schlüssel",
|
"sidebarVirtualApiKeys": "Virtuelle API-Schlüssel",
|
||||||
"sidebarMyApiKeys": "Ihre API-Schlüssel",
|
"sidebarMyApiKeys": "Ihre API-Schlüssel",
|
||||||
"sidebarAccount": "Launcher",
|
"sidebarAccount": "Starter",
|
||||||
"commandVirtualApiKeys": "Virtuelle API-Schlüssel",
|
"commandVirtualApiKeys": "Virtuelle API-Schlüssel",
|
||||||
"virtualApiKeysTitle": "Virtuelle API-Schlüssel verwalten",
|
"virtualApiKeysTitle": "Virtuelle API-Schlüssel verwalten",
|
||||||
"virtualApiKeysDescription": "Erstellen und verwalten Sie manuelle API-Schlüssel für den Zugang zum KI-Gateway des öffentlichen KI-Gateways",
|
"virtualApiKeysDescription": "Erstellen und verwalten Sie manuelle API-Schlüssel für den Zugang zum KI-Gateway des öffentlichen KI-Gateways",
|
||||||
@@ -1885,7 +1907,7 @@
|
|||||||
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI Gateway",
|
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI Gateway",
|
||||||
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-authorization: Bearer-Schlüssel. Wird vom Cloudflare AI Gateway verwendet",
|
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-authorization: Bearer-Schlüssel. Wird vom Cloudflare AI Gateway verwendet",
|
||||||
"aiProviderAuthTypeNone": "Keine Auth",
|
"aiProviderAuthTypeNone": "Keine Auth",
|
||||||
"aiProviderAuthTypePassthrough": "Passthrough",
|
"aiProviderAuthTypePassthrough": "Durchreichen",
|
||||||
"aiProviderAuthTypeDescription": "Wie die Upstream-API Anfragen authentifiziert",
|
"aiProviderAuthTypeDescription": "Wie die Upstream-API Anfragen authentifiziert",
|
||||||
"aiProviderAuthTypePassthroughDescription": "Leiten Sie die API-Schlüssel-Header des Anrufers an den Upstream weiter",
|
"aiProviderAuthTypePassthroughDescription": "Leiten Sie die API-Schlüssel-Header des Anrufers an den Upstream weiter",
|
||||||
"aiProviderAuthTypeNoneDescription": "Keine Authentifizierungs-Header an den Upstream senden",
|
"aiProviderAuthTypeNoneDescription": "Keine Authentifizierungs-Header an den Upstream senden",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Budget",
|
"resourceBudgetSettings": "Budget",
|
||||||
"resourceBudgetSettingsDescription": "Konfigurieren Sie, wie dieses KI-Gateway die Nutzung basierend auf Ausgabe- oder Token-Limits einschränkt",
|
"resourceBudgetSettingsDescription": "Konfigurieren Sie, wie dieses KI-Gateway die Nutzung basierend auf Ausgabe- oder Token-Limits einschränkt",
|
||||||
"sidebarApiKeys": "API-Schlüssel",
|
"sidebarApiKeys": "API-Schlüssel",
|
||||||
|
"sidebarOrgs": "Organisationen",
|
||||||
"sidebarProvisioning": "Bereitstellung",
|
"sidebarProvisioning": "Bereitstellung",
|
||||||
"sidebarSettings": "Einstellungen",
|
"sidebarSettings": "Einstellungen",
|
||||||
"sidebarAllUsers": "Alle Benutzer",
|
"sidebarAllUsers": "Alle Benutzer",
|
||||||
@@ -2110,7 +2133,7 @@
|
|||||||
"sidebarAlerting": "Benachrichtigung",
|
"sidebarAlerting": "Benachrichtigung",
|
||||||
"sidebarHealthChecks": "Gesundheits-Checks",
|
"sidebarHealthChecks": "Gesundheits-Checks",
|
||||||
"sidebarOrganization": "Organisation",
|
"sidebarOrganization": "Organisation",
|
||||||
"sidebarManagement": "Management",
|
"sidebarManagement": "Verwaltung",
|
||||||
"sidebarBillingAndLicenses": "Abrechnung & Lizenzen",
|
"sidebarBillingAndLicenses": "Abrechnung & Lizenzen",
|
||||||
"sidebarLogsAnalytics": "Analytik",
|
"sidebarLogsAnalytics": "Analytik",
|
||||||
"commandSites": "Seiten",
|
"commandSites": "Seiten",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Entfernen",
|
"roleMappingRemoveRule": "Entfernen",
|
||||||
"idpGoogleConfiguration": "Google-Konfiguration",
|
"idpGoogleConfiguration": "Google-Konfiguration",
|
||||||
"idpGoogleConfigurationDescription": "Google OAuth2 Zugangsdaten konfigurieren",
|
"idpGoogleConfigurationDescription": "Google OAuth2 Zugangsdaten konfigurieren",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Google OAuth2 Client-ID",
|
||||||
"idpGoogleClientSecretDescription": "Google OAuth2 Client Geheimnis",
|
"idpGoogleClientSecretDescription": "Google OAuth2 Client Geheimnis",
|
||||||
"idpAzureConfiguration": "Azure Entra ID Konfiguration",
|
"idpAzureConfiguration": "Azure Entra ID Konfiguration",
|
||||||
"idpAzureConfigurationDescription": "Azure Entra ID OAuth2 Zugangsdaten konfigurieren",
|
"idpAzureConfigurationDescription": "Azure Entra ID OAuth2 Zugangsdaten konfigurieren",
|
||||||
"idpTenantId": "Mandanten-ID",
|
"idpTenantId": "Mandanten-ID",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "mandanten-ID",
|
||||||
"idpAzureTenantIdDescription": "Azure Tenant ID (gefunden in Azure Active Directory Übersicht)",
|
"idpAzureTenantIdDescription": "Azure Tenant ID (gefunden in Azure Active Directory Übersicht)",
|
||||||
"idpAzureClientIdDescription": "Azure App Registration Client ID",
|
"idpAzureClientIdDescription": "Azure App Registration Client ID",
|
||||||
"idpAzureClientSecretDescription": "Azure App Registration Client Geheimnis",
|
"idpAzureClientSecretDescription": "Azure App Registration Client Geheimnis",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Priorität",
|
"priority": "Priorität",
|
||||||
"priorityDescription": "Die Routen mit höherer Priorität werden zuerst ausgewertet. Priorität = 100 bedeutet automatische Bestellung (Systementscheidung). Verwenden Sie eine andere Nummer, um manuelle Priorität zu erzwingen.",
|
"priorityDescription": "Die Routen mit höherer Priorität werden zuerst ausgewertet. Priorität = 100 bedeutet automatische Bestellung (Systementscheidung). Verwenden Sie eine andere Nummer, um manuelle Priorität zu erzwingen.",
|
||||||
"instanceName": "Instanzname",
|
"instanceName": "Instanzname",
|
||||||
|
"clearInstanceName": "Reset Server Association",
|
||||||
"pathMatchModalTitle": "Pfad anpassen konfigurieren",
|
"pathMatchModalTitle": "Pfad anpassen konfigurieren",
|
||||||
"pathMatchModalDescription": "Legen Sie fest, wie eingehende Anfragen basierend auf ihrem Pfad übereinstimmen sollen.",
|
"pathMatchModalDescription": "Legen Sie fest, wie eingehende Anfragen basierend auf ihrem Pfad übereinstimmen sollen.",
|
||||||
"pathMatchType": "Übereinstimmungstyp",
|
"pathMatchType": "Übereinstimmungstyp",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "Keine Daten",
|
"noData": "Keine Daten",
|
||||||
"machineClients": "Maschinen-Clients",
|
"machineClients": "Maschinen-Clients",
|
||||||
"install": "Installieren",
|
"install": "Installieren",
|
||||||
|
"downloadInstaller": "Installer herunterladen",
|
||||||
"run": "Ausführen",
|
"run": "Ausführen",
|
||||||
"envFile": "Umgebungsdatei",
|
"envFile": "Umgebungsdatei",
|
||||||
"serviceFile": "Servicedatei",
|
"serviceFile": "Servicedatei",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Verbindung getrennt",
|
"disconnected": "Verbindung getrennt",
|
||||||
"approvalsEmptyStateTitle": "Gerätezulassungen nicht aktiviert",
|
"approvalsEmptyStateTitle": "Gerätezulassungen nicht aktiviert",
|
||||||
"approvalsEmptyStateDescription": "Aktiviere Gerätegenehmigungen für Rollen, um Administratorgenehmigungen zu benötigen, bevor Benutzer neue Geräte verbinden können.",
|
"approvalsEmptyStateDescription": "Aktiviere Gerätegenehmigungen für Rollen, um Administratorgenehmigungen zu benötigen, bevor Benutzer neue Geräte verbinden können.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Aktivieren",
|
||||||
"approvalsEmptyStateStep1Title": "Gehe zu Rollen",
|
"approvalsEmptyStateStep1Title": "Gehe zu Rollen",
|
||||||
"approvalsEmptyStateStep1Description": "Navigieren Sie zu den Rolleneinstellungen Ihrer Organisation, um die Gerätefreigaben zu konfigurieren.",
|
"approvalsEmptyStateStep1Description": "Navigieren Sie zu den Rolleneinstellungen Ihrer Organisation, um die Gerätefreigaben zu konfigurieren.",
|
||||||
"approvalsEmptyStateStep2Title": "Gerätegenehmigungen aktivieren",
|
"approvalsEmptyStateStep2Title": "Gerätegenehmigungen aktivieren",
|
||||||
@@ -3982,12 +4008,12 @@
|
|||||||
"approvalsEmptyStateButtonText": "Rollen verwalten",
|
"approvalsEmptyStateButtonText": "Rollen verwalten",
|
||||||
"domainErrorTitle": "Wir haben Probleme mit der Überprüfung deiner Domain",
|
"domainErrorTitle": "Wir haben Probleme mit der Überprüfung deiner Domain",
|
||||||
"idpAdminAutoProvisionPoliciesTabHint": "Konfigurieren Sie Rollenzuordnungs- und Organisationsrichtlinien auf der Registerkarte <policiesTabLink>Auto-Bereitstellungseinstellungen</policiesTabLink>.",
|
"idpAdminAutoProvisionPoliciesTabHint": "Konfigurieren Sie Rollenzuordnungs- und Organisationsrichtlinien auf der Registerkarte <policiesTabLink>Auto-Bereitstellungseinstellungen</policiesTabLink>.",
|
||||||
"streamingTitle": "Event Streaming",
|
"streamingTitle": "Ereignis-Streaming",
|
||||||
"streamingDescription": "Streamen Sie Events aus Ihrem Unternehmen in Echtzeit zu externen Zielen.",
|
"streamingDescription": "Streamen Sie Events aus Ihrem Unternehmen in Echtzeit zu externen Zielen.",
|
||||||
"streamingUnnamedDestination": "Unbenanntes Ziel",
|
"streamingUnnamedDestination": "Unbenanntes Ziel",
|
||||||
"streamingNoUrlConfigured": "Keine URL konfiguriert",
|
"streamingNoUrlConfigured": "Keine URL konfiguriert",
|
||||||
"streamingAddDestination": "Ziel hinzufügen",
|
"streamingAddDestination": "Ziel hinzufügen",
|
||||||
"streamingHttpWebhookTitle": "HTTP Webhook",
|
"streamingHttpWebhookTitle": "HTTP-Webhook",
|
||||||
"streamingHttpWebhookDescription": "Sende Ereignisse an jeden HTTP-Endpunkt mit flexibler Authentifizierung und Vorlage.",
|
"streamingHttpWebhookDescription": "Sende Ereignisse an jeden HTTP-Endpunkt mit flexibler Authentifizierung und Vorlage.",
|
||||||
"streamingS3Title": "Amazon S3",
|
"streamingS3Title": "Amazon S3",
|
||||||
"streamingS3Description": "Streame Ereignisse in eine S3-kompatible Objekt-Speicher-Eimer. Kommt bald.",
|
"streamingS3Description": "Streame Ereignisse in eine S3-kompatible Objekt-Speicher-Eimer. Kommt bald.",
|
||||||
@@ -4079,7 +4105,7 @@
|
|||||||
"httpDestBodyTemplateHint": "Verwenden Sie Template-Variablen, um Ereignisfelder in Ihrer Payload zu referenzieren.",
|
"httpDestBodyTemplateHint": "Verwenden Sie Template-Variablen, um Ereignisfelder in Ihrer Payload zu referenzieren.",
|
||||||
"httpDestPayloadFormatTitle": "Payload-Format",
|
"httpDestPayloadFormatTitle": "Payload-Format",
|
||||||
"httpDestPayloadFormatDescription": "Wie Ereignisse in jedes Anfragegremium serialisiert werden.",
|
"httpDestPayloadFormatDescription": "Wie Ereignisse in jedes Anfragegremium serialisiert werden.",
|
||||||
"httpDestFormatJsonArrayTitle": "JSON Array",
|
"httpDestFormatJsonArrayTitle": "JSON-Array",
|
||||||
"httpDestFormatJsonArrayDescription": "Eine Anfrage pro Stapel ist ein JSON-Array. Kompatibel mit den meisten generischen Webhooks und Datadog.",
|
"httpDestFormatJsonArrayDescription": "Eine Anfrage pro Stapel ist ein JSON-Array. Kompatibel mit den meisten generischen Webhooks und Datadog.",
|
||||||
"httpDestFormatNdjsonTitle": "NDJSON",
|
"httpDestFormatNdjsonTitle": "NDJSON",
|
||||||
"httpDestFormatNdjsonDescription": "Eine Anfrage pro Batch, der Körper ist newline-getrenntes JSON - ein Objekt pro Zeile, kein äußeres Array. Benötigt von Splunk HEC, Elastic / OpenSearch, und Grafana Loki.",
|
"httpDestFormatNdjsonDescription": "Eine Anfrage pro Batch, der Körper ist newline-getrenntes JSON - ein Objekt pro Zeile, kein äußeres Array. Benötigt von Splunk HEC, Elastic / OpenSearch, und Grafana Loki.",
|
||||||
@@ -4214,7 +4240,7 @@
|
|||||||
"memberPortalResourceDisabled": "Ressource deaktiviert",
|
"memberPortalResourceDisabled": "Ressource deaktiviert",
|
||||||
"memberPortalShowingResources": "Zeige {start}-{end} von {total} Ressourcen",
|
"memberPortalShowingResources": "Zeige {start}-{end} von {total} Ressourcen",
|
||||||
"resourceLauncherTitle": "Ressourcenstarter",
|
"resourceLauncherTitle": "Ressourcenstarter",
|
||||||
"resourceSidebarLauncherTitle": "Launcher",
|
"resourceSidebarLauncherTitle": "Starter",
|
||||||
"resourceLauncherDescription": "Alle verfügbaren Ressourcen anzeigen und von einem zentralen Hub aus starten",
|
"resourceLauncherDescription": "Alle verfügbaren Ressourcen anzeigen und von einem zentralen Hub aus starten",
|
||||||
"resourceLauncherSearchPlaceholder": "Suche deine Ressourcen...",
|
"resourceLauncherSearchPlaceholder": "Suche deine Ressourcen...",
|
||||||
"resourceLauncherDefaultView": "Standard",
|
"resourceLauncherDefaultView": "Standard",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Ansicht als Administrator anzeigen",
|
"resourceLauncherViewAsAdmin": "Ansicht als Administrator anzeigen",
|
||||||
"resourceLauncherResourceDetailsDescription": "Verbindungsinformationen und Status für diese Ressource.",
|
"resourceLauncherResourceDetailsDescription": "Verbindungsinformationen und Status für diese Ressource.",
|
||||||
"resourceLauncherResourceDetails": "Ressourcendetails",
|
"resourceLauncherResourceDetails": "Ressourcendetails",
|
||||||
|
"resourceLauncherSitesDescription": "Die Ressource ist über die folgenden Standorte zugänglich.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Seite als Administrator anzeigen",
|
||||||
|
"resourceLauncherFilterBySite": "Nach Standort filtern",
|
||||||
|
"resourceLauncherSshCommand": "SSH-Befehl",
|
||||||
|
"resourceLauncherSshCommandDescription": "Verwenden Sie die Pangolin-CLI, um eine SSH-Sitzung zu dieser Ressource zu öffnen.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Aktivierte Authentifizierungsmethoden für diese Ressource.",
|
"resourceLauncherAuthMethodsDescription": "Aktivierte Authentifizierungsmethoden für diese Ressource.",
|
||||||
"resourceLauncherPrivateClientRequired": "Verbinde dich mit einem Client auf deinem Gerät, um privat auf diese Ressource zuzugreifen.",
|
"resourceLauncherPrivateClientRequired": "Verbinde dich mit einem Client auf deinem Gerät, um privat auf diese Ressource zuzugreifen.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Client-Verbindung erforderlich",
|
"resourceLauncherPrivateClientRequiredTitle": "Client-Verbindung erforderlich",
|
||||||
@@ -4354,7 +4385,7 @@
|
|||||||
"rdpConnectionFailed": "Verbindung fehlgeschlagen",
|
"rdpConnectionFailed": "Verbindung fehlgeschlagen",
|
||||||
"rdpFit": "Anpassen",
|
"rdpFit": "Anpassen",
|
||||||
"rdpFull": "Vollständig",
|
"rdpFull": "Vollständig",
|
||||||
"rdpReal": "Real",
|
"rdpReal": "Echt",
|
||||||
"rdpMeta": "Meta",
|
"rdpMeta": "Meta",
|
||||||
"rdpUploadFiles": "Dateien hochladen",
|
"rdpUploadFiles": "Dateien hochladen",
|
||||||
"rdpFilesReadyToPaste": "Dateien bereit zum Einfügen",
|
"rdpFilesReadyToPaste": "Dateien bereit zum Einfügen",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Unicode-Tastaturmodus",
|
"rdpUnicodeKeyboardMode": "Unicode-Tastaturmodus",
|
||||||
"sessionToolbarShow": "Werkzeugleiste zeigen",
|
"sessionToolbarShow": "Werkzeugleiste zeigen",
|
||||||
"sessionToolbarHide": "Werkzeugleiste ausblenden",
|
"sessionToolbarHide": "Werkzeugleiste ausblenden",
|
||||||
"actionUpdateSiteApprovals": "Standortgenehmigungen aktualisieren"
|
"actionUpdateSiteApprovals": "Standortgenehmigungen aktualisieren",
|
||||||
|
"check": "Prüfen"
|
||||||
}
|
}
|
||||||
|
|||||||
+52
-20
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Objetivos en este sitio",
|
"siteResourcesTargetsOnSite": "Objetivos en este sitio",
|
||||||
"siteSetting": "Ajustes {siteName}",
|
"siteSetting": "Ajustes {siteName}",
|
||||||
"siteNewtTunnel": "Sitio nuevo (recomendado)",
|
"siteNewtTunnel": "Sitio nuevo (recomendado)",
|
||||||
|
"pangolinSite": "Sitio de Pangolin",
|
||||||
"siteNewtTunnelDescription": "La forma más fácil de crear un punto de entrada en cualquier red. Sin configuración extra.",
|
"siteNewtTunnelDescription": "La forma más fácil de crear un punto de entrada en cualquier red. Sin configuración extra.",
|
||||||
"siteWg": "Wirex Guardia Básica",
|
"siteWg": "Wirex Guardia Básica",
|
||||||
"siteWgDescription": "Utilice cualquier cliente Wirex Guard para establecer un túnel. Se requiere una configuración manual de NAT.",
|
"siteWgDescription": "Utilice cualquier cliente Wirex Guard para establecer un túnel. Se requiere una configuración manual de NAT.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Borrar Clave API",
|
"apiKeysDelete": "Borrar Clave API",
|
||||||
"apiKeysManage": "Administrar claves API",
|
"apiKeysManage": "Administrar claves API",
|
||||||
"apiKeysDescription": "Las claves API se utilizan para autenticar con la API de integración",
|
"apiKeysDescription": "Las claves API se utilizan para autenticar con la API de integración",
|
||||||
|
"orgsManage": "Administrar Organizaciones",
|
||||||
|
"orgsDescription": "Ver y gestionar todas las organizaciones en esta instancia",
|
||||||
"provisioningKeysTitle": "Clave de aprovisionamiento",
|
"provisioningKeysTitle": "Clave de aprovisionamiento",
|
||||||
"provisioningKeysManage": "Administrar Claves de Aprovisionamiento",
|
"provisioningKeysManage": "Administrar Claves de Aprovisionamiento",
|
||||||
"provisioningKeysDescription": "Las claves de aprovisionamiento se utilizan para autenticar la provisión automatizada del sitio para su organización.",
|
"provisioningKeysDescription": "Las claves de aprovisionamiento se utilizan para autenticar la provisión automatizada del sitio para su organización.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Nombre (opcional)",
|
"nameOptional": "Nombre (opcional)",
|
||||||
"accessControls": "Controles de acceso",
|
"accessControls": "Controles de acceso",
|
||||||
"userDescription2": "Administrar la configuración de este usuario",
|
"userDescription2": "Administrar la configuración de este usuario",
|
||||||
|
"userGeneralSettingsDescription": "Gestionar los roles y configuraciones de este usuario en la organización",
|
||||||
"accessRoleErrorAdd": "No se pudo agregar el usuario al rol",
|
"accessRoleErrorAdd": "No se pudo agregar el usuario al rol",
|
||||||
"accessRoleErrorAddDescription": "Ocurrió un error mientras se añadía el usuario al rol.",
|
"accessRoleErrorAddDescription": "Ocurrió un error mientras se añadía el usuario al rol.",
|
||||||
"userSaved": "Usuario guardado",
|
"userSaved": "Usuario guardado",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Nombre de servidor TLS inválido. Utilice el formato de nombre de dominio o guarde en blanco para eliminar el nombre de servidor TLS.",
|
"proxyErrorTls": "Nombre de servidor TLS inválido. Utilice el formato de nombre de dominio o guarde en blanco para eliminar el nombre de servidor TLS.",
|
||||||
"proxyEnableSSL": "Activar TLS",
|
"proxyEnableSSL": "Activar TLS",
|
||||||
"proxyEnableSSLDescription": "Habilita el cifrado SSL/TLS para conexiones seguras HTTPS a los objetivos.",
|
"proxyEnableSSLDescription": "Habilita el cifrado SSL/TLS para conexiones seguras HTTPS a los objetivos.",
|
||||||
"target": "Target",
|
"target": "Destino",
|
||||||
"configureTarget": "Configurar objetivos",
|
"configureTarget": "Configurar objetivos",
|
||||||
"targetErrorFetch": "Error al recuperar los objetivos",
|
"targetErrorFetch": "Error al recuperar los objetivos",
|
||||||
"targetErrorFetchDescription": "Se ha producido un error al recuperar los objetivos",
|
"targetErrorFetchDescription": "Se ha producido un error al recuperar los objetivos",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Comando desconocido",
|
"unknownCommand": "Comando desconocido",
|
||||||
"newtErrorFetchReleases": "No se pudo obtener la información del lanzamiento: {err}",
|
"newtErrorFetchReleases": "No se pudo obtener la información del lanzamiento: {err}",
|
||||||
"newtErrorFetchLatest": "Error obteniendo la última versión: {err}",
|
"newtErrorFetchLatest": "Error obteniendo la última versión: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Punto final",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Secreto",
|
"newtSecretKey": "Secreto",
|
||||||
"newtVersion": "Versión",
|
"newtVersion": "Versión",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Generar código de restablecimiento de contraseña",
|
"generatePasswordResetCode": "Generar código de restablecimiento de contraseña",
|
||||||
"passwordResetCodeGenerated": "Código de restablecimiento de contraseña generado",
|
"passwordResetCodeGenerated": "Código de restablecimiento de contraseña generado",
|
||||||
"passwordResetCodeGeneratedDescription": "Comparte este código con el usuario. Pueden usarlo para restablecer su contraseña.",
|
"passwordResetCodeGeneratedDescription": "Comparte este código con el usuario. Pueden usarlo para restablecer su contraseña.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "URL de reinicio",
|
||||||
"passwordNew": "Nueva contraseña",
|
"passwordNew": "Nueva contraseña",
|
||||||
"passwordNewConfirm": "Confirmar nueva contraseña",
|
"passwordNewConfirm": "Confirmar nueva contraseña",
|
||||||
"changePassword": "Cambiar Contraseña",
|
"changePassword": "Cambiar Contraseña",
|
||||||
@@ -1383,8 +1387,8 @@
|
|||||||
"pangolinDashboard": "Tablero - Pangolin",
|
"pangolinDashboard": "Tablero - Pangolin",
|
||||||
"noResults": "No se han encontrado resultados.",
|
"noResults": "No se han encontrado resultados.",
|
||||||
"terabytes": "TB {count}",
|
"terabytes": "TB {count}",
|
||||||
"gigabytes": "{count} GB",
|
"gigabytes": "{count, plural, one {{count} GB} other {{count} GB}}",
|
||||||
"megabytes": "{count} MB",
|
"megabytes": "{count, plural, one {{count} MB} other {{count} MB}}",
|
||||||
"tagsEntered": "Etiquetas introducidas",
|
"tagsEntered": "Etiquetas introducidas",
|
||||||
"tagsEnteredDescription": "Estas son las etiquetas que has introducido.",
|
"tagsEnteredDescription": "Estas son las etiquetas que has introducido.",
|
||||||
"tagsWarnCannotBeLessThanZero": "maxTags y minTags no pueden ser menores que 0",
|
"tagsWarnCannotBeLessThanZero": "maxTags y minTags no pueden ser menores que 0",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Error al cerrar sesión",
|
"logoutError": "Error al cerrar sesión",
|
||||||
"signingAs": "Conectado como",
|
"signingAs": "Conectado como",
|
||||||
"serverAdmin": "Admin Servidor",
|
"serverAdmin": "Admin Servidor",
|
||||||
|
"promoteServerAdmin": "Promover a Admin del Servidor",
|
||||||
|
"promoteServerAdminTitle": "Promover a Admin del Servidor",
|
||||||
|
"promoteServerAdminQuestion": "¿Estás seguro de que quieres promover a {selectedUser} a admin del servidor?",
|
||||||
|
"promoteServerAdminMessage": "Los administradores del servidor tienen los máximos privilegios y pueden gestionar el servidor.",
|
||||||
|
"promoteServerAdminWarning": "Esto se puede deshacer en cualquier momento degradando al usuario.",
|
||||||
|
"promoteServerAdminConfirm": "Promover a Admin del Servidor",
|
||||||
|
"promoteServerAdminSuccess": "Usuario Promovido",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} ahora es administrador del servidor.",
|
||||||
|
"promoteServerAdminError": "Error al promover al usuario",
|
||||||
|
"demoteServerAdmin": "Degradar de Admin del Servidor",
|
||||||
|
"demoteServerAdminTitle": "Degradar de Admin del Servidor",
|
||||||
|
"demoteServerAdminQuestion": "¿Estás seguro de que quieres degradar a {selectedUser} de administrador del servidor?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} perderá todos los privilegios de administrador del servidor.",
|
||||||
|
"demoteServerAdminWarning": "Esto se puede deshacer en cualquier momento promoviendo al usuario.",
|
||||||
|
"demoteServerAdminConfirm": "Degradar de Admin del Servidor",
|
||||||
|
"demoteServerAdminSuccess": "Usuario Degradado",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} ya no es administrador del servidor.",
|
||||||
|
"demoteServerAdminError": "Error al degradar al usuario",
|
||||||
"managedSelfhosted": "Autogestionado",
|
"managedSelfhosted": "Autogestionado",
|
||||||
"otpEnable": "Activar doble factor",
|
"otpEnable": "Activar doble factor",
|
||||||
"otpDisable": "Desactivar doble factor",
|
"otpDisable": "Desactivar doble factor",
|
||||||
@@ -1924,7 +1946,7 @@
|
|||||||
"aiProviderCapabilitiesSelect": "Seleccionar capacidades",
|
"aiProviderCapabilitiesSelect": "Seleccionar capacidades",
|
||||||
"aiProviderCapabilitiesEmpty": "No se encontraron capacidades",
|
"aiProviderCapabilitiesEmpty": "No se encontraron capacidades",
|
||||||
"aiProviderCapabilitiesSearch": "Buscar capacidades...",
|
"aiProviderCapabilitiesSearch": "Buscar capacidades...",
|
||||||
"aiCapabilityOpenaiChat": "OpenAI Chat Completions",
|
"aiCapabilityOpenaiChat": "Completaciones de Chat OpenAI",
|
||||||
"aiCapabilityOpenaiChatDescription": "Admite /v1/chat/completions",
|
"aiCapabilityOpenaiChatDescription": "Admite /v1/chat/completions",
|
||||||
"aiCapabilityOpenaiResponses": "Respuestas de OpenAI",
|
"aiCapabilityOpenaiResponses": "Respuestas de OpenAI",
|
||||||
"aiCapabilityOpenaiResponsesDescription": "Admite /v1/responses",
|
"aiCapabilityOpenaiResponsesDescription": "Admite /v1/responses",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Presupuesto",
|
"resourceBudgetSettings": "Presupuesto",
|
||||||
"resourceBudgetSettingsDescription": "Configure cómo este portal de IA restringe el uso en función de los límites de gasto o tokens",
|
"resourceBudgetSettingsDescription": "Configure cómo este portal de IA restringe el uso en función de los límites de gasto o tokens",
|
||||||
"sidebarApiKeys": "Claves API",
|
"sidebarApiKeys": "Claves API",
|
||||||
|
"sidebarOrgs": "Organizaciones",
|
||||||
"sidebarProvisioning": "Aprovisionamiento",
|
"sidebarProvisioning": "Aprovisionamiento",
|
||||||
"sidebarSettings": "Ajustes",
|
"sidebarSettings": "Ajustes",
|
||||||
"sidebarAllUsers": "Todos los usuarios",
|
"sidebarAllUsers": "Todos los usuarios",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Obtén Olm funcionando en tu sistema",
|
"clientInstallOlmDescription": "Obtén Olm funcionando en tu sistema",
|
||||||
"clientOlmCredentials": "Credenciales",
|
"clientOlmCredentials": "Credenciales",
|
||||||
"clientOlmCredentialsDescription": "Así es como el cliente se autentificará con el servidor",
|
"clientOlmCredentialsDescription": "Así es como el cliente se autentificará con el servidor",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Punto final",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Secreto",
|
"olmSecretKey": "Secreto",
|
||||||
"clientCredentialsSave": "Guardar las credenciales",
|
"clientCredentialsSave": "Guardar las credenciales",
|
||||||
@@ -2907,7 +2930,7 @@
|
|||||||
"privateResourceAllowIcmpPing": "Permitir ping ICMP",
|
"privateResourceAllowIcmpPing": "Permitir ping ICMP",
|
||||||
"privateResourceNetworkAccess": "Acceso de red",
|
"privateResourceNetworkAccess": "Acceso de red",
|
||||||
"privateResourceNetworkAccessDescription": "Controlar el acceso a puertos TCP/UDP y si se permite ping ICMP para este recurso.",
|
"privateResourceNetworkAccessDescription": "Controlar el acceso a puertos TCP/UDP y si se permite ping ICMP para este recurso.",
|
||||||
"hostSettings": "Host",
|
"hostSettings": "Anfitrión",
|
||||||
"cidrSettings": "CIDR",
|
"cidrSettings": "CIDR",
|
||||||
"createInternalResourceDialogResourceProperties": "Propiedades del recurso",
|
"createInternalResourceDialogResourceProperties": "Propiedades del recurso",
|
||||||
"createInternalResourceDialogName": "Nombre",
|
"createInternalResourceDialogName": "Nombre",
|
||||||
@@ -3067,7 +3090,7 @@
|
|||||||
"rulesMatchRegion": "Seleccione una agrupación regional de países",
|
"rulesMatchRegion": "Seleccione una agrupación regional de países",
|
||||||
"rulesErrorInvalidRegion": "Región no válida",
|
"rulesErrorInvalidRegion": "Región no válida",
|
||||||
"rulesErrorInvalidRegionDescription": "Por favor, seleccione una región válida.",
|
"rulesErrorInvalidRegionDescription": "Por favor, seleccione una región válida.",
|
||||||
"regionAfrica": "Africa",
|
"regionAfrica": "África",
|
||||||
"regionNorthernAfrica": "África septentrional",
|
"regionNorthernAfrica": "África septentrional",
|
||||||
"regionEasternAfrica": "África oriental",
|
"regionEasternAfrica": "África oriental",
|
||||||
"regionMiddleAfrica": "África central",
|
"regionMiddleAfrica": "África central",
|
||||||
@@ -3089,7 +3112,7 @@
|
|||||||
"regionNorthernEurope": "Europa septentrional",
|
"regionNorthernEurope": "Europa septentrional",
|
||||||
"regionSouthernEurope": "Europa meridional",
|
"regionSouthernEurope": "Europa meridional",
|
||||||
"regionWesternEurope": "Europa Occidental",
|
"regionWesternEurope": "Europa Occidental",
|
||||||
"regionOceania": "Oceania",
|
"regionOceania": "Oceanía",
|
||||||
"regionAustraliaAndNewZealand": "Australia y Nueva Zelanda",
|
"regionAustraliaAndNewZealand": "Australia y Nueva Zelanda",
|
||||||
"regionMelanesia": "Melanesia",
|
"regionMelanesia": "Melanesia",
|
||||||
"regionMicronesia": "Micronesia",
|
"regionMicronesia": "Micronesia",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Eliminar",
|
"roleMappingRemoveRule": "Eliminar",
|
||||||
"idpGoogleConfiguration": "Configuración de Google",
|
"idpGoogleConfiguration": "Configuración de Google",
|
||||||
"idpGoogleConfigurationDescription": "Configurar las credenciales de Google OAuth2",
|
"idpGoogleConfigurationDescription": "Configurar las credenciales de Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Tu ID de cliente de Google OAuth2",
|
||||||
"idpGoogleClientSecretDescription": "Secreto del cliente de Google OAuth2",
|
"idpGoogleClientSecretDescription": "Secreto del cliente de Google OAuth2",
|
||||||
"idpAzureConfiguration": "Configuración de Azure Entra ID",
|
"idpAzureConfiguration": "Configuración de Azure Entra ID",
|
||||||
"idpAzureConfigurationDescription": "Configurar credenciales de Azure Entra ID OAuth2",
|
"idpAzureConfigurationDescription": "Configurar credenciales de Azure Entra ID OAuth2",
|
||||||
"idpTenantId": "ID del inquilino",
|
"idpTenantId": "ID del inquilino",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "iD del inquilino",
|
||||||
"idpAzureTenantIdDescription": "ID de inquilino Azure (encontrado en la descripción de Azure Active Directory)",
|
"idpAzureTenantIdDescription": "ID de inquilino Azure (encontrado en la descripción de Azure Active Directory)",
|
||||||
"idpAzureClientIdDescription": "ID de cliente de registro de Azure App",
|
"idpAzureClientIdDescription": "ID de cliente de registro de Azure App",
|
||||||
"idpAzureClientSecretDescription": "Azure App Registro Cliente secreto",
|
"idpAzureClientSecretDescription": "Azure App Registro Cliente secreto",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "ID de cliente de registro de Azure App",
|
"idpAzureClientIdDescription2": "ID de cliente de registro de Azure App",
|
||||||
"idpAzureClientSecretDescription2": "Azure App Registro Cliente secreto",
|
"idpAzureClientSecretDescription2": "Azure App Registro Cliente secreto",
|
||||||
"idpGoogleDescription": "Proveedor OAuth2/OIDC de Google",
|
"idpGoogleDescription": "Proveedor OAuth2/OIDC de Google",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Proveedor OAuth2/OIDC de Google",
|
||||||
"subnet": "Subred",
|
"subnet": "Subred",
|
||||||
"utilitySubnet": "Subred de Utilidad",
|
"utilitySubnet": "Subred de Utilidad",
|
||||||
"subnetDescription": "La subred para la configuración de red de esta organización.",
|
"subnetDescription": "La subred para la configuración de red de esta organización.",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Prioridad",
|
"priority": "Prioridad",
|
||||||
"priorityDescription": "Las rutas de prioridad más alta son evaluadas primero. Prioridad = 100 significa orden automático (decisiones del sistema). Utilice otro número para hacer cumplir la prioridad manual.",
|
"priorityDescription": "Las rutas de prioridad más alta son evaluadas primero. Prioridad = 100 significa orden automático (decisiones del sistema). Utilice otro número para hacer cumplir la prioridad manual.",
|
||||||
"instanceName": "Nombre de instancia",
|
"instanceName": "Nombre de instancia",
|
||||||
|
"clearInstanceName": "Reset Server Association",
|
||||||
"pathMatchModalTitle": "Configurar ruta coincidente",
|
"pathMatchModalTitle": "Configurar ruta coincidente",
|
||||||
"pathMatchModalDescription": "Configurar cómo deben coincidir las peticiones entrantes en función de su ruta.",
|
"pathMatchModalDescription": "Configurar cómo deben coincidir las peticiones entrantes en función de su ruta.",
|
||||||
"pathMatchType": "Tipo de partida",
|
"pathMatchType": "Tipo de partida",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Permitido por regla",
|
"allowedByRule": "Permitido por regla",
|
||||||
"allowedNoAuth": "No se permite autorización",
|
"allowedNoAuth": "No se permite autorización",
|
||||||
"validAccessToken": "Token de Acceso Válido",
|
"validAccessToken": "Token de Acceso Válido",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Autenticación Básica del Encabezado",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Definir Pincode",
|
||||||
"validPassword": "Contraseña válida",
|
"validPassword": "Contraseña válida",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Válido hasta",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "Clave válida",
|
||||||
"validVirtualAPIKey": "Clave API Virtual Válida",
|
"validVirtualAPIKey": "Clave API Virtual Válida",
|
||||||
"view": "Ver",
|
"view": "Ver",
|
||||||
"configManaged": "Configuración Gestionada",
|
"configManaged": "Configuración Gestionada",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "Regenerar las credenciales invalidará las anteriores y causará una desconexión. Asegúrese de actualizar cualquier configuración que use estas credenciales.",
|
"regenerateCredentialsWarning": "Regenerar las credenciales invalidará las anteriores y causará una desconexión. Asegúrese de actualizar cualquier configuración que use estas credenciales.",
|
||||||
"confirm": "Confirmar",
|
"confirm": "Confirmar",
|
||||||
"regenerateCredentialsConfirmation": "¿Está seguro que desea regenerar las credenciales?",
|
"regenerateCredentialsConfirmation": "¿Está seguro que desea regenerar las credenciales?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Punto final",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Clave secreta",
|
"SecretKey": "Clave secreta",
|
||||||
"niceId": "ID bonita",
|
"niceId": "ID bonita",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "Se ha producido un error al actualizar el ID de Niza.",
|
"niceIdUpdateErrorDescription": "Se ha producido un error al actualizar el ID de Niza.",
|
||||||
"niceIdCannotBeEmpty": "El ID de Niza no puede estar vacío",
|
"niceIdCannotBeEmpty": "El ID de Niza no puede estar vacío",
|
||||||
"enterIdentifier": "Introducir identificador",
|
"enterIdentifier": "Introducir identificador",
|
||||||
"identifier": "Identifier",
|
"identifier": "Ruta del identificador",
|
||||||
"deviceLoginUseDifferentAccount": "¿No tú? Utilice una cuenta diferente.",
|
"deviceLoginUseDifferentAccount": "¿No tú? Utilice una cuenta diferente.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Un dispositivo está solicitando acceso a esta cuenta.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Un dispositivo está solicitando acceso a esta cuenta.",
|
||||||
"loginSelectAuthenticationMethod": "Seleccione un método de autenticación para continuar.",
|
"loginSelectAuthenticationMethod": "Seleccione un método de autenticación para continuar.",
|
||||||
"noData": "Sin datos",
|
"noData": "Sin datos",
|
||||||
"machineClients": "Clientes de la máquina",
|
"machineClients": "Clientes de la máquina",
|
||||||
"install": "Instalar",
|
"install": "Instalar",
|
||||||
|
"downloadInstaller": "Error al descargar",
|
||||||
"run": "Ejecutar",
|
"run": "Ejecutar",
|
||||||
"envFile": "Archivo de Entorno",
|
"envFile": "Archivo de Entorno",
|
||||||
"serviceFile": "Archivo de Servicio",
|
"serviceFile": "Archivo de Servicio",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Desconectado",
|
"disconnected": "Desconectado",
|
||||||
"approvalsEmptyStateTitle": "Aprobaciones de dispositivo no habilitadas",
|
"approvalsEmptyStateTitle": "Aprobaciones de dispositivo no habilitadas",
|
||||||
"approvalsEmptyStateDescription": "Habilita las aprobaciones de dispositivos para que los roles requieran aprobación del administrador antes de que los usuarios puedan conectar nuevos dispositivos.",
|
"approvalsEmptyStateDescription": "Habilita las aprobaciones de dispositivos para que los roles requieran aprobación del administrador antes de que los usuarios puedan conectar nuevos dispositivos.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Cómo habilitar",
|
||||||
"approvalsEmptyStateStep1Title": "Ir a roles",
|
"approvalsEmptyStateStep1Title": "Ir a roles",
|
||||||
"approvalsEmptyStateStep1Description": "Navega a la configuración de roles de tu organización para configurar las aprobaciones de dispositivos.",
|
"approvalsEmptyStateStep1Description": "Navega a la configuración de roles de tu organización para configurar las aprobaciones de dispositivos.",
|
||||||
"approvalsEmptyStateStep2Title": "Habilitar aprobaciones de dispositivo",
|
"approvalsEmptyStateStep2Title": "Habilitar aprobaciones de dispositivo",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Ver como Administrador",
|
"resourceLauncherViewAsAdmin": "Ver como Administrador",
|
||||||
"resourceLauncherResourceDetailsDescription": "Información de conexión y estado de este recurso.",
|
"resourceLauncherResourceDetailsDescription": "Información de conexión y estado de este recurso.",
|
||||||
"resourceLauncherResourceDetails": "Detalles del recurso",
|
"resourceLauncherResourceDetails": "Detalles del recurso",
|
||||||
|
"resourceLauncherSitesDescription": "El recurso es accesible a través de los siguientes sitios.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Ver Sitio como Administrador",
|
||||||
|
"resourceLauncherFilterBySite": "Filtrar por Sitio",
|
||||||
|
"resourceLauncherSshCommand": "Comando SSH",
|
||||||
|
"resourceLauncherSshCommandDescription": "Usa el CLI de Pangolin para abrir una sesión SSH para este recurso.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Métodos de autenticación habilitados para este 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.",
|
"resourceLauncherPrivateClientRequired": "Conéctese con un cliente en su dispositivo para acceder a este recurso en privado.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Se requiere conexión del cliente",
|
"resourceLauncherPrivateClientRequiredTitle": "Se requiere conexión del cliente",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Modo teclado Unicode",
|
"rdpUnicodeKeyboardMode": "Modo teclado Unicode",
|
||||||
"sessionToolbarShow": "Mostrar barra de herramientas",
|
"sessionToolbarShow": "Mostrar barra de herramientas",
|
||||||
"sessionToolbarHide": "Ocultar barra de herramientas",
|
"sessionToolbarHide": "Ocultar barra de herramientas",
|
||||||
"actionUpdateSiteApprovals": "Actualizar aprobaciones del sitio"
|
"actionUpdateSiteApprovals": "Actualizar aprobaciones del sitio",
|
||||||
|
"check": "Comprobar"
|
||||||
}
|
}
|
||||||
|
|||||||
+51
-19
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Cibles sur ce site",
|
"siteResourcesTargetsOnSite": "Cibles sur ce site",
|
||||||
"siteSetting": "Paramètres de {siteName}",
|
"siteSetting": "Paramètres de {siteName}",
|
||||||
"siteNewtTunnel": "Site Newt (Recommandé)",
|
"siteNewtTunnel": "Site Newt (Recommandé)",
|
||||||
|
"pangolinSite": "Site Pangolin",
|
||||||
"siteNewtTunnelDescription": "La façon la plus simple de créer un point d'entrée dans n'importe quel réseau. Pas de configuration supplémentaire.",
|
"siteNewtTunnelDescription": "La façon la plus simple de créer un point d'entrée dans n'importe quel réseau. Pas de configuration supplémentaire.",
|
||||||
"siteWg": "WireGuard basique",
|
"siteWg": "WireGuard basique",
|
||||||
"siteWgDescription": "Utilisez n'importe quel client WireGuard pour établir un tunnel. Configuration NAT manuelle requise.",
|
"siteWgDescription": "Utilisez n'importe quel client WireGuard pour établir un tunnel. Configuration NAT manuelle requise.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Supprimer la clé d'API",
|
"apiKeysDelete": "Supprimer la clé d'API",
|
||||||
"apiKeysManage": "Gérer les clés d'API",
|
"apiKeysManage": "Gérer les clés d'API",
|
||||||
"apiKeysDescription": "Les clés d'API sont utilisées pour s'authentifier avec l'API d'intégration",
|
"apiKeysDescription": "Les clés d'API sont utilisées pour s'authentifier avec l'API d'intégration",
|
||||||
|
"orgsManage": "Gérer les organisations",
|
||||||
|
"orgsDescription": "Voir et gérer toutes les organisations sur cette instance",
|
||||||
"provisioningKeysTitle": "Clé de provisioning",
|
"provisioningKeysTitle": "Clé de provisioning",
|
||||||
"provisioningKeysManage": "Gérer les clés de provisioning",
|
"provisioningKeysManage": "Gérer les clés de provisioning",
|
||||||
"provisioningKeysDescription": "Les clés de provisioning sont utilisées pour authentifier la fourniture automatique de sites pour votre organisation.",
|
"provisioningKeysDescription": "Les clés de provisioning sont utilisées pour authentifier la fourniture automatique de sites pour votre organisation.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Nom (Optionnel)",
|
"nameOptional": "Nom (Optionnel)",
|
||||||
"accessControls": "Contrôles d'accès",
|
"accessControls": "Contrôles d'accès",
|
||||||
"userDescription2": "Gérer les paramètres de cet utilisateur",
|
"userDescription2": "Gérer les paramètres de cet utilisateur",
|
||||||
|
"userGeneralSettingsDescription": "Gérer les rôles et paramètres de cet utilisateur dans l'organisation",
|
||||||
"accessRoleErrorAdd": "Échec de l'ajout de l'utilisateur au rôle",
|
"accessRoleErrorAdd": "Échec de l'ajout de l'utilisateur au rôle",
|
||||||
"accessRoleErrorAddDescription": "Une erreur s'est produite lors de l'ajout de l'utilisateur au rôle.",
|
"accessRoleErrorAddDescription": "Une erreur s'est produite lors de l'ajout de l'utilisateur au rôle.",
|
||||||
"userSaved": "Utilisateur enregistré",
|
"userSaved": "Utilisateur enregistré",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Lorsque les règles sont désactivées, tout le trafic passe par l'authentification.",
|
"policyAccessRulesFallthroughOff": "Lorsque les règles sont désactivées, tout le trafic passe par l'authentification.",
|
||||||
"policyAccessRulesFallthroughOn": "Lorsqu'aucune règle ne correspond, le trafic passe par l'authentification.",
|
"policyAccessRulesFallthroughOn": "Lorsqu'aucune règle ne correspond, le trafic passe par l'authentification.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/administrateur/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Enregistrer les règles",
|
"rulesSave": "Enregistrer les règles",
|
||||||
"resourceErrorCreate": "Erreur lors de la création de la ressource",
|
"resourceErrorCreate": "Erreur lors de la création de la ressource",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Commande inconnue",
|
"unknownCommand": "Commande inconnue",
|
||||||
"newtErrorFetchReleases": "Échec de la récupération des informations de version : {err}",
|
"newtErrorFetchReleases": "Échec de la récupération des informations de version : {err}",
|
||||||
"newtErrorFetchLatest": "Erreur lors de la récupération de la dernière version : {err}",
|
"newtErrorFetchLatest": "Erreur lors de la récupération de la dernière version : {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Point de terminaison",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Secrète",
|
"newtSecretKey": "Secrète",
|
||||||
"newtVersion": "Version",
|
"newtVersion": "Version",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Générer le code de réinitialisation du mot de passe",
|
"generatePasswordResetCode": "Générer le code de réinitialisation du mot de passe",
|
||||||
"passwordResetCodeGenerated": "Code de réinitialisation du mot de passe généré",
|
"passwordResetCodeGenerated": "Code de réinitialisation du mot de passe généré",
|
||||||
"passwordResetCodeGeneratedDescription": "Partagez ce code avec l'utilisateur. Il peut l'utiliser pour réinitialiser son mot de passe.",
|
"passwordResetCodeGeneratedDescription": "Partagez ce code avec l'utilisateur. Il peut l'utiliser pour réinitialiser son mot de passe.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "Réinitialiser l'URL",
|
||||||
"passwordNew": "Nouveau mot de passe",
|
"passwordNew": "Nouveau mot de passe",
|
||||||
"passwordNewConfirm": "Confirmer le nouveau mot de passe",
|
"passwordNewConfirm": "Confirmer le nouveau mot de passe",
|
||||||
"changePassword": "Changer le mot de passe",
|
"changePassword": "Changer le mot de passe",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Erreur lors de la déconnexion",
|
"logoutError": "Erreur lors de la déconnexion",
|
||||||
"signingAs": "Connecté en tant que",
|
"signingAs": "Connecté en tant que",
|
||||||
"serverAdmin": "Admin Serveur",
|
"serverAdmin": "Admin Serveur",
|
||||||
|
"promoteServerAdmin": "Promouvoir en tant qu'administrateur serveur",
|
||||||
|
"promoteServerAdminTitle": "Promouvoir en tant qu'administrateur serveur",
|
||||||
|
"promoteServerAdminQuestion": "Êtes-vous sûr de vouloir promouvoir {selectedUser} en tant qu'administrateur serveur ?",
|
||||||
|
"promoteServerAdminMessage": "Les administrateurs serveurs ont les privilèges les plus élevés et peuvent gérer le serveur.",
|
||||||
|
"promoteServerAdminWarning": "Cela peut être annulé à tout moment en rétrogradant l'utilisateur.",
|
||||||
|
"promoteServerAdminConfirm": "Promouvoir en tant qu'administrateur serveur",
|
||||||
|
"promoteServerAdminSuccess": "Utilisateur promu",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} est maintenant un administrateur serveur.",
|
||||||
|
"promoteServerAdminError": "Échec de la promotion de l'utilisateur",
|
||||||
|
"demoteServerAdmin": "Rétrograder d'administrateur serveur",
|
||||||
|
"demoteServerAdminTitle": "Rétrograder d'administrateur serveur",
|
||||||
|
"demoteServerAdminQuestion": "Êtes-vous sûr de vouloir rétrograder {selectedUser} de l'administrateur serveur ?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} perdra tous les privilèges d'administrateur serveur.",
|
||||||
|
"demoteServerAdminWarning": "Cela peut être annulé à tout moment en promouvant l'utilisateur.",
|
||||||
|
"demoteServerAdminConfirm": "Rétrograder d'administrateur serveur",
|
||||||
|
"demoteServerAdminSuccess": "Utilisateur rétrogradé",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} n'est plus un administrateur serveur.",
|
||||||
|
"demoteServerAdminError": "Échec de la rétrogradation de l'utilisateur",
|
||||||
"managedSelfhosted": "Gestion autonome",
|
"managedSelfhosted": "Gestion autonome",
|
||||||
"otpEnable": "Activer l'authentification à deux facteurs",
|
"otpEnable": "Activer l'authentification à deux facteurs",
|
||||||
"otpDisable": "Désactiver l'authentification à deux facteurs",
|
"otpDisable": "Désactiver l'authentification à deux facteurs",
|
||||||
@@ -1600,7 +1622,7 @@
|
|||||||
"commandPaletteSearching": "Recherche en cours...",
|
"commandPaletteSearching": "Recherche en cours...",
|
||||||
"commandPaletteNavigation": "Navigation",
|
"commandPaletteNavigation": "Navigation",
|
||||||
"commandPaletteOrganizations": "Organisations",
|
"commandPaletteOrganizations": "Organisations",
|
||||||
"commandPaletteSites": "Sites",
|
"commandPaletteSites": "Nœuds",
|
||||||
"commandPaletteResources": "Ressource",
|
"commandPaletteResources": "Ressource",
|
||||||
"commandPaletteUsers": "Utilisateurs",
|
"commandPaletteUsers": "Utilisateurs",
|
||||||
"commandPaletteClients": "Liste des clients",
|
"commandPaletteClients": "Liste des clients",
|
||||||
@@ -1992,7 +2014,7 @@
|
|||||||
"aiProviderModelsBudgetConfigured": "Budget configuré",
|
"aiProviderModelsBudgetConfigured": "Budget configuré",
|
||||||
"aiProviderModelsEditTitle": "Modifier le modèle",
|
"aiProviderModelsEditTitle": "Modifier le modèle",
|
||||||
"aiProviderModelsEditDescription": "Mettez à jour la clé du modèle ou configurez son budget.",
|
"aiProviderModelsEditDescription": "Mettez à jour la clé du modèle ou configurez son budget.",
|
||||||
"aiProviderModelsBudgetTab": "Budget",
|
"aiProviderModelsBudgetTab": "Configurer le budget de ce fournisseur pour restreindre l'utilisation en fonction des dépenses ou des limites de jetons",
|
||||||
"aiProviderModelsKeyLabel": "Clé du modèle",
|
"aiProviderModelsKeyLabel": "Clé du modèle",
|
||||||
"aiProviderModelsKeyRequired": "Entrez une clé de modèle",
|
"aiProviderModelsKeyRequired": "Entrez une clé de modèle",
|
||||||
"aiProviderModelsKeyDuplicate": "Cette clé de modèle est déjà sur une liste",
|
"aiProviderModelsKeyDuplicate": "Cette clé de modèle est déjà sur une liste",
|
||||||
@@ -2092,9 +2114,10 @@
|
|||||||
"aiUsageUnnamedVirtualApiKey": "Clé sans nom",
|
"aiUsageUnnamedVirtualApiKey": "Clé sans nom",
|
||||||
"aiUsageLoading": "Chargement...",
|
"aiUsageLoading": "Chargement...",
|
||||||
"aiUsageNoData": "Pas de données",
|
"aiUsageNoData": "Pas de données",
|
||||||
"resourceBudgetSettings": "Budget",
|
"resourceBudgetSettings": "Configurer le budget de ce fournisseur pour restreindre l'utilisation en fonction des dépenses ou des limites de jetons",
|
||||||
"resourceBudgetSettingsDescription": "Configurez comment ce portail AI limite l'utilisation en fonction des dépenses ou des limites de jetons",
|
"resourceBudgetSettingsDescription": "Configurez comment ce portail AI limite l'utilisation en fonction des dépenses ou des limites de jetons",
|
||||||
"sidebarApiKeys": "Clés API",
|
"sidebarApiKeys": "Clés API",
|
||||||
|
"sidebarOrgs": "Organisations",
|
||||||
"sidebarProvisioning": "Mise en place",
|
"sidebarProvisioning": "Mise en place",
|
||||||
"sidebarSettings": "Réglages",
|
"sidebarSettings": "Réglages",
|
||||||
"sidebarAllUsers": "Tous les utilisateurs",
|
"sidebarAllUsers": "Tous les utilisateurs",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Faites fonctionner Olm sur votre système",
|
"clientInstallOlmDescription": "Faites fonctionner Olm sur votre système",
|
||||||
"clientOlmCredentials": "Identifiants",
|
"clientOlmCredentials": "Identifiants",
|
||||||
"clientOlmCredentialsDescription": "C'est ainsi que le client s'authentifie avec le serveur",
|
"clientOlmCredentialsDescription": "C'est ainsi que le client s'authentifie avec le serveur",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Point de terminaison",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Secrète",
|
"olmSecretKey": "Secrète",
|
||||||
"clientCredentialsSave": "Enregistrer les informations d'identification",
|
"clientCredentialsSave": "Enregistrer les informations d'identification",
|
||||||
@@ -3026,7 +3049,7 @@
|
|||||||
"description": "Entrez les identifiants du noeud existant que vous souhaitez adopter",
|
"description": "Entrez les identifiants du noeud existant que vous souhaitez adopter",
|
||||||
"nodeIdLabel": "Nœud ID",
|
"nodeIdLabel": "Nœud ID",
|
||||||
"nodeIdDescription": "L'ID du noeud existant que vous voulez adopter",
|
"nodeIdDescription": "L'ID du noeud existant que vous voulez adopter",
|
||||||
"secretLabel": "Secret",
|
"secretLabel": "Clé secrète",
|
||||||
"secretDescription": "La clé secrète du noeud existant",
|
"secretDescription": "La clé secrète du noeud existant",
|
||||||
"submitButton": "Noeud d'Adopt"
|
"submitButton": "Noeud d'Adopt"
|
||||||
},
|
},
|
||||||
@@ -3034,7 +3057,7 @@
|
|||||||
"title": "Informations d'identification générées",
|
"title": "Informations d'identification générées",
|
||||||
"description": "Utilisez ces identifiants générés pour configurer le noeud",
|
"description": "Utilisez ces identifiants générés pour configurer le noeud",
|
||||||
"nodeIdTitle": "Nœud ID",
|
"nodeIdTitle": "Nœud ID",
|
||||||
"secretTitle": "Secret",
|
"secretTitle": "Clé secrète",
|
||||||
"saveCredentialsTitle": "Ajouter des identifiants à la config",
|
"saveCredentialsTitle": "Ajouter des identifiants à la config",
|
||||||
"saveCredentialsDescription": "Ajoutez ces informations d'identification à votre fichier de configuration du nœud Pangolin auto-hébergé pour compléter la connexion.",
|
"saveCredentialsDescription": "Ajoutez ces informations d'identification à votre fichier de configuration du nœud Pangolin auto-hébergé pour compléter la connexion.",
|
||||||
"submitButton": "Créer un noeud"
|
"submitButton": "Créer un noeud"
|
||||||
@@ -3163,7 +3186,7 @@
|
|||||||
"roleMappingRemoveRule": "Supprimer",
|
"roleMappingRemoveRule": "Supprimer",
|
||||||
"idpGoogleConfiguration": "Configuration Google",
|
"idpGoogleConfiguration": "Configuration Google",
|
||||||
"idpGoogleConfigurationDescription": "Configurer les identifiants Google OAuth2",
|
"idpGoogleConfigurationDescription": "Configurer les identifiants Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Votre identifiant client Google OAuth2",
|
||||||
"idpGoogleClientSecretDescription": "Secret client OAuth2 de Google",
|
"idpGoogleClientSecretDescription": "Secret client OAuth2 de Google",
|
||||||
"idpAzureConfiguration": "Configuration de l'entra ID Azure",
|
"idpAzureConfiguration": "Configuration de l'entra ID Azure",
|
||||||
"idpAzureConfigurationDescription": "Configurer les identifiants OAuth2 Azure Entra ID",
|
"idpAzureConfigurationDescription": "Configurer les identifiants OAuth2 Azure Entra ID",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "ID client d'enregistrement de l'application Azure",
|
"idpAzureClientIdDescription2": "ID client d'enregistrement de l'application Azure",
|
||||||
"idpAzureClientSecretDescription2": "Secret du client d'enregistrement de l'application Azure",
|
"idpAzureClientSecretDescription2": "Secret du client d'enregistrement de l'application Azure",
|
||||||
"idpGoogleDescription": "Fournisseur Google OAuth2/OIDC",
|
"idpGoogleDescription": "Fournisseur Google OAuth2/OIDC",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Microsoft Azure OAuth2/Fournisseur OIDC",
|
||||||
"subnet": "Sous-réseau",
|
"subnet": "Sous-réseau",
|
||||||
"utilitySubnet": "Routeur utilitaire",
|
"utilitySubnet": "Routeur utilitaire",
|
||||||
"subnetDescription": "Le sous-réseau de la configuration réseau de cette organisation.",
|
"subnetDescription": "Le sous-réseau de la configuration réseau de cette organisation.",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Priorité",
|
"priority": "Priorité",
|
||||||
"priorityDescription": "Les routes de haute priorité sont évaluées en premier. La priorité = 100 signifie l'ordre automatique (décision du système). Utilisez un autre nombre pour imposer la priorité manuelle.",
|
"priorityDescription": "Les routes de haute priorité sont évaluées en premier. La priorité = 100 signifie l'ordre automatique (décision du système). Utilisez un autre nombre pour imposer la priorité manuelle.",
|
||||||
"instanceName": "Nom de l'instance",
|
"instanceName": "Nom de l'instance",
|
||||||
|
"clearInstanceName": "Réinitialiser l'association de serveur",
|
||||||
"pathMatchModalTitle": "Configurer le chemin correspondant",
|
"pathMatchModalTitle": "Configurer le chemin correspondant",
|
||||||
"pathMatchModalDescription": "Définissez comment les requêtes entrantes doivent être trouvées en fonction de leur chemin.",
|
"pathMatchModalDescription": "Définissez comment les requêtes entrantes doivent être trouvées en fonction de leur chemin.",
|
||||||
"pathMatchType": "Type de correspondance",
|
"pathMatchType": "Type de correspondance",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Autorisé par la règle",
|
"allowedByRule": "Autorisé par la règle",
|
||||||
"allowedNoAuth": "Aucune authentification autorisée",
|
"allowedNoAuth": "Aucune authentification autorisée",
|
||||||
"validAccessToken": "Jeton d'accès valide",
|
"validAccessToken": "Jeton d'accès valide",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Authentification d'en-tête valide",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Valid Pincode",
|
||||||
"validPassword": "Mot de passe valide",
|
"validPassword": "Mot de passe valide",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Email valide",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "SSO valide",
|
||||||
"validVirtualAPIKey": "Clé API Virtuelle Valide",
|
"validVirtualAPIKey": "Clé API Virtuelle Valide",
|
||||||
"view": "Afficher",
|
"view": "Afficher",
|
||||||
"configManaged": "Configuration gérée",
|
"configManaged": "Configuration gérée",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Abandonné par la règle",
|
"droppedByRule": "Abandonné par la règle",
|
||||||
"noSessions": "Aucune session",
|
"noSessions": "Aucune session",
|
||||||
"temporaryRequestToken": "Jeton de requête temporaire",
|
"temporaryRequestToken": "Jeton de requête temporaire",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Pas d'authentification valide",
|
||||||
"ip": "IP",
|
"ip": "IP",
|
||||||
"reason": "Raison",
|
"reason": "Raison",
|
||||||
"requestLogs": "Journal des Requêtes HTTP",
|
"requestLogs": "Journal des Requêtes HTTP",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "La régénération des identifiants invalidera les identifiants précédents et provoquera une déconnexion. Assurez-vous de mettre à jour toutes les configurations qui utilisent ces identifiants.",
|
"regenerateCredentialsWarning": "La régénération des identifiants invalidera les identifiants précédents et provoquera une déconnexion. Assurez-vous de mettre à jour toutes les configurations qui utilisent ces identifiants.",
|
||||||
"confirm": "Confirmer",
|
"confirm": "Confirmer",
|
||||||
"regenerateCredentialsConfirmation": "Voulez-vous vraiment régénérer les identifiants ?",
|
"regenerateCredentialsConfirmation": "Voulez-vous vraiment régénérer les identifiants ?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Point de terminaison",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Clé privée",
|
"SecretKey": "Clé privée",
|
||||||
"niceId": "Joli ID",
|
"niceId": "Joli ID",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "Aucune donnée",
|
"noData": "Aucune donnée",
|
||||||
"machineClients": "Clients Machines",
|
"machineClients": "Clients Machines",
|
||||||
"install": "Installer",
|
"install": "Installer",
|
||||||
|
"downloadInstaller": "Télécharger l'installateur",
|
||||||
"run": "Exécuter",
|
"run": "Exécuter",
|
||||||
"envFile": "Fichier Environnement",
|
"envFile": "Fichier Environnement",
|
||||||
"serviceFile": "Fichier de Service",
|
"serviceFile": "Fichier de Service",
|
||||||
@@ -3891,7 +3916,7 @@
|
|||||||
"deviceMessageArchive": "Le périphérique sera archivé et retiré de la liste des périphériques actifs.",
|
"deviceMessageArchive": "Le périphérique sera archivé et retiré de la liste des périphériques actifs.",
|
||||||
"deviceArchiveConfirm": "Dispositif d'archivage",
|
"deviceArchiveConfirm": "Dispositif d'archivage",
|
||||||
"archiveDevice": "Dispositif d'archivage",
|
"archiveDevice": "Dispositif d'archivage",
|
||||||
"archive": "Archive",
|
"archive": "Archiver",
|
||||||
"deviceUnarchived": "Appareil désarchivé",
|
"deviceUnarchived": "Appareil désarchivé",
|
||||||
"deviceUnarchivedDescription": "L'appareil a été désarchivé avec succès.",
|
"deviceUnarchivedDescription": "L'appareil a été désarchivé avec succès.",
|
||||||
"errorUnarchivingDevice": "Erreur lors de la désarchivage du périphérique",
|
"errorUnarchivingDevice": "Erreur lors de la désarchivage du périphérique",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "Version du noyau",
|
"kernelVersion": "Version du noyau",
|
||||||
"deviceModel": "Modèle de l'appareil",
|
"deviceModel": "Modèle de l'appareil",
|
||||||
"serialNumber": "Numéro de série",
|
"serialNumber": "Numéro de série",
|
||||||
"hostname": "Hostname",
|
"hostname": "Nom d'hôte",
|
||||||
"firstSeen": "Première vue",
|
"firstSeen": "Première vue",
|
||||||
"lastSeen": "Dernière vue",
|
"lastSeen": "Dernière vue",
|
||||||
"biometricsEnabled": "biométrique activée",
|
"biometricsEnabled": "biométrique activée",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Déconnecté",
|
"disconnected": "Déconnecté",
|
||||||
"approvalsEmptyStateTitle": "Approbations de l'appareil non activées",
|
"approvalsEmptyStateTitle": "Approbations de l'appareil non activées",
|
||||||
"approvalsEmptyStateDescription": "Activer les autorisations de l'appareil pour les rôles qui nécessitent l'approbation de l'administrateur avant que les utilisateurs puissent connecter de nouveaux appareils.",
|
"approvalsEmptyStateDescription": "Activer les autorisations de l'appareil pour les rôles qui nécessitent l'approbation de l'administrateur avant que les utilisateurs puissent connecter de nouveaux appareils.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Comment activer",
|
||||||
"approvalsEmptyStateStep1Title": "Aller aux Rôles",
|
"approvalsEmptyStateStep1Title": "Aller aux Rôles",
|
||||||
"approvalsEmptyStateStep1Description": "Accédez aux paramètres de rôles de votre organisation pour configurer les autorisations de l'appareil.",
|
"approvalsEmptyStateStep1Description": "Accédez aux paramètres de rôles de votre organisation pour configurer les autorisations de l'appareil.",
|
||||||
"approvalsEmptyStateStep2Title": "Activer les autorisations de l'appareil",
|
"approvalsEmptyStateStep2Title": "Activer les autorisations de l'appareil",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Voir en tant qu'admin",
|
"resourceLauncherViewAsAdmin": "Voir en tant qu'admin",
|
||||||
"resourceLauncherResourceDetailsDescription": "Informations de connexion et statut pour cette ressource.",
|
"resourceLauncherResourceDetailsDescription": "Informations de connexion et statut pour cette ressource.",
|
||||||
"resourceLauncherResourceDetails": "Détails de la ressource",
|
"resourceLauncherResourceDetails": "Détails de la ressource",
|
||||||
|
"resourceLauncherSitesDescription": "La ressource est accessible via les sites suivants.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Voir le site en tant qu'admin",
|
||||||
|
"resourceLauncherFilterBySite": "Filtrer par site",
|
||||||
|
"resourceLauncherSshCommand": "Commande SSH",
|
||||||
|
"resourceLauncherSshCommandDescription": "Utilisez le CLI Pangolin pour ouvrir une session SSH vers cette ressource.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Méthodes d'authentification activées pour cette 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é.",
|
"resourceLauncherPrivateClientRequired": "Connectez-vous avec un client sur votre appareil pour accéder à cette ressource en privé.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Connexion client requise",
|
"resourceLauncherPrivateClientRequiredTitle": "Connexion client requise",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Mode clavier Unicode",
|
"rdpUnicodeKeyboardMode": "Mode clavier Unicode",
|
||||||
"sessionToolbarShow": "Afficher la barre d'outils",
|
"sessionToolbarShow": "Afficher la barre d'outils",
|
||||||
"sessionToolbarHide": "Masquer la barre d'outils",
|
"sessionToolbarHide": "Masquer la barre d'outils",
|
||||||
"actionUpdateSiteApprovals": "Mettre à jour les approbations de site"
|
"actionUpdateSiteApprovals": "Mettre à jour les approbations de site",
|
||||||
|
"check": "Vérifier"
|
||||||
}
|
}
|
||||||
|
|||||||
+83
-51
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Obiettivi su questo sito",
|
"siteResourcesTargetsOnSite": "Obiettivi su questo sito",
|
||||||
"siteSetting": "Impostazioni del sito {siteName}",
|
"siteSetting": "Impostazioni del sito {siteName}",
|
||||||
"siteNewtTunnel": "Nuovo Sito (Consigliato)",
|
"siteNewtTunnel": "Nuovo Sito (Consigliato)",
|
||||||
|
"pangolinSite": "Sito Pangolin",
|
||||||
"siteNewtTunnelDescription": "Modo più semplice per creare un entrypoint in qualsiasi rete. Nessuna configurazione aggiuntiva.",
|
"siteNewtTunnelDescription": "Modo più semplice per creare un entrypoint in qualsiasi rete. Nessuna configurazione aggiuntiva.",
|
||||||
"siteWg": "WireGuard Base",
|
"siteWg": "WireGuard Base",
|
||||||
"siteWgDescription": "Usa un qualsiasi client WireGuard per stabilire un tunnel. Impostazione NAT manuale richiesta.",
|
"siteWgDescription": "Usa un qualsiasi client WireGuard per stabilire un tunnel. Impostazione NAT manuale richiesta.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Elimina Chiave API",
|
"apiKeysDelete": "Elimina Chiave API",
|
||||||
"apiKeysManage": "Gestisci Chiavi API",
|
"apiKeysManage": "Gestisci Chiavi API",
|
||||||
"apiKeysDescription": "Le chiavi API sono utilizzate per autenticarsi con l'API di integrazione",
|
"apiKeysDescription": "Le chiavi API sono utilizzate per autenticarsi con l'API di integrazione",
|
||||||
|
"orgsManage": "Gestisci Organizzazioni",
|
||||||
|
"orgsDescription": "Visualizza e gestisci tutte le organizzazioni su questa istanza",
|
||||||
"provisioningKeysTitle": "Chiave di provisioning",
|
"provisioningKeysTitle": "Chiave di provisioning",
|
||||||
"provisioningKeysManage": "Gestisci Chiavi di provisioning",
|
"provisioningKeysManage": "Gestisci Chiavi di provisioning",
|
||||||
"provisioningKeysDescription": "Le chiavi di provisioning vengono utilizzate per autenticare il provisioning automatico del sito per la tua organizzazione.",
|
"provisioningKeysDescription": "Le chiavi di provisioning vengono utilizzate per autenticare il provisioning automatico del sito per la tua organizzazione.",
|
||||||
@@ -716,11 +719,12 @@
|
|||||||
"nameOptional": "Nome (Opzionale)",
|
"nameOptional": "Nome (Opzionale)",
|
||||||
"accessControls": "Controlli di Accesso",
|
"accessControls": "Controlli di Accesso",
|
||||||
"userDescription2": "Gestisci le impostazioni di questo utente",
|
"userDescription2": "Gestisci le impostazioni di questo utente",
|
||||||
|
"userGeneralSettingsDescription": "Gestisci i ruoli e le impostazioni di questo utente nell'organizzazione",
|
||||||
"accessRoleErrorAdd": "Impossibile aggiungere l'utente al ruolo",
|
"accessRoleErrorAdd": "Impossibile aggiungere l'utente al ruolo",
|
||||||
"accessRoleErrorAddDescription": "Si è verificato un errore durante l'aggiunta dell'utente al ruolo.",
|
"accessRoleErrorAddDescription": "Si è verificato un errore durante l'aggiunta dell'utente al ruolo.",
|
||||||
"userSaved": "Utente salvato",
|
"userSaved": "Utente salvato",
|
||||||
"userSavedDescription": "L'utente è stato aggiornato.",
|
"userSavedDescription": "L'utente è stato aggiornato.",
|
||||||
"autoProvisioned": "Auto Provisioned",
|
"autoProvisioned": "Provisioning Automatico",
|
||||||
"autoProvisionSettings": "Impostazioni Automatiche di provisioning",
|
"autoProvisionSettings": "Impostazioni Automatiche di provisioning",
|
||||||
"autoProvisionedDescription": "Permetti a questo utente di essere gestito automaticamente dal provider di identità",
|
"autoProvisionedDescription": "Permetti a questo utente di essere gestito automaticamente dal provider di identità",
|
||||||
"accessControlsDescription": "Gestisci cosa questo utente può accedere e fare nell'organizzazione",
|
"accessControlsDescription": "Gestisci cosa questo utente può accedere e fare nell'organizzazione",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Nome Server TLS non valido. Usa il formato nome dominio o salva vuoto per rimuovere il Nome Server TLS.",
|
"proxyErrorTls": "Nome Server TLS non valido. Usa il formato nome dominio o salva vuoto per rimuovere il Nome Server TLS.",
|
||||||
"proxyEnableSSL": "Abilita TLS",
|
"proxyEnableSSL": "Abilita TLS",
|
||||||
"proxyEnableSSLDescription": "Abilita la crittografia SSL/TLS per connessioni HTTPS sicure alle risorse interne target.",
|
"proxyEnableSSLDescription": "Abilita la crittografia SSL/TLS per connessioni HTTPS sicure alle risorse interne target.",
|
||||||
"target": "Target",
|
"target": "Destinazione",
|
||||||
"configureTarget": "Configura Risorse Interne",
|
"configureTarget": "Configura Risorse Interne",
|
||||||
"targetErrorFetch": "Impossibile recuperare i target",
|
"targetErrorFetch": "Impossibile recuperare i target",
|
||||||
"targetErrorFetchDescription": "Si è verificato un errore durante il recupero dei target",
|
"targetErrorFetchDescription": "Si è verificato un errore durante il recupero dei target",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Quando le regole sono disabilitate, tutto il traffico passa all'autenticazione.",
|
"policyAccessRulesFallthroughOff": "Quando le regole sono disabilitate, tutto il traffico passa all'autenticazione.",
|
||||||
"policyAccessRulesFallthroughOn": "Quando nessuna regola corrisponde, il traffico passa all'autenticazione.",
|
"policyAccessRulesFallthroughOn": "Quando nessuna regola corrisponde, il traffico passa all'autenticazione.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/amministratore/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Salva Regole",
|
"rulesSave": "Salva Regole",
|
||||||
"resourceErrorCreate": "Errore nella creazione della risorsa",
|
"resourceErrorCreate": "Errore nella creazione della risorsa",
|
||||||
@@ -1247,7 +1251,7 @@
|
|||||||
"inviteAlready": "Sembra che sei stato invitato!",
|
"inviteAlready": "Sembra che sei stato invitato!",
|
||||||
"inviteAlreadyDescription": "Per accettare l'invito, devi accedere o creare un account.",
|
"inviteAlreadyDescription": "Per accettare l'invito, devi accedere o creare un account.",
|
||||||
"signupQuestion": "Hai già un account?",
|
"signupQuestion": "Hai già un account?",
|
||||||
"login": "Log In",
|
"login": "Accedi",
|
||||||
"resourceNotFound": "Risorsa Non Trovata",
|
"resourceNotFound": "Risorsa Non Trovata",
|
||||||
"resourceNotFoundDescription": "La risorsa che stai cercando di accedere non esiste.",
|
"resourceNotFoundDescription": "La risorsa che stai cercando di accedere non esiste.",
|
||||||
"pincodeRequirementsLength": "Il PIN deve essere esattamente di 6 cifre",
|
"pincodeRequirementsLength": "Il PIN deve essere esattamente di 6 cifre",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Genera Codice Di Ripristino Password",
|
"generatePasswordResetCode": "Genera Codice Di Ripristino Password",
|
||||||
"passwordResetCodeGenerated": "Codice Di Reimpostazione Password Generato",
|
"passwordResetCodeGenerated": "Codice Di Reimpostazione Password Generato",
|
||||||
"passwordResetCodeGeneratedDescription": "Condividi questo codice con l'utente. Possono usarlo per reimpostare la password.",
|
"passwordResetCodeGeneratedDescription": "Condividi questo codice con l'utente. Possono usarlo per reimpostare la password.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "URL di Reimpostazione",
|
||||||
"passwordNew": "Nuova Password",
|
"passwordNew": "Nuova Password",
|
||||||
"passwordNewConfirm": "Conferma Nuova Password",
|
"passwordNewConfirm": "Conferma Nuova Password",
|
||||||
"changePassword": "Cambia Password",
|
"changePassword": "Cambia Password",
|
||||||
@@ -1376,7 +1380,7 @@
|
|||||||
"pageNotFound": "Pagina Non Trovata",
|
"pageNotFound": "Pagina Non Trovata",
|
||||||
"pageNotFoundDescription": "Oops! La pagina che stai cercando non esiste.",
|
"pageNotFoundDescription": "Oops! La pagina che stai cercando non esiste.",
|
||||||
"overview": "Panoramica",
|
"overview": "Panoramica",
|
||||||
"home": "Home",
|
"home": "Pagina Iniziale",
|
||||||
"settings": "Impostazioni",
|
"settings": "Impostazioni",
|
||||||
"usersAll": "Tutti Gli Utenti",
|
"usersAll": "Tutti Gli Utenti",
|
||||||
"license": "Licenza",
|
"license": "Licenza",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Errore durante il logout",
|
"logoutError": "Errore durante il logout",
|
||||||
"signingAs": "Accesso come",
|
"signingAs": "Accesso come",
|
||||||
"serverAdmin": "Amministratore Server",
|
"serverAdmin": "Amministratore Server",
|
||||||
|
"promoteServerAdmin": "Promuovi a amministratore del server",
|
||||||
|
"promoteServerAdminTitle": "Promuovi a Amministratore del Server",
|
||||||
|
"promoteServerAdminQuestion": "Sei sicuro di voler promuovere {selectedUser} a amministratore del server?",
|
||||||
|
"promoteServerAdminMessage": "Gli amministratori del server hanno i massimi privilegi e possono gestire il server.",
|
||||||
|
"promoteServerAdminWarning": "Questo può essere annullato in qualsiasi momento retrocedendo l'utente.",
|
||||||
|
"promoteServerAdminConfirm": "Promuovi a Amministratore del Server",
|
||||||
|
"promoteServerAdminSuccess": "Utente Promosso",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} è ora un amministratore del server.",
|
||||||
|
"promoteServerAdminError": "Impossibile promuovere l'utente",
|
||||||
|
"demoteServerAdmin": "Retrocedere da amministratore del server",
|
||||||
|
"demoteServerAdminTitle": "Retrocedere da Amministratore del Server",
|
||||||
|
"demoteServerAdminQuestion": "Sei sicuro di voler retrocedere {selectedUser} da amministratore del server?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} perderà tutti i privilegi di amministratore del server.",
|
||||||
|
"demoteServerAdminWarning": "Questo può essere annullato in qualsiasi momento promuovendo l'utente.",
|
||||||
|
"demoteServerAdminConfirm": "Retrocedere da amministratore del server",
|
||||||
|
"demoteServerAdminSuccess": "Utente retrocesso",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} non è più un amministratore del server.",
|
||||||
|
"demoteServerAdminError": "Impossibile retrocedere l'utente",
|
||||||
"managedSelfhosted": "Gestito Auto-Ospitato",
|
"managedSelfhosted": "Gestito Auto-Ospitato",
|
||||||
"otpEnable": "Abilita Autenticazione a Due Fattori",
|
"otpEnable": "Abilita Autenticazione a Due Fattori",
|
||||||
"otpDisable": "Disabilita Autenticazione a Due Fattori",
|
"otpDisable": "Disabilita Autenticazione a Due Fattori",
|
||||||
@@ -1661,7 +1683,7 @@
|
|||||||
"orgErrorNoProvided": "Nessuna organizzazione fornita",
|
"orgErrorNoProvided": "Nessuna organizzazione fornita",
|
||||||
"apiKeysErrorNoUpdate": "Nessuna chiave API da aggiornare",
|
"apiKeysErrorNoUpdate": "Nessuna chiave API da aggiornare",
|
||||||
"sidebarOverview": "Panoramica",
|
"sidebarOverview": "Panoramica",
|
||||||
"sidebarHome": "Home",
|
"sidebarHome": "Pagina Iniziale",
|
||||||
"sidebarSites": "Siti",
|
"sidebarSites": "Siti",
|
||||||
"sidebarApprovals": "Richieste Di Approvazione",
|
"sidebarApprovals": "Richieste Di Approvazione",
|
||||||
"sidebarResources": "Risorse",
|
"sidebarResources": "Risorse",
|
||||||
@@ -1682,7 +1704,7 @@
|
|||||||
"commandAiProviders": "Provider AI",
|
"commandAiProviders": "Provider AI",
|
||||||
"sidebarVirtualApiKeys": "Chiavi API Virtuali",
|
"sidebarVirtualApiKeys": "Chiavi API Virtuali",
|
||||||
"sidebarMyApiKeys": "Le Tue Chiavi API",
|
"sidebarMyApiKeys": "Le Tue Chiavi API",
|
||||||
"sidebarAccount": "Launcher",
|
"sidebarAccount": "Avvio",
|
||||||
"commandVirtualApiKeys": "Chiavi API Virtuali",
|
"commandVirtualApiKeys": "Chiavi API Virtuali",
|
||||||
"virtualApiKeysTitle": "Gestisci Chiavi API Virtuali",
|
"virtualApiKeysTitle": "Gestisci Chiavi API Virtuali",
|
||||||
"virtualApiKeysDescription": "Crea e gestisci chiavi API manuali per l'accesso ai gateway AI pubblici",
|
"virtualApiKeysDescription": "Crea e gestisci chiavi API manuali per l'accesso ai gateway AI pubblici",
|
||||||
@@ -2032,7 +2054,7 @@
|
|||||||
"aiUsageTabOverview": "Panoramica",
|
"aiUsageTabOverview": "Panoramica",
|
||||||
"aiUsageTabProviders": "Provider",
|
"aiUsageTabProviders": "Provider",
|
||||||
"aiUsageTabResources": "Risorse",
|
"aiUsageTabResources": "Risorse",
|
||||||
"aiUsageFilterProvider": "Provider",
|
"aiUsageFilterProvider": "Fornitore",
|
||||||
"aiUsageFilterModel": "Modello",
|
"aiUsageFilterModel": "Modello",
|
||||||
"aiUsageFilterResource": "Risorsa",
|
"aiUsageFilterResource": "Risorsa",
|
||||||
"aiUsageFilterRole": "Ruolo",
|
"aiUsageFilterRole": "Ruolo",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Budget",
|
"resourceBudgetSettings": "Budget",
|
||||||
"resourceBudgetSettingsDescription": "Configura come questo gateway AI limita l'uso basato sulla spesa o sui limiti di token",
|
"resourceBudgetSettingsDescription": "Configura come questo gateway AI limita l'uso basato sulla spesa o sui limiti di token",
|
||||||
"sidebarApiKeys": "Chiavi API",
|
"sidebarApiKeys": "Chiavi API",
|
||||||
|
"sidebarOrgs": "Organizzazioni",
|
||||||
"sidebarProvisioning": "Accantonamento",
|
"sidebarProvisioning": "Accantonamento",
|
||||||
"sidebarSettings": "Impostazioni",
|
"sidebarSettings": "Impostazioni",
|
||||||
"sidebarAllUsers": "Tutti Gli Utenti",
|
"sidebarAllUsers": "Tutti Gli Utenti",
|
||||||
@@ -2105,7 +2128,7 @@
|
|||||||
"sidebarMachineClients": "Macchine",
|
"sidebarMachineClients": "Macchine",
|
||||||
"sidebarDomains": "Domini",
|
"sidebarDomains": "Domini",
|
||||||
"sidebarGeneral": "Gestisci",
|
"sidebarGeneral": "Gestisci",
|
||||||
"sidebarLogAndAnalytics": "Log & Analytics",
|
"sidebarLogAndAnalytics": "Log & Analisi",
|
||||||
"sidebarBluePrints": "Progetti",
|
"sidebarBluePrints": "Progetti",
|
||||||
"sidebarAlerting": "Allerta",
|
"sidebarAlerting": "Allerta",
|
||||||
"sidebarHealthChecks": "Controlli di salute",
|
"sidebarHealthChecks": "Controlli di salute",
|
||||||
@@ -2142,7 +2165,7 @@
|
|||||||
"commandLogsStreaming": "Streaming di Eventi",
|
"commandLogsStreaming": "Streaming di Eventi",
|
||||||
"commandManagement": "Gestione",
|
"commandManagement": "Gestione",
|
||||||
"commandAlerting": "Avvisi",
|
"commandAlerting": "Avvisi",
|
||||||
"commandProvisioning": "Provisioning",
|
"commandProvisioning": "Accantonamento",
|
||||||
"commandBluePrints": "Modelli",
|
"commandBluePrints": "Modelli",
|
||||||
"commandApiKeys": "Chiavi API",
|
"commandApiKeys": "Chiavi API",
|
||||||
"commandBillingAndLicenses": "Fatturazione & Licenze",
|
"commandBillingAndLicenses": "Fatturazione & Licenze",
|
||||||
@@ -2158,7 +2181,7 @@
|
|||||||
"alertingSearchRules": "Cerca regole…",
|
"alertingSearchRules": "Cerca regole…",
|
||||||
"alertingAddRule": "Crea Regola",
|
"alertingAddRule": "Crea Regola",
|
||||||
"alertingColumnSource": "Fonte",
|
"alertingColumnSource": "Fonte",
|
||||||
"alertingColumnTrigger": "Trigger",
|
"alertingColumnTrigger": "Attivazione",
|
||||||
"alertingColumnActions": "Azioni",
|
"alertingColumnActions": "Azioni",
|
||||||
"alertingColumnEnabled": "Abilitato",
|
"alertingColumnEnabled": "Abilitato",
|
||||||
"alertingDeleteQuestion": "Si prega di confermare di voler eliminare questa regola di allerta.",
|
"alertingDeleteQuestion": "Si prega di confermare di voler eliminare questa regola di allerta.",
|
||||||
@@ -2196,7 +2219,7 @@
|
|||||||
"alertingSelectResources": "Seleziona risorse…",
|
"alertingSelectResources": "Seleziona risorse…",
|
||||||
"alertingResourcesSelected": "{count} risorse selezionate",
|
"alertingResourcesSelected": "{count} risorse selezionate",
|
||||||
"alertingResourcesEmpty": "Nessuna risorsa con target nei primi 10 risultati.",
|
"alertingResourcesEmpty": "Nessuna risorsa con target nei primi 10 risultati.",
|
||||||
"alertingSectionTrigger": "Trigger",
|
"alertingSectionTrigger": "Attivazione",
|
||||||
"alertingTrigger": "Quando allertare",
|
"alertingTrigger": "Quando allertare",
|
||||||
"alertingTriggerSiteOnline": "Sito online",
|
"alertingTriggerSiteOnline": "Sito online",
|
||||||
"alertingTriggerSiteOffline": "Sito offline",
|
"alertingTriggerSiteOffline": "Sito offline",
|
||||||
@@ -2270,7 +2293,7 @@
|
|||||||
"alertingNodeNotConfigured": "Non ancora configurato",
|
"alertingNodeNotConfigured": "Non ancora configurato",
|
||||||
"alertingNodeActionsCount": "{count, plural, one {# azione} other {# azioni}}",
|
"alertingNodeActionsCount": "{count, plural, one {# azione} other {# azioni}}",
|
||||||
"alertingNodeRoleSource": "Fonte",
|
"alertingNodeRoleSource": "Fonte",
|
||||||
"alertingNodeRoleTrigger": "Trigger",
|
"alertingNodeRoleTrigger": "Attivazione",
|
||||||
"alertingNodeRoleAction": "Azione",
|
"alertingNodeRoleAction": "Azione",
|
||||||
"alertingTabRules": "Regole di Allerta",
|
"alertingTabRules": "Regole di Allerta",
|
||||||
"alertingTabHealthChecks": "Controlli di Salute",
|
"alertingTabHealthChecks": "Controlli di Salute",
|
||||||
@@ -2298,7 +2321,7 @@
|
|||||||
"standaloneHcSaved": "Controllo di salute salvato",
|
"standaloneHcSaved": "Controllo di salute salvato",
|
||||||
"standaloneHcColumnHealth": "Salute",
|
"standaloneHcColumnHealth": "Salute",
|
||||||
"standaloneHcColumnMode": "Modalità",
|
"standaloneHcColumnMode": "Modalità",
|
||||||
"standaloneHcColumnTarget": "Target",
|
"standaloneHcColumnTarget": "Obiettivo",
|
||||||
"standaloneHcHealthStateHealthy": "Sano",
|
"standaloneHcHealthStateHealthy": "Sano",
|
||||||
"standaloneHcHealthStateUnhealthy": "Non Sano",
|
"standaloneHcHealthStateUnhealthy": "Non Sano",
|
||||||
"standaloneHcHealthStateUnknown": "Sconosciuto",
|
"standaloneHcHealthStateUnknown": "Sconosciuto",
|
||||||
@@ -2353,7 +2376,7 @@
|
|||||||
"containerImage": "Immagine",
|
"containerImage": "Immagine",
|
||||||
"containerState": "Stato",
|
"containerState": "Stato",
|
||||||
"containerNetworks": "Reti",
|
"containerNetworks": "Reti",
|
||||||
"containerHostnameIp": "Hostname/IP",
|
"containerHostnameIp": "Nome host/IP",
|
||||||
"containerLabels": "Etichette",
|
"containerLabels": "Etichette",
|
||||||
"containerLabelsCount": "{count, plural, one {# etichetta} other {# etichette}}",
|
"containerLabelsCount": "{count, plural, one {# etichetta} other {# etichette}}",
|
||||||
"containerLabelsTitle": "Etichette Del Contenitore",
|
"containerLabelsTitle": "Etichette Del Contenitore",
|
||||||
@@ -2424,7 +2447,7 @@
|
|||||||
"billing": "Fatturazione",
|
"billing": "Fatturazione",
|
||||||
"orgBillingDescription": "Gestisci le informazioni di fatturazione e gli abbonamenti",
|
"orgBillingDescription": "Gestisci le informazioni di fatturazione e gli abbonamenti",
|
||||||
"github": "GitHub",
|
"github": "GitHub",
|
||||||
"pangolinHosted": "Pangolin Hosted",
|
"pangolinHosted": "Ospitato su Pangolin",
|
||||||
"fossorial": "Fossoriale",
|
"fossorial": "Fossoriale",
|
||||||
"completeAccountSetup": "Completa la Configurazione dell'Account",
|
"completeAccountSetup": "Completa la Configurazione dell'Account",
|
||||||
"completeAccountSetupDescription": "Imposta la tua password per iniziare",
|
"completeAccountSetupDescription": "Imposta la tua password per iniziare",
|
||||||
@@ -2605,7 +2628,7 @@
|
|||||||
"multiSelectFilterCount": "{count} selezionato",
|
"multiSelectFilterCount": "{count} selezionato",
|
||||||
"createDomainCnameRecords": "Record CNAME",
|
"createDomainCnameRecords": "Record CNAME",
|
||||||
"createDomainARecords": "Record A",
|
"createDomainARecords": "Record A",
|
||||||
"createDomainRecordNumber": "Record {number}",
|
"createDomainRecordNumber": "Record {numero}",
|
||||||
"createDomainTxtRecords": "Record TXT",
|
"createDomainTxtRecords": "Record TXT",
|
||||||
"createDomainSaveTheseRecords": "Salva Questi Record",
|
"createDomainSaveTheseRecords": "Salva Questi Record",
|
||||||
"createDomainSaveTheseRecordsDescription": "Assicurati di salvare questi record DNS poiché non li vedrai più.",
|
"createDomainSaveTheseRecordsDescription": "Assicurati di salvare questi record DNS poiché non li vedrai più.",
|
||||||
@@ -2730,7 +2753,7 @@
|
|||||||
"requireDeviceApproval": "Richiede Approvazioni Dispositivo",
|
"requireDeviceApproval": "Richiede Approvazioni Dispositivo",
|
||||||
"requireDeviceApprovalDescription": "Gli utenti con questo ruolo hanno bisogno di nuovi dispositivi approvati da un amministratore prima di poter connettersi e accedere alle risorse.",
|
"requireDeviceApprovalDescription": "Gli utenti con questo ruolo hanno bisogno di nuovi dispositivi approvati da un amministratore prima di poter connettersi e accedere alle risorse.",
|
||||||
"sshSettings": "SSH",
|
"sshSettings": "SSH",
|
||||||
"inferenceSettings": "AI Gateway",
|
"inferenceSettings": "Gateway AI",
|
||||||
"sshAccess": "Accesso SSH",
|
"sshAccess": "Accesso SSH",
|
||||||
"rdpSettings": "RDP",
|
"rdpSettings": "RDP",
|
||||||
"vncSettings": "VNC",
|
"vncSettings": "VNC",
|
||||||
@@ -2742,7 +2765,7 @@
|
|||||||
"vncServerDescription": "Configura la destinazione e la porta del server VNC",
|
"vncServerDescription": "Configura la destinazione e la porta del server VNC",
|
||||||
"sshServerMode": "Modalità",
|
"sshServerMode": "Modalità",
|
||||||
"sshServerModeStandard": "Server SSH Standard",
|
"sshServerModeStandard": "Server SSH Standard",
|
||||||
"sshServerModePangolin": "Pangolin SSH",
|
"sshServerModePangolin": "SSH di Pangolin",
|
||||||
"sshServerModeStandardDescription": "Instrada comandi sulla rete a un server SSH come OpenSSH.",
|
"sshServerModeStandardDescription": "Instrada comandi sulla rete a un server SSH come OpenSSH.",
|
||||||
"sshServerModeNative": "Server SSH Nativo",
|
"sshServerModeNative": "Server SSH Nativo",
|
||||||
"sshServerModeNativeDescription": "Esegue comandi direttamente sull'host tramite il connettore del sito. Non è richiesta la configurazione di rete.",
|
"sshServerModeNativeDescription": "Esegue comandi direttamente sull'host tramite il connettore del sito. Non è richiesta la configurazione di rete.",
|
||||||
@@ -2854,7 +2877,7 @@
|
|||||||
"resourcesTableClients": "Client",
|
"resourcesTableClients": "Client",
|
||||||
"resourcesTableAndOnlyAccessibleInternally": "e sono accessibili solo internamente quando connessi con un client.",
|
"resourcesTableAndOnlyAccessibleInternally": "e sono accessibili solo internamente quando connessi con un client.",
|
||||||
"resourcesTableHealthy": "Sano",
|
"resourcesTableHealthy": "Sano",
|
||||||
"resourcesTableDegraded": "Degraded",
|
"resourcesTableDegraded": "Degradato",
|
||||||
"resourcesTableUnhealthy": "Non Sano",
|
"resourcesTableUnhealthy": "Non Sano",
|
||||||
"resourcesTableUnknown": "Sconosciuto",
|
"resourcesTableUnknown": "Sconosciuto",
|
||||||
"resourcesTableNotMonitored": "Non monitorato",
|
"resourcesTableNotMonitored": "Non monitorato",
|
||||||
@@ -2886,7 +2909,7 @@
|
|||||||
"editInternalResourceDialogModeCidr": "CIDR",
|
"editInternalResourceDialogModeCidr": "CIDR",
|
||||||
"editInternalResourceDialogModeHttp": "HTTP",
|
"editInternalResourceDialogModeHttp": "HTTP",
|
||||||
"editInternalResourceDialogModeHttps": "HTTPS",
|
"editInternalResourceDialogModeHttps": "HTTPS",
|
||||||
"editInternalResourceDialogModeInference": "AI Gateway",
|
"editInternalResourceDialogModeInference": "Gateway AI",
|
||||||
"editInternalResourceDialogModeSsh": "SSH",
|
"editInternalResourceDialogModeSsh": "SSH",
|
||||||
"editInternalResourceDialogScheme": "Metodo HTTP",
|
"editInternalResourceDialogScheme": "Metodo HTTP",
|
||||||
"editInternalResourceDialogEnableSsl": "Abilita TLS",
|
"editInternalResourceDialogEnableSsl": "Abilita TLS",
|
||||||
@@ -2946,7 +2969,7 @@
|
|||||||
"createInternalResourceDialogModeHttp": "HTTP",
|
"createInternalResourceDialogModeHttp": "HTTP",
|
||||||
"createInternalResourceDialogModeHttps": "HTTPS",
|
"createInternalResourceDialogModeHttps": "HTTPS",
|
||||||
"createInternalResourceDialogModeSsh": "SSH",
|
"createInternalResourceDialogModeSsh": "SSH",
|
||||||
"createInternalResourceDialogModeInference": "AI Gateway",
|
"createInternalResourceDialogModeInference": "Gateway AI",
|
||||||
"scheme": "Metodo HTTP",
|
"scheme": "Metodo HTTP",
|
||||||
"createInternalResourceDialogScheme": "Metodo HTTP",
|
"createInternalResourceDialogScheme": "Metodo HTTP",
|
||||||
"createInternalResourceDialogEnableSsl": "Abilita TLS",
|
"createInternalResourceDialogEnableSsl": "Abilita TLS",
|
||||||
@@ -3093,11 +3116,11 @@
|
|||||||
"regionAustraliaAndNewZealand": "Australia e Nuova Zelanda",
|
"regionAustraliaAndNewZealand": "Australia e Nuova Zelanda",
|
||||||
"regionMelanesia": "Melanesia",
|
"regionMelanesia": "Melanesia",
|
||||||
"regionMicronesia": "Micronesia",
|
"regionMicronesia": "Micronesia",
|
||||||
"regionPolynesia": "Polynesia",
|
"regionPolynesia": "Polinesia",
|
||||||
"managedSelfHosted": {
|
"managedSelfHosted": {
|
||||||
"title": "Gestito Auto-Ospitato",
|
"title": "Gestito Auto-Ospitato",
|
||||||
"description": "Server Pangolin self-hosted più affidabile e a bassa manutenzione con campanelli e fischietti extra",
|
"description": "Server Pangolin self-hosted più affidabile e a bassa manutenzione con campanelli e fischietti extra",
|
||||||
"introTitle": "Managed Self-Hosted Pangolin",
|
"introTitle": "Gestito Auto-Ospitato",
|
||||||
"introDescription": "è un'opzione di distribuzione progettata per le persone che vogliono la semplicità e l'affidabilità extra mantenendo i loro dati privati e self-hosted.",
|
"introDescription": "è un'opzione di distribuzione progettata per le persone che vogliono la semplicità e l'affidabilità extra mantenendo i loro dati privati e self-hosted.",
|
||||||
"introDetail": "Con questa opzione, esegui ancora il tuo nodo Pangolin - i tunnel, la terminazione TLS e il traffico rimangono tutti sul tuo server. La differenza è che la gestione e il monitoraggio sono gestiti attraverso il nostro cruscotto cloud, che sblocca una serie di vantaggi:",
|
"introDetail": "Con questa opzione, esegui ancora il tuo nodo Pangolin - i tunnel, la terminazione TLS e il traffico rimangono tutti sul tuo server. La differenza è che la gestione e il monitoraggio sono gestiti attraverso il nostro cruscotto cloud, che sblocca una serie di vantaggi:",
|
||||||
"benefitSimplerOperations": {
|
"benefitSimplerOperations": {
|
||||||
@@ -3143,7 +3166,7 @@
|
|||||||
"idpTypeLabel": "Tipo Provider Identità",
|
"idpTypeLabel": "Tipo Provider Identità",
|
||||||
"roleMappingExpressionPlaceholder": "es. contiene(gruppi, 'admin') && 'Admin' <unk> <unk> 'Membro'",
|
"roleMappingExpressionPlaceholder": "es. contiene(gruppi, 'admin') && 'Admin' <unk> <unk> 'Membro'",
|
||||||
"roleMappingModeFixedRoles": "Ruoli Fissi",
|
"roleMappingModeFixedRoles": "Ruoli Fissi",
|
||||||
"roleMappingModeMappingBuilder": "Mapping Builder",
|
"roleMappingModeMappingBuilder": "Costruttore di Mappature",
|
||||||
"roleMappingModeRawExpression": "Espressione Raw",
|
"roleMappingModeRawExpression": "Espressione Raw",
|
||||||
"roleMappingFixedRolesPlaceholderSelect": "Seleziona uno o più ruoli",
|
"roleMappingFixedRolesPlaceholderSelect": "Seleziona uno o più ruoli",
|
||||||
"roleMappingFixedRolesPlaceholderFreeform": "Digita nomi dei ruoli (corrispondenza esatta per organizzazione)",
|
"roleMappingFixedRolesPlaceholderFreeform": "Digita nomi dei ruoli (corrispondenza esatta per organizzazione)",
|
||||||
@@ -3163,8 +3186,8 @@
|
|||||||
"roleMappingRemoveRule": "Rimuovi",
|
"roleMappingRemoveRule": "Rimuovi",
|
||||||
"idpGoogleConfiguration": "Configurazione Google",
|
"idpGoogleConfiguration": "Configurazione Google",
|
||||||
"idpGoogleConfigurationDescription": "Configura le credenziali di Google OAuth2",
|
"idpGoogleConfigurationDescription": "Configura le credenziali di Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Il Tuo Client Id Google OAuth2",
|
||||||
"idpGoogleClientSecretDescription": "Google OAuth2 Client Secret",
|
"idpGoogleClientSecretDescription": "Il Tuo Client Google OAuth2 Secret",
|
||||||
"idpAzureConfiguration": "Configurazione Azure Entra ID",
|
"idpAzureConfiguration": "Configurazione Azure Entra ID",
|
||||||
"idpAzureConfigurationDescription": "Configura le credenziali OAuth2 di Azure Entra ID",
|
"idpAzureConfigurationDescription": "Configura le credenziali OAuth2 di Azure Entra ID",
|
||||||
"idpTenantId": "ID Tenant",
|
"idpTenantId": "ID Tenant",
|
||||||
@@ -3181,8 +3204,8 @@
|
|||||||
"idpTenantIdLabel": "ID Tenant",
|
"idpTenantIdLabel": "ID Tenant",
|
||||||
"idpAzureClientIdDescription2": "Azure App Id Registrazione Client",
|
"idpAzureClientIdDescription2": "Azure App Id Registrazione Client",
|
||||||
"idpAzureClientSecretDescription2": "Azure App Registrazione Client Segreto",
|
"idpAzureClientSecretDescription2": "Azure App Registrazione Client Segreto",
|
||||||
"idpGoogleDescription": "Google OAuth2/OIDC provider",
|
"idpGoogleDescription": "Provider OAuth2/OIDC generico",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "provider Microsoft Azure OAuth2/OIDC",
|
||||||
"subnet": "Sottorete",
|
"subnet": "Sottorete",
|
||||||
"utilitySubnet": "Sottorete di utilità",
|
"utilitySubnet": "Sottorete di utilità",
|
||||||
"subnetDescription": "La sottorete per la configurazione di rete di questa organizzazione.",
|
"subnetDescription": "La sottorete per la configurazione di rete di questa organizzazione.",
|
||||||
@@ -3255,7 +3278,7 @@
|
|||||||
"mustUpgradeToUse": "Devi aggiornare il tuo abbonamento per utilizzare questa funzionalità.",
|
"mustUpgradeToUse": "Devi aggiornare il tuo abbonamento per utilizzare questa funzionalità.",
|
||||||
"subscriptionRequiredTierToUse": "Questa funzione richiede <tierLink>{tier}</tierLink> o superiore.",
|
"subscriptionRequiredTierToUse": "Questa funzione richiede <tierLink>{tier}</tierLink> o superiore.",
|
||||||
"upgradeToTierToUse": "Aggiorna ad <tierLink>{tier}</tierLink> o superiore per utilizzare questa funzionalità.",
|
"upgradeToTierToUse": "Aggiorna ad <tierLink>{tier}</tierLink> o superiore per utilizzare questa funzionalità.",
|
||||||
"subscriptionTierTier1": "Home",
|
"subscriptionTierTier1": "Casa",
|
||||||
"subscriptionTierTier2": "Squadra",
|
"subscriptionTierTier2": "Squadra",
|
||||||
"subscriptionTierTier3": "Business",
|
"subscriptionTierTier3": "Business",
|
||||||
"subscriptionTierEnterprise": "Impresa",
|
"subscriptionTierEnterprise": "Impresa",
|
||||||
@@ -3337,7 +3360,7 @@
|
|||||||
"resourceHeaderAuthSetupTitleDescription": "Imposta le credenziali di autenticazione di base (nome utente e password) per proteggere questa risorsa con Autenticazione intestazione HTTP. Accedi usando il formato https://username:password@resource.example.com",
|
"resourceHeaderAuthSetupTitleDescription": "Imposta le credenziali di autenticazione di base (nome utente e password) per proteggere questa risorsa con Autenticazione intestazione HTTP. Accedi usando il formato https://username:password@resource.example.com",
|
||||||
"resourceHeaderAuthSubmit": "Imposta Autenticazione Intestazione",
|
"resourceHeaderAuthSubmit": "Imposta Autenticazione Intestazione",
|
||||||
"actionSetResourceHeaderAuth": "Imposta Autenticazione Intestazione",
|
"actionSetResourceHeaderAuth": "Imposta Autenticazione Intestazione",
|
||||||
"enterpriseEdition": "Enterprise Edition",
|
"enterpriseEdition": "Edizione Enterprise",
|
||||||
"unlicensed": "Senza Licenza",
|
"unlicensed": "Senza Licenza",
|
||||||
"beta": "Beta",
|
"beta": "Beta",
|
||||||
"manageUserDevices": "Dispositivi Utente",
|
"manageUserDevices": "Dispositivi Utente",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Priorità",
|
"priority": "Priorità",
|
||||||
"priorityDescription": "I percorsi prioritari più alti sono valutati prima. Priorità = 100 significa ordinamento automatico (decidi di sistema). Usa un altro numero per applicare la priorità manuale.",
|
"priorityDescription": "I percorsi prioritari più alti sono valutati prima. Priorità = 100 significa ordinamento automatico (decidi di sistema). Usa un altro numero per applicare la priorità manuale.",
|
||||||
"instanceName": "Nome Istanza",
|
"instanceName": "Nome Istanza",
|
||||||
|
"clearInstanceName": "Reimposta Associazione Server",
|
||||||
"pathMatchModalTitle": "Configura Corrispondenza Percorso",
|
"pathMatchModalTitle": "Configura Corrispondenza Percorso",
|
||||||
"pathMatchModalDescription": "Impostare come le richieste in arrivo devono essere abbinate in base al loro percorso.",
|
"pathMatchModalDescription": "Impostare come le richieste in arrivo devono essere abbinate in base al loro percorso.",
|
||||||
"pathMatchType": "Tipo di Corrispondenza",
|
"pathMatchType": "Tipo di Corrispondenza",
|
||||||
@@ -3488,7 +3512,7 @@
|
|||||||
"clear": "Pulisci",
|
"clear": "Pulisci",
|
||||||
"saveChanges": "Salva Modifiche",
|
"saveChanges": "Salva Modifiche",
|
||||||
"pathMatchRegexPlaceholder": "^/api/.*",
|
"pathMatchRegexPlaceholder": "^/api/.*",
|
||||||
"pathMatchDefaultPlaceholder": "/path",
|
"pathMatchDefaultPlaceholder": "/percorso",
|
||||||
"pathMatchPrefixHelp": "Esempio: /api corrisponde /api, /api/users etc.",
|
"pathMatchPrefixHelp": "Esempio: /api corrisponde /api, /api/users etc.",
|
||||||
"pathMatchExactHelp": "Esempio: /api corrisponde solo /api",
|
"pathMatchExactHelp": "Esempio: /api corrisponde solo /api",
|
||||||
"pathMatchRegexHelp": "Esempio: ^/api/.* corrisponde /api/anything",
|
"pathMatchRegexHelp": "Esempio: ^/api/.* corrisponde /api/anything",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Consentito dalla regola",
|
"allowedByRule": "Consentito dalla regola",
|
||||||
"allowedNoAuth": "Non Consentito Auth",
|
"allowedNoAuth": "Non Consentito Auth",
|
||||||
"validAccessToken": "Token Di Accesso Valido",
|
"validAccessToken": "Token Di Accesso Valido",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Autenticazione header valida",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Codice PIN valido",
|
||||||
"validPassword": "Password Valida",
|
"validPassword": "Password Valida",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Email valida",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "SSO valido",
|
||||||
"validVirtualAPIKey": "Chiave API Virtuale Valida",
|
"validVirtualAPIKey": "Chiave API Virtuale Valida",
|
||||||
"view": "Visualizza",
|
"view": "Visualizza",
|
||||||
"configManaged": "Gestione Configurazione",
|
"configManaged": "Gestione Configurazione",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Eliminato dalla regola",
|
"droppedByRule": "Eliminato dalla regola",
|
||||||
"noSessions": "Nessuna Sessione",
|
"noSessions": "Nessuna Sessione",
|
||||||
"temporaryRequestToken": "Token Di Richiesta Temporaneo",
|
"temporaryRequestToken": "Token Di Richiesta Temporaneo",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Nessuna Autenticazione Valida",
|
||||||
"ip": "IP",
|
"ip": "IP",
|
||||||
"reason": "Motivo",
|
"reason": "Motivo",
|
||||||
"requestLogs": "Log Richieste HTTP",
|
"requestLogs": "Log Richieste HTTP",
|
||||||
@@ -3569,7 +3593,7 @@
|
|||||||
"commandLogsAi": "Log delle Sessioni",
|
"commandLogsAi": "Log delle Sessioni",
|
||||||
"sidebarLogsAiUsage": "Analytics sull'Uso",
|
"sidebarLogsAiUsage": "Analytics sull'Uso",
|
||||||
"commandLogsAiUsage": "Analytics sull'Uso",
|
"commandLogsAiUsage": "Analytics sull'Uso",
|
||||||
"provider": "Provider",
|
"provider": "Fornitore",
|
||||||
"capability": "Capacità",
|
"capability": "Capacità",
|
||||||
"model": "Modello",
|
"model": "Modello",
|
||||||
"virtualApiKey": "Chiave API Virtuale",
|
"virtualApiKey": "Chiave API Virtuale",
|
||||||
@@ -3645,7 +3669,7 @@
|
|||||||
"loadingDNSRecords": "Caricamento record DNS...",
|
"loadingDNSRecords": "Caricamento record DNS...",
|
||||||
"olmUpdateAvailableInfo": "È disponibile una versione aggiornata di Olm. Si prega di aggiornare all'ultima versione per la migliore esperienza.",
|
"olmUpdateAvailableInfo": "È disponibile una versione aggiornata di Olm. Si prega di aggiornare all'ultima versione per la migliore esperienza.",
|
||||||
"updateAvailableInfo": "È disponibile una versione aggiornata. Si prega di aggiornare all'ultima versione per la migliore esperienza.",
|
"updateAvailableInfo": "È disponibile una versione aggiornata. Si prega di aggiornare all'ultima versione per la migliore esperienza.",
|
||||||
"client": "Client",
|
"client": "Cliente",
|
||||||
"proxyProtocol": "Impostazioni Protocollo Proxy",
|
"proxyProtocol": "Impostazioni Protocollo Proxy",
|
||||||
"proxyProtocolDescription": "Configurare il protocollo proxy per preservare gli indirizzi IP client per i servizi TCP.",
|
"proxyProtocolDescription": "Configurare il protocollo proxy per preservare gli indirizzi IP client per i servizi TCP.",
|
||||||
"enableProxyProtocol": "Abilita Protocollo Proxy",
|
"enableProxyProtocol": "Abilita Protocollo Proxy",
|
||||||
@@ -3702,7 +3726,7 @@
|
|||||||
"deviceAuthorize": "Autorizza {applicationName}",
|
"deviceAuthorize": "Autorizza {applicationName}",
|
||||||
"deviceConnected": "Dispositivo Connesso!",
|
"deviceConnected": "Dispositivo Connesso!",
|
||||||
"deviceAuthorizedMessage": "Il dispositivo è autorizzato ad accedere al tuo account. Ritorna all'applicazione client.",
|
"deviceAuthorizedMessage": "Il dispositivo è autorizzato ad accedere al tuo account. Ritorna all'applicazione client.",
|
||||||
"pangolinCloud": "Pangolin Cloud",
|
"pangolinCloud": "Cloud di Pangolin",
|
||||||
"viewDevices": "Visualizza Dispositivi",
|
"viewDevices": "Visualizza Dispositivi",
|
||||||
"viewDevicesDescription": "Gestisci i tuoi dispositivi connessi",
|
"viewDevicesDescription": "Gestisci i tuoi dispositivi connessi",
|
||||||
"noDevices": "Nessun dispositivo trovato",
|
"noDevices": "Nessun dispositivo trovato",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "Si è verificato un errore durante l'aggiornamento del Nice ID.",
|
"niceIdUpdateErrorDescription": "Si è verificato un errore durante l'aggiornamento del Nice ID.",
|
||||||
"niceIdCannotBeEmpty": "Il Nice ID non può essere vuoto",
|
"niceIdCannotBeEmpty": "Il Nice ID non può essere vuoto",
|
||||||
"enterIdentifier": "Inserisci identificatore",
|
"enterIdentifier": "Inserisci identificatore",
|
||||||
"identifier": "Identifier",
|
"identifier": "Identificatore",
|
||||||
"deviceLoginUseDifferentAccount": "Non tu? Usa un account diverso.",
|
"deviceLoginUseDifferentAccount": "Non tu? Usa un account diverso.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Un dispositivo sta richiedendo l'accesso a questo account.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Un dispositivo sta richiedendo l'accesso a questo account.",
|
||||||
"loginSelectAuthenticationMethod": "Selezionare un metodo di autenticazione per continuare.",
|
"loginSelectAuthenticationMethod": "Selezionare un metodo di autenticazione per continuare.",
|
||||||
"noData": "Nessun Dato",
|
"noData": "Nessun Dato",
|
||||||
"machineClients": "Machine Clients",
|
"machineClients": "Client Macchina",
|
||||||
"install": "Installa",
|
"install": "Installa",
|
||||||
|
"downloadInstaller": "Scarica Installatore",
|
||||||
"run": "Esegui",
|
"run": "Esegui",
|
||||||
"envFile": "File di ambiente",
|
"envFile": "File di ambiente",
|
||||||
"serviceFile": "File di servizio",
|
"serviceFile": "File di servizio",
|
||||||
@@ -3930,7 +3955,7 @@
|
|||||||
"signupOrgTip": "Stai cercando di accedere tramite il provider di identità della tua organizzazione?",
|
"signupOrgTip": "Stai cercando di accedere tramite il provider di identità della tua organizzazione?",
|
||||||
"signupOrgLink": "Accedi o registrati con la tua organizzazione",
|
"signupOrgLink": "Accedi o registrati con la tua organizzazione",
|
||||||
"verifyEmailLogInWithDifferentAccount": "Usa un account diverso",
|
"verifyEmailLogInWithDifferentAccount": "Usa un account diverso",
|
||||||
"logIn": "Log In",
|
"logIn": "Accedi",
|
||||||
"deviceInformation": "Informazioni Sul Dispositivo",
|
"deviceInformation": "Informazioni Sul Dispositivo",
|
||||||
"deviceInformationDescription": "Informazioni sul dispositivo e sull'agente",
|
"deviceInformationDescription": "Informazioni sul dispositivo e sull'agente",
|
||||||
"deviceSecurity": "Sicurezza Del Dispositivo",
|
"deviceSecurity": "Sicurezza Del Dispositivo",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "Versione Del Kernel",
|
"kernelVersion": "Versione Del Kernel",
|
||||||
"deviceModel": "Modello Di Dispositivo",
|
"deviceModel": "Modello Di Dispositivo",
|
||||||
"serialNumber": "Numero D'Ordine",
|
"serialNumber": "Numero D'Ordine",
|
||||||
"hostname": "Hostname",
|
"hostname": "Nome host",
|
||||||
"firstSeen": "Prima Visto",
|
"firstSeen": "Prima Visto",
|
||||||
"lastSeen": "Visto L'Ultima",
|
"lastSeen": "Visto L'Ultima",
|
||||||
"biometricsEnabled": "Biometria Abilitata",
|
"biometricsEnabled": "Biometria Abilitata",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Disconnesso",
|
"disconnected": "Disconnesso",
|
||||||
"approvalsEmptyStateTitle": "Approvazioni Dispositivo Non Abilitato",
|
"approvalsEmptyStateTitle": "Approvazioni Dispositivo Non Abilitato",
|
||||||
"approvalsEmptyStateDescription": "Abilita le approvazioni del dispositivo per i ruoli per richiedere l'approvazione dell'amministratore prima che gli utenti possano collegare nuovi dispositivi.",
|
"approvalsEmptyStateDescription": "Abilita le approvazioni del dispositivo per i ruoli per richiedere l'approvazione dell'amministratore prima che gli utenti possano collegare nuovi dispositivi.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Come Abilitare",
|
||||||
"approvalsEmptyStateStep1Title": "Vai ai ruoli",
|
"approvalsEmptyStateStep1Title": "Vai ai ruoli",
|
||||||
"approvalsEmptyStateStep1Description": "Vai alle impostazioni dei ruoli della tua organizzazione per configurare le approvazioni del dispositivo.",
|
"approvalsEmptyStateStep1Description": "Vai alle impostazioni dei ruoli della tua organizzazione per configurare le approvazioni del dispositivo.",
|
||||||
"approvalsEmptyStateStep2Title": "Abilita Approvazioni Dispositivo",
|
"approvalsEmptyStateStep2Title": "Abilita Approvazioni Dispositivo",
|
||||||
@@ -4061,7 +4087,7 @@
|
|||||||
"httpDestAuthBearerPlaceholder": "La tua chiave API o token",
|
"httpDestAuthBearerPlaceholder": "La tua chiave API o token",
|
||||||
"httpDestAuthBasicTitle": "Autenticazione Base",
|
"httpDestAuthBasicTitle": "Autenticazione Base",
|
||||||
"httpDestAuthBasicDescription": "Aggiunge un'intestazione Authorization: Basic '<credentials>'. Fornire le credenziali come username:password.",
|
"httpDestAuthBasicDescription": "Aggiunge un'intestazione Authorization: Basic '<credentials>'. Fornire le credenziali come username:password.",
|
||||||
"httpDestAuthBasicPlaceholder": "username:password",
|
"httpDestAuthBasicPlaceholder": "nomeutente:password",
|
||||||
"httpDestAuthCustomTitle": "Intestazione Personalizzata",
|
"httpDestAuthCustomTitle": "Intestazione Personalizzata",
|
||||||
"httpDestAuthCustomDescription": "Specifica un nome e un valore di intestazione HTTP personalizzati per l'autenticazione (ad esempio X-API-Key).",
|
"httpDestAuthCustomDescription": "Specifica un nome e un valore di intestazione HTTP personalizzati per l'autenticazione (ad esempio X-API-Key).",
|
||||||
"httpDestAuthCustomHeaderNamePlaceholder": "Nome intestazione (es. X-API-Key)",
|
"httpDestAuthCustomHeaderNamePlaceholder": "Nome intestazione (es. X-API-Key)",
|
||||||
@@ -4079,7 +4105,7 @@
|
|||||||
"httpDestBodyTemplateHint": "Usa le variabili del modello per fare riferimento ai campi dell'evento nel tuo payload.",
|
"httpDestBodyTemplateHint": "Usa le variabili del modello per fare riferimento ai campi dell'evento nel tuo payload.",
|
||||||
"httpDestPayloadFormatTitle": "Formato Payload",
|
"httpDestPayloadFormatTitle": "Formato Payload",
|
||||||
"httpDestPayloadFormatDescription": "Come gli eventi sono serializzati in ogni organismo di richiesta.",
|
"httpDestPayloadFormatDescription": "Come gli eventi sono serializzati in ogni organismo di richiesta.",
|
||||||
"httpDestFormatJsonArrayTitle": "JSON Array",
|
"httpDestFormatJsonArrayTitle": "Array JSON",
|
||||||
"httpDestFormatJsonArrayDescription": "Una richiesta per lotto, corpo è un array JSON. Compatibile con la maggior parte dei webhooks generici e Datadog.",
|
"httpDestFormatJsonArrayDescription": "Una richiesta per lotto, corpo è un array JSON. Compatibile con la maggior parte dei webhooks generici e Datadog.",
|
||||||
"httpDestFormatNdjsonTitle": "NDJSON",
|
"httpDestFormatNdjsonTitle": "NDJSON",
|
||||||
"httpDestFormatNdjsonDescription": "Una richiesta per lotto, corpo è newline-delimited JSON - un oggetto per linea, nessun array esterno. Richiesto da Splunk HEC, Elastic / OpenSearch, e Grafana Loki.",
|
"httpDestFormatNdjsonDescription": "Una richiesta per lotto, corpo è newline-delimited JSON - un oggetto per linea, nessun array esterno. Richiesto da Splunk HEC, Elastic / OpenSearch, e Grafana Loki.",
|
||||||
@@ -4114,7 +4140,7 @@
|
|||||||
"healthCheckTabConnection": "Connessione",
|
"healthCheckTabConnection": "Connessione",
|
||||||
"healthCheckTabAdvanced": "Avanzato",
|
"healthCheckTabAdvanced": "Avanzato",
|
||||||
"healthCheckStrategyNotAvailable": "Questa strategia non è disponibile. Contatta le vendite per abilitare questa funzionalità.",
|
"healthCheckStrategyNotAvailable": "Questa strategia non è disponibile. Contatta le vendite per abilitare questa funzionalità.",
|
||||||
"uptime30d": "Uptime (30d)",
|
"uptime30d": "Uptime (30g)",
|
||||||
"idpAddActionCreateNew": "Crea nuovo provider di identità",
|
"idpAddActionCreateNew": "Crea nuovo provider di identità",
|
||||||
"idpAddActionImportFromOrg": "Importa da un'altra organizzazione",
|
"idpAddActionImportFromOrg": "Importa da un'altra organizzazione",
|
||||||
"idpImportDialogTitle": "Importa Provider di Identità",
|
"idpImportDialogTitle": "Importa Provider di Identità",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Visualizza come Admin",
|
"resourceLauncherViewAsAdmin": "Visualizza come Admin",
|
||||||
"resourceLauncherResourceDetailsDescription": "Informazioni e stato della connessione per questa risorsa.",
|
"resourceLauncherResourceDetailsDescription": "Informazioni e stato della connessione per questa risorsa.",
|
||||||
"resourceLauncherResourceDetails": "Dettagli Risorsa",
|
"resourceLauncherResourceDetails": "Dettagli Risorsa",
|
||||||
|
"resourceLauncherSitesDescription": "La risorsa è accessibile tramite i seguenti siti.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Visualizza Sito come Admin",
|
||||||
|
"resourceLauncherFilterBySite": "Filtra per Sito",
|
||||||
|
"resourceLauncherSshCommand": "Comando SSH",
|
||||||
|
"resourceLauncherSshCommandDescription": "Usa il CLI di Pangolin per aprire una sessione SSH a questa risorsa.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Metodi di autenticazione abilitati per questa risorsa.",
|
"resourceLauncherAuthMethodsDescription": "Metodi di autenticazione abilitati per questa risorsa.",
|
||||||
"resourceLauncherPrivateClientRequired": "Connettiti con un client sul tuo dispositivo per accedere a questa risorsa privatamente.",
|
"resourceLauncherPrivateClientRequired": "Connettiti con un client sul tuo dispositivo per accedere a questa risorsa privatamente.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Connessione Client Richiesta",
|
"resourceLauncherPrivateClientRequiredTitle": "Connessione Client Richiesta",
|
||||||
@@ -4262,7 +4293,7 @@
|
|||||||
"resourceLauncherTcp": "TCP",
|
"resourceLauncherTcp": "TCP",
|
||||||
"resourceLauncherUdp": "UDP",
|
"resourceLauncherUdp": "UDP",
|
||||||
"resourceLauncherUnlabeled": "Non Etichettato",
|
"resourceLauncherUnlabeled": "Non Etichettato",
|
||||||
"resourceLauncherAiGateway": "AI Gateway",
|
"resourceLauncherAiGateway": "Gateway AI",
|
||||||
"resourceLauncherNoSite": "Nessun Sito",
|
"resourceLauncherNoSite": "Nessun Sito",
|
||||||
"resourceLauncherAvailableModels": "Modelli Disponibili",
|
"resourceLauncherAvailableModels": "Modelli Disponibili",
|
||||||
"resourceLauncherAvailableModelsDescription": "Modelli che puoi usare con questo gateway AI.",
|
"resourceLauncherAvailableModelsDescription": "Modelli che puoi usare con questo gateway AI.",
|
||||||
@@ -4330,7 +4361,7 @@
|
|||||||
"sshErrorSignKeyFailed": "Impossibile firmare la chiave SSH per l'autenticazione push PAM. Ti sei autenticato come utente?",
|
"sshErrorSignKeyFailed": "Impossibile firmare la chiave SSH per l'autenticazione push PAM. Ti sei autenticato come utente?",
|
||||||
"sshTerminalError": "Errore: {error}",
|
"sshTerminalError": "Errore: {error}",
|
||||||
"sshConnectionClosedCode": "Connessione chiusa (codice {code})",
|
"sshConnectionClosedCode": "Connessione chiusa (codice {code})",
|
||||||
"sshPrivateKeyPlaceholder": "-----BEGIN OPENSSH PRIVATE KEY-----",
|
"sshPrivateKeyPlaceholder": "-----INIZIO CHIAVE PRIVATA OPENSSH-----",
|
||||||
"sshPrivateKeyRequired": "È richiesta una chiave privata",
|
"sshPrivateKeyRequired": "È richiesta una chiave privata",
|
||||||
"vncTitle": "VNC",
|
"vncTitle": "VNC",
|
||||||
"vncSignInDescription": "Inserisci le tue credenziali VNC per connetterti",
|
"vncSignInDescription": "Inserisci le tue credenziali VNC per connetterti",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Modalità tastiera Unicode",
|
"rdpUnicodeKeyboardMode": "Modalità tastiera Unicode",
|
||||||
"sessionToolbarShow": "Mostra barra degli strumenti",
|
"sessionToolbarShow": "Mostra barra degli strumenti",
|
||||||
"sessionToolbarHide": "Nascondi barra degli strumenti",
|
"sessionToolbarHide": "Nascondi barra degli strumenti",
|
||||||
"actionUpdateSiteApprovals": "Aggiorna Approvazioni del Sito"
|
"actionUpdateSiteApprovals": "Aggiorna Approvazioni del Sito",
|
||||||
|
"check": "Controlla"
|
||||||
}
|
}
|
||||||
|
|||||||
+39
-7
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "이 사이트의 대상",
|
"siteResourcesTargetsOnSite": "이 사이트의 대상",
|
||||||
"siteSetting": "{siteName} 설정",
|
"siteSetting": "{siteName} 설정",
|
||||||
"siteNewtTunnel": "뉴트 사이트 (추천)",
|
"siteNewtTunnel": "뉴트 사이트 (추천)",
|
||||||
|
"pangolinSite": "판골린 사이트",
|
||||||
"siteNewtTunnelDescription": "네트워크의 진입점을 생성하는 가장 쉬운 방법입니다. 추가 설정이 필요 없습니다.",
|
"siteNewtTunnelDescription": "네트워크의 진입점을 생성하는 가장 쉬운 방법입니다. 추가 설정이 필요 없습니다.",
|
||||||
"siteWg": "기본 WireGuard",
|
"siteWg": "기본 WireGuard",
|
||||||
"siteWgDescription": "모든 WireGuard 클라이언트를 사용하여 터널을 설정하세요. 수동 NAT 설정이 필요합니다.",
|
"siteWgDescription": "모든 WireGuard 클라이언트를 사용하여 터널을 설정하세요. 수동 NAT 설정이 필요합니다.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "API 키 삭제",
|
"apiKeysDelete": "API 키 삭제",
|
||||||
"apiKeysManage": "API 키 관리",
|
"apiKeysManage": "API 키 관리",
|
||||||
"apiKeysDescription": "API 키는 통합 API와 인증하는 데 사용됩니다.",
|
"apiKeysDescription": "API 키는 통합 API와 인증하는 데 사용됩니다.",
|
||||||
|
"orgsManage": "조직 관리",
|
||||||
|
"orgsDescription": "이 인스턴스에서 모든 조직을 보고 관리합니다",
|
||||||
"provisioningKeysTitle": "프로비저닝 키",
|
"provisioningKeysTitle": "프로비저닝 키",
|
||||||
"provisioningKeysManage": "프로비저닝 키 관리",
|
"provisioningKeysManage": "프로비저닝 키 관리",
|
||||||
"provisioningKeysDescription": "프로비저닝 키는 조직의 자동 사이트 프로비저닝 인증에 사용됩니다.",
|
"provisioningKeysDescription": "프로비저닝 키는 조직의 자동 사이트 프로비저닝 인증에 사용됩니다.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "이름 (선택 사항)",
|
"nameOptional": "이름 (선택 사항)",
|
||||||
"accessControls": "접근 제어",
|
"accessControls": "접근 제어",
|
||||||
"userDescription2": "이 사용자의 설정 관리",
|
"userDescription2": "이 사용자의 설정 관리",
|
||||||
|
"userGeneralSettingsDescription": "조직 내에서 이 사용자의 역할 및 설정을 관리하세요",
|
||||||
"accessRoleErrorAdd": "사용자를 역할에 추가하는 데 실패했습니다.",
|
"accessRoleErrorAdd": "사용자를 역할에 추가하는 데 실패했습니다.",
|
||||||
"accessRoleErrorAddDescription": "사용자를 역할에 추가하는 동안 오류가 발생했습니다.",
|
"accessRoleErrorAddDescription": "사용자를 역할에 추가하는 동안 오류가 발생했습니다.",
|
||||||
"userSaved": "사용자 저장됨",
|
"userSaved": "사용자 저장됨",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "규칙이 비활성화되면, 모든 트래픽은 인증으로 넘어갑니다.",
|
"policyAccessRulesFallthroughOff": "규칙이 비활성화되면, 모든 트래픽은 인증으로 넘어갑니다.",
|
||||||
"policyAccessRulesFallthroughOn": "매칭되는 규칙이 없으면, 트래픽은 인증으로 넘어갑니다.",
|
"policyAccessRulesFallthroughOn": "매칭되는 규칙이 없으면, 트래픽은 인증으로 넘어갑니다.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/관리자/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "규칙 저장",
|
"rulesSave": "규칙 저장",
|
||||||
"resourceErrorCreate": "리소스 생성 오류",
|
"resourceErrorCreate": "리소스 생성 오류",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "로그아웃 중 오류 발생",
|
"logoutError": "로그아웃 중 오류 발생",
|
||||||
"signingAs": "로그인한 사용자",
|
"signingAs": "로그인한 사용자",
|
||||||
"serverAdmin": "서버 관리자",
|
"serverAdmin": "서버 관리자",
|
||||||
|
"promoteServerAdmin": "서버 관리자 승격",
|
||||||
|
"promoteServerAdminTitle": "서버 관리자 승격",
|
||||||
|
"promoteServerAdminQuestion": "{selectedUser}을 서버 관리자로 승격하시겠습니까?",
|
||||||
|
"promoteServerAdminMessage": "서버 관리자는 최고 권한을 갖고 서버를 관리할 수 있습니다.",
|
||||||
|
"promoteServerAdminWarning": "언제든지 사용자를 강등하여 이 작업을 되돌릴 수 있습니다.",
|
||||||
|
"promoteServerAdminConfirm": "서버 관리자 승격",
|
||||||
|
"promoteServerAdminSuccess": "사용자가 승격되었습니다",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser}님이 이제 서버 관리자가 되었습니다.",
|
||||||
|
"promoteServerAdminError": "사용자 승격에 실패했습니다",
|
||||||
|
"demoteServerAdmin": "서버 관리자에서 강등",
|
||||||
|
"demoteServerAdminTitle": "서버 관리자에서 강등",
|
||||||
|
"demoteServerAdminQuestion": "{selectedUser}을 서버 관리자에서 강등하시겠습니까?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser}은 모든 서버 관리자 권한을 잃게 됩니다",
|
||||||
|
"demoteServerAdminWarning": "언제든지 사용자를 승격하여 이 작업을 되돌릴 수 있습니다.",
|
||||||
|
"demoteServerAdminConfirm": "서버 관리자에서 강등",
|
||||||
|
"demoteServerAdminSuccess": "사용자가 강등되었습니다",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser}님이 더 이상 서버 관리자가 아닙니다.",
|
||||||
|
"demoteServerAdminError": "사용자 강등에 실패했습니다",
|
||||||
"managedSelfhosted": "관리 자체 호스팅",
|
"managedSelfhosted": "관리 자체 호스팅",
|
||||||
"otpEnable": "이중 인증 활성화",
|
"otpEnable": "이중 인증 활성화",
|
||||||
"otpDisable": "이중 인증 비활성화",
|
"otpDisable": "이중 인증 비활성화",
|
||||||
@@ -1852,8 +1874,8 @@
|
|||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "OpenRouter",
|
||||||
"aiProviderTypeVercelAiGateway": "Vercel AI Gateway",
|
"aiProviderTypeVercelAiGateway": "Vercel AI 게이트웨이",
|
||||||
"aiProviderTypeCustom": "Custom",
|
"aiProviderTypeCustom": "사용자 정의",
|
||||||
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
||||||
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
||||||
"aiProviderTypeGoogleGeminiDescription": "Google Gemini API",
|
"aiProviderTypeGoogleGeminiDescription": "Google Gemini API",
|
||||||
@@ -1861,7 +1883,7 @@
|
|||||||
"aiProviderTypeBedrockDescription": "Amazon Bedrock Runtime API",
|
"aiProviderTypeBedrockDescription": "Amazon Bedrock Runtime API",
|
||||||
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry API",
|
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry API",
|
||||||
"aiProviderTypeOpenRouterDescription": "OpenRouter API",
|
"aiProviderTypeOpenRouterDescription": "OpenRouter API",
|
||||||
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI Gateway API",
|
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI 게이트웨이 API",
|
||||||
"aiProviderTypeCustomDescription": "자체 엔드포인트를 가져오거나 사이트 타겟을 통해 라우트하십시오",
|
"aiProviderTypeCustomDescription": "자체 엔드포인트를 가져오거나 사이트 타겟을 통해 라우트하십시오",
|
||||||
"aiProviderUpstreamUrl": "상류 URL",
|
"aiProviderUpstreamUrl": "상류 URL",
|
||||||
"aiProviderUpstreamUrlDescription": "공급자 API의 기본 URL",
|
"aiProviderUpstreamUrlDescription": "공급자 API의 기본 URL",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "예산",
|
"resourceBudgetSettings": "예산",
|
||||||
"resourceBudgetSettingsDescription": "이 AI 게이트웨이가 지출 또는 토큰 제한에 따라 사용을 제한하는 방법을 구성하십시오",
|
"resourceBudgetSettingsDescription": "이 AI 게이트웨이가 지출 또는 토큰 제한에 따라 사용을 제한하는 방법을 구성하십시오",
|
||||||
"sidebarApiKeys": "API 키",
|
"sidebarApiKeys": "API 키",
|
||||||
|
"sidebarOrgs": "조직",
|
||||||
"sidebarProvisioning": "프로비저닝",
|
"sidebarProvisioning": "프로비저닝",
|
||||||
"sidebarSettings": "설정",
|
"sidebarSettings": "설정",
|
||||||
"sidebarAllUsers": "모든 사용자",
|
"sidebarAllUsers": "모든 사용자",
|
||||||
@@ -2742,7 +2765,7 @@
|
|||||||
"vncServerDescription": "VNC 서버의 목적지 및 포트를 구성합니다",
|
"vncServerDescription": "VNC 서버의 목적지 및 포트를 구성합니다",
|
||||||
"sshServerMode": "모드",
|
"sshServerMode": "모드",
|
||||||
"sshServerModeStandard": "표준 SSH 서버",
|
"sshServerModeStandard": "표준 SSH 서버",
|
||||||
"sshServerModePangolin": "Pangolin SSH",
|
"sshServerModePangolin": "판골린 SSH",
|
||||||
"sshServerModeStandardDescription": "네트워크를 통해 OpenSSH와 같은 SSH 서버로 명령을 전달합니다.",
|
"sshServerModeStandardDescription": "네트워크를 통해 OpenSSH와 같은 SSH 서버로 명령을 전달합니다.",
|
||||||
"sshServerModeNative": "네이티브 SSH 서버",
|
"sshServerModeNative": "네이티브 SSH 서버",
|
||||||
"sshServerModeNativeDescription": "사이트 커넥터를 통해 호스트에서 직접 명령을 실행합니다. 네트워크 구성이 필요 없습니다.",
|
"sshServerModeNativeDescription": "사이트 커넥터를 통해 호스트에서 직접 명령을 실행합니다. 네트워크 구성이 필요 없습니다.",
|
||||||
@@ -3348,7 +3371,7 @@
|
|||||||
"manageMachineClientsDescription": "서버와 시스템이 리소스에 개인적으로 연결하는 데 사용하는 클라이언트를 생성하고 관리하십시오",
|
"manageMachineClientsDescription": "서버와 시스템이 리소스에 개인적으로 연결하는 데 사용하는 클라이언트를 생성하고 관리하십시오",
|
||||||
"machineClientsBannerTitle": "서버 및 자동 시스템",
|
"machineClientsBannerTitle": "서버 및 자동 시스템",
|
||||||
"machineClientsBannerDescription": "머신 클라이언트는 특정 사용자와 연결되지 않은 서버 및 자동화된 시스템을 위한 것입니다. 이들은 ID와 비밀을 통해 인증하며, Pangolin CLI, Olm CLI, 또는 Olm 컨테이너로 실행될 수 있습니다.",
|
"machineClientsBannerDescription": "머신 클라이언트는 특정 사용자와 연결되지 않은 서버 및 자동화된 시스템을 위한 것입니다. 이들은 ID와 비밀을 통해 인증하며, Pangolin CLI, Olm CLI, 또는 Olm 컨테이너로 실행될 수 있습니다.",
|
||||||
"machineClientsBannerPangolinCLI": "Pangolin CLI",
|
"machineClientsBannerPangolinCLI": "판골린 CLI",
|
||||||
"machineClientsBannerOlmCLI": "Olm CLI",
|
"machineClientsBannerOlmCLI": "Olm CLI",
|
||||||
"machineClientsBannerOlmContainer": "Olm 컨테이너",
|
"machineClientsBannerOlmContainer": "Olm 컨테이너",
|
||||||
"clientsTableUserClients": "사용자",
|
"clientsTableUserClients": "사용자",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "우선순위",
|
"priority": "우선순위",
|
||||||
"priorityDescription": "우선 순위가 높은 경로가 먼저 평가됩니다. 우선 순위 = 100은 자동 정렬(시스템 결정)이 의미합니다. 수동 우선 순위를 적용하려면 다른 숫자를 사용하세요.",
|
"priorityDescription": "우선 순위가 높은 경로가 먼저 평가됩니다. 우선 순위 = 100은 자동 정렬(시스템 결정)이 의미합니다. 수동 우선 순위를 적용하려면 다른 숫자를 사용하세요.",
|
||||||
"instanceName": "인스턴스 이름",
|
"instanceName": "인스턴스 이름",
|
||||||
|
"clearInstanceName": "서버 연결 해제",
|
||||||
"pathMatchModalTitle": "경로 매칭 설정",
|
"pathMatchModalTitle": "경로 매칭 설정",
|
||||||
"pathMatchModalDescription": "경로별로 들어오는 요청을 어떻게 매칭할지 설정합니다.",
|
"pathMatchModalDescription": "경로별로 들어오는 요청을 어떻게 매칭할지 설정합니다.",
|
||||||
"pathMatchType": "일치 유형",
|
"pathMatchType": "일치 유형",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "데이터 없음",
|
"noData": "데이터 없음",
|
||||||
"machineClients": "기계 클라이언트",
|
"machineClients": "기계 클라이언트",
|
||||||
"install": "설치",
|
"install": "설치",
|
||||||
|
"downloadInstaller": "설치 프로그램 다운로드",
|
||||||
"run": "실행",
|
"run": "실행",
|
||||||
"envFile": "환경 파일",
|
"envFile": "환경 파일",
|
||||||
"serviceFile": "서비스 파일",
|
"serviceFile": "서비스 파일",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "연결 해제됨",
|
"disconnected": "연결 해제됨",
|
||||||
"approvalsEmptyStateTitle": "장치 승인 비활성화됨",
|
"approvalsEmptyStateTitle": "장치 승인 비활성화됨",
|
||||||
"approvalsEmptyStateDescription": "사용자가 새 장치를 연결하기 전에 관리자의 승인을 필요로 하도록 역할에 대해 장치 승인을 활성화하세요.",
|
"approvalsEmptyStateDescription": "사용자가 새 장치를 연결하기 전에 관리자의 승인을 필요로 하도록 역할에 대해 장치 승인을 활성화하세요.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "활성화 방법",
|
||||||
"approvalsEmptyStateStep1Title": "역할로 이동",
|
"approvalsEmptyStateStep1Title": "역할로 이동",
|
||||||
"approvalsEmptyStateStep1Description": "조직의 역할 설정으로 이동하여 장치 승인을 구성하십시오.",
|
"approvalsEmptyStateStep1Description": "조직의 역할 설정으로 이동하여 장치 승인을 구성하십시오.",
|
||||||
"approvalsEmptyStateStep2Title": "장치 승인 활성화",
|
"approvalsEmptyStateStep2Title": "장치 승인 활성화",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "관리자로 보기",
|
"resourceLauncherViewAsAdmin": "관리자로 보기",
|
||||||
"resourceLauncherResourceDetailsDescription": "이 리소스에 대한 연결 정보 및 상태입니다.",
|
"resourceLauncherResourceDetailsDescription": "이 리소스에 대한 연결 정보 및 상태입니다.",
|
||||||
"resourceLauncherResourceDetails": "리소스 세부 정보",
|
"resourceLauncherResourceDetails": "리소스 세부 정보",
|
||||||
|
"resourceLauncherSitesDescription": "리소스는 다음 사이트를 통해 액세스할 수 있습니다.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "관리자로 사이트 보기",
|
||||||
|
"resourceLauncherFilterBySite": "사이트별 필터",
|
||||||
|
"resourceLauncherSshCommand": "SSH 명령",
|
||||||
|
"resourceLauncherSshCommandDescription": "Pangolin CLI를 사용하여 이 리소스에 대한 SSH 세션을 엽니다.",
|
||||||
"resourceLauncherAuthMethodsDescription": "이 리소스에 활성화된 인증 방법입니다.",
|
"resourceLauncherAuthMethodsDescription": "이 리소스에 활성화된 인증 방법입니다.",
|
||||||
"resourceLauncherPrivateClientRequired": "이 리소스에 개인적으로 접근하려면 기기에서 클라이언트로 연결하십시오.",
|
"resourceLauncherPrivateClientRequired": "이 리소스에 개인적으로 접근하려면 기기에서 클라이언트로 연결하십시오.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "클라이언트 연결 필요",
|
"resourceLauncherPrivateClientRequiredTitle": "클라이언트 연결 필요",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "유니코드 키보드 모드",
|
"rdpUnicodeKeyboardMode": "유니코드 키보드 모드",
|
||||||
"sessionToolbarShow": "툴바 보기",
|
"sessionToolbarShow": "툴바 보기",
|
||||||
"sessionToolbarHide": "툴바 숨기기",
|
"sessionToolbarHide": "툴바 숨기기",
|
||||||
"actionUpdateSiteApprovals": "사이트 승인 업데이트"
|
"actionUpdateSiteApprovals": "사이트 승인 업데이트",
|
||||||
|
"check": "확인"
|
||||||
}
|
}
|
||||||
|
|||||||
+50
-18
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Mål på dette nettstedet",
|
"siteResourcesTargetsOnSite": "Mål på dette nettstedet",
|
||||||
"siteSetting": "{siteName} Innstillinger",
|
"siteSetting": "{siteName} Innstillinger",
|
||||||
"siteNewtTunnel": "Nyhetsnettsted (anbefalt)",
|
"siteNewtTunnel": "Nyhetsnettsted (anbefalt)",
|
||||||
|
"pangolinSite": "Pangolin Site",
|
||||||
"siteNewtTunnelDescription": "Lekkeste måte å lage et inngangspunkt til ethvert nettverk. Ingen ekstra oppsett på.",
|
"siteNewtTunnelDescription": "Lekkeste måte å lage et inngangspunkt til ethvert nettverk. Ingen ekstra oppsett på.",
|
||||||
"siteWg": "Grunnleggende WireGuard",
|
"siteWg": "Grunnleggende WireGuard",
|
||||||
"siteWgDescription": "Bruk hvilken som helst WireGuard-klient for å etablere en tunnel. Manuell NAT-oppsett kreves.",
|
"siteWgDescription": "Bruk hvilken som helst WireGuard-klient for å etablere en tunnel. Manuell NAT-oppsett kreves.",
|
||||||
@@ -184,7 +185,7 @@
|
|||||||
"accessToken": "Tilgangsnøkkel",
|
"accessToken": "Tilgangsnøkkel",
|
||||||
"usageExamples": "Brukseksempler",
|
"usageExamples": "Brukseksempler",
|
||||||
"tokenId": "Token-ID",
|
"tokenId": "Token-ID",
|
||||||
"requestHeades": "Request Headers",
|
"requestHeades": "Forespørselshoder",
|
||||||
"queryParameter": "Forespørsel Params",
|
"queryParameter": "Forespørsel Params",
|
||||||
"importantNote": "Viktig merknad",
|
"importantNote": "Viktig merknad",
|
||||||
"shareImportantDescription": "Av sikkerhetsgrunner anbefales det å bruke headere fremfor query parametere der det er mulig, da query parametere kan logges i serverlogger eller nettleserhistorikk.",
|
"shareImportantDescription": "Av sikkerhetsgrunner anbefales det å bruke headere fremfor query parametere der det er mulig, da query parametere kan logges i serverlogger eller nettleserhistorikk.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Slett API-nøkkel",
|
"apiKeysDelete": "Slett API-nøkkel",
|
||||||
"apiKeysManage": "Administrer API-nøkler",
|
"apiKeysManage": "Administrer API-nøkler",
|
||||||
"apiKeysDescription": "API-nøkler brukes for å autentisere med integrasjons-API",
|
"apiKeysDescription": "API-nøkler brukes for å autentisere med integrasjons-API",
|
||||||
|
"orgsManage": "Administrer organisasjoner",
|
||||||
|
"orgsDescription": "Vis og administrer alle organisasjoner på denne instansen",
|
||||||
"provisioningKeysTitle": "Foreløpig nøkkel",
|
"provisioningKeysTitle": "Foreløpig nøkkel",
|
||||||
"provisioningKeysManage": "Behandle bestemmende nøkler",
|
"provisioningKeysManage": "Behandle bestemmende nøkler",
|
||||||
"provisioningKeysDescription": "Bestemmelsesnøkler brukes til å godkjenne automatisert nettstedsløsning for din organisasjon.",
|
"provisioningKeysDescription": "Bestemmelsesnøkler brukes til å godkjenne automatisert nettstedsløsning for din organisasjon.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Navn (valgfritt)",
|
"nameOptional": "Navn (valgfritt)",
|
||||||
"accessControls": "Tilgangskontroller",
|
"accessControls": "Tilgangskontroller",
|
||||||
"userDescription2": "Administrer innstillingene for denne brukeren",
|
"userDescription2": "Administrer innstillingene for denne brukeren",
|
||||||
|
"userGeneralSettingsDescription": "Administrer denne brukerens roller og innstillinger i organisasjonen",
|
||||||
"accessRoleErrorAdd": "Kunne ikke legge til bruker i rolle",
|
"accessRoleErrorAdd": "Kunne ikke legge til bruker i rolle",
|
||||||
"accessRoleErrorAddDescription": "Det oppstod en feil under tilordning av brukeren til rollen.",
|
"accessRoleErrorAddDescription": "Det oppstod en feil under tilordning av brukeren til rollen.",
|
||||||
"userSaved": "Bruker lagret",
|
"userSaved": "Bruker lagret",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Ugyldig TLS-servernavn. Bruk domenenavnformat, eller la stå tomt for å fjerne TLS-servernavnet.",
|
"proxyErrorTls": "Ugyldig TLS-servernavn. Bruk domenenavnformat, eller la stå tomt for å fjerne TLS-servernavnet.",
|
||||||
"proxyEnableSSL": "Aktiver TLS",
|
"proxyEnableSSL": "Aktiver TLS",
|
||||||
"proxyEnableSSLDescription": "Aktivere SSL/TLS-kryptering for sikker HTTPS tilkobling til målene.",
|
"proxyEnableSSLDescription": "Aktivere SSL/TLS-kryptering for sikker HTTPS tilkobling til målene.",
|
||||||
"target": "Target",
|
"target": "Mål",
|
||||||
"configureTarget": "Konfigurer mål",
|
"configureTarget": "Konfigurer mål",
|
||||||
"targetErrorFetch": "Kunne ikke hente mål",
|
"targetErrorFetch": "Kunne ikke hente mål",
|
||||||
"targetErrorFetchDescription": "Det oppsto en feil under henting av mål",
|
"targetErrorFetchDescription": "Det oppsto en feil under henting av mål",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Når regler er deaktivert, går all trafikk gjennom til autentisering.",
|
"policyAccessRulesFallthroughOff": "Når regler er deaktivert, går all trafikk gjennom til autentisering.",
|
||||||
"policyAccessRulesFallthroughOn": "Når ingen regler samsvarer, fortsetter trafikken til autentisering.",
|
"policyAccessRulesFallthroughOn": "Når ingen regler samsvarer, fortsetter trafikken til autentisering.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/administrator/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Lagre Regler",
|
"rulesSave": "Lagre Regler",
|
||||||
"resourceErrorCreate": "Feil under oppretting av ressurs",
|
"resourceErrorCreate": "Feil under oppretting av ressurs",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Ukjent kommando",
|
"unknownCommand": "Ukjent kommando",
|
||||||
"newtErrorFetchReleases": "Feilet å hente utgivelsesinfo: {err}",
|
"newtErrorFetchReleases": "Feilet å hente utgivelsesinfo: {err}",
|
||||||
"newtErrorFetchLatest": "Feil ved henting av siste utgivelse: {err}",
|
"newtErrorFetchLatest": "Feil ved henting av siste utgivelse: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Endepunkt",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Sikkerhetsnøkkel",
|
"newtSecretKey": "Sikkerhetsnøkkel",
|
||||||
"newtVersion": "Versjon",
|
"newtVersion": "Versjon",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Lag tilbakestillingskode for passord",
|
"generatePasswordResetCode": "Lag tilbakestillingskode for passord",
|
||||||
"passwordResetCodeGenerated": "Passord tilbakestillingskoden er generert",
|
"passwordResetCodeGenerated": "Passord tilbakestillingskoden er generert",
|
||||||
"passwordResetCodeGeneratedDescription": "Del denne koden med brukeren. De kan bruke den til å tilbakestille passordet.",
|
"passwordResetCodeGeneratedDescription": "Del denne koden med brukeren. De kan bruke den til å tilbakestille passordet.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "Tilbakestill URL",
|
||||||
"passwordNew": "Nytt passord",
|
"passwordNew": "Nytt passord",
|
||||||
"passwordNewConfirm": "Bekreft nytt passord",
|
"passwordNewConfirm": "Bekreft nytt passord",
|
||||||
"changePassword": "Endre passord",
|
"changePassword": "Endre passord",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Feil ved utlogging",
|
"logoutError": "Feil ved utlogging",
|
||||||
"signingAs": "Logget inn som",
|
"signingAs": "Logget inn som",
|
||||||
"serverAdmin": "Serveradministrator",
|
"serverAdmin": "Serveradministrator",
|
||||||
|
"promoteServerAdmin": "Forfrem til Server Admin",
|
||||||
|
"promoteServerAdminTitle": "Forfrem til Server Admin",
|
||||||
|
"promoteServerAdminQuestion": "Er du sikker på at du vil forfremme {selectedUser} til server admin?",
|
||||||
|
"promoteServerAdminMessage": "Server administratorer har de høyeste rettighetene og kan administrere serveren.",
|
||||||
|
"promoteServerAdminWarning": "Dette kan angres når som helst ved å degradere brukeren.",
|
||||||
|
"promoteServerAdminConfirm": "Forfrem til Server Admin",
|
||||||
|
"promoteServerAdminSuccess": "Bruker forfremmet",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} er nå server admin.",
|
||||||
|
"promoteServerAdminError": "Kunne ikke forfremme bruker",
|
||||||
|
"demoteServerAdmin": "Degradér fra server admin",
|
||||||
|
"demoteServerAdminTitle": "Degradér fra Server Admin",
|
||||||
|
"demoteServerAdminQuestion": "Er du sikker på at du vil degradere {selectedUser} fra server admin?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} vil miste alle rettigheter som server admin.",
|
||||||
|
"demoteServerAdminWarning": "Dette kan angres når som helst ved å forfremme brukeren.",
|
||||||
|
"demoteServerAdminConfirm": "Degradér fra server admin",
|
||||||
|
"demoteServerAdminSuccess": "Bruker degradert",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} er ikke lenger server admin.",
|
||||||
|
"demoteServerAdminError": "Kunne ikke degradere bruker",
|
||||||
"managedSelfhosted": "Administrert selv-hostet",
|
"managedSelfhosted": "Administrert selv-hostet",
|
||||||
"otpEnable": "Aktiver tofaktor",
|
"otpEnable": "Aktiver tofaktor",
|
||||||
"otpDisable": "Deaktiver tofaktor",
|
"otpDisable": "Deaktiver tofaktor",
|
||||||
@@ -1677,7 +1699,7 @@
|
|||||||
"sidebarInvitations": "Invitasjoner",
|
"sidebarInvitations": "Invitasjoner",
|
||||||
"sidebarRoles": "Roller",
|
"sidebarRoles": "Roller",
|
||||||
"sidebarShareableLinks": "Delbare lenker",
|
"sidebarShareableLinks": "Delbare lenker",
|
||||||
"sidebarAiGateway": "AI Gateway",
|
"sidebarAiGateway": "AI Portal",
|
||||||
"sidebarAiProviders": "Leverandører",
|
"sidebarAiProviders": "Leverandører",
|
||||||
"commandAiProviders": "AI-leverandører",
|
"commandAiProviders": "AI-leverandører",
|
||||||
"sidebarVirtualApiKeys": "Virtuelle API-nøkler",
|
"sidebarVirtualApiKeys": "Virtuelle API-nøkler",
|
||||||
@@ -1837,7 +1859,7 @@
|
|||||||
"aiBudgetPeriodYearly": "Årlig",
|
"aiBudgetPeriodYearly": "Årlig",
|
||||||
"aiBudgetPeriodLifetime": "Livstid",
|
"aiBudgetPeriodLifetime": "Livstid",
|
||||||
"aiBudgetUnitUsd": "USD",
|
"aiBudgetUnitUsd": "USD",
|
||||||
"aiBudgetUnitTokens": "Tokens",
|
"aiBudgetUnitTokens": "Token",
|
||||||
"aiBudgetConflictError": "Et budsjett for denne tilbakestillingsperioden og forbrukstype eksisterer allerede",
|
"aiBudgetConflictError": "Et budsjett for denne tilbakestillingsperioden og forbrukstype eksisterer allerede",
|
||||||
"aiBudgetInvalidAmountError": "Angi et maksimalt forbruk større enn 0",
|
"aiBudgetInvalidAmountError": "Angi et maksimalt forbruk større enn 0",
|
||||||
"aiBudgetUpdated": "Budsjetter oppdatert",
|
"aiBudgetUpdated": "Budsjetter oppdatert",
|
||||||
@@ -1852,7 +1874,7 @@
|
|||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "OpenRouter",
|
||||||
"aiProviderTypeVercelAiGateway": "Vercel AI Gateway",
|
"aiProviderTypeVercelAiGateway": "Offentlige AI-portene",
|
||||||
"aiProviderTypeCustom": "Tilpasset",
|
"aiProviderTypeCustom": "Tilpasset",
|
||||||
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
||||||
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
||||||
@@ -1905,7 +1927,7 @@
|
|||||||
"aiProviderBudgetAmount": "Budsjettbeløp",
|
"aiProviderBudgetAmount": "Budsjettbeløp",
|
||||||
"aiProviderBudgetUnit": "Budsjettenhet",
|
"aiProviderBudgetUnit": "Budsjettenhet",
|
||||||
"aiProviderBudgetUnitUsd": "USD",
|
"aiProviderBudgetUnitUsd": "USD",
|
||||||
"aiProviderBudgetUnitTokens": "Tokens",
|
"aiProviderBudgetUnitTokens": "Token",
|
||||||
"aiProviderEnabled": "Aktivert",
|
"aiProviderEnabled": "Aktivert",
|
||||||
"aiProviderEnabledDescription": "Deaktiver denne leverandøren fullstendig på tvers av alle ressurser",
|
"aiProviderEnabledDescription": "Deaktiver denne leverandøren fullstendig på tvers av alle ressurser",
|
||||||
"aiProviderErrorCreate": "Kunne ikke opprette AI-leverandør",
|
"aiProviderErrorCreate": "Kunne ikke opprette AI-leverandør",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Budsjett",
|
"resourceBudgetSettings": "Budsjett",
|
||||||
"resourceBudgetSettingsDescription": "Konfigurer hvordan denne AI-portalen begrenser bruk basert på utgifter eller token-grenser",
|
"resourceBudgetSettingsDescription": "Konfigurer hvordan denne AI-portalen begrenser bruk basert på utgifter eller token-grenser",
|
||||||
"sidebarApiKeys": "API-nøkler",
|
"sidebarApiKeys": "API-nøkler",
|
||||||
|
"sidebarOrgs": "Organisasjoner",
|
||||||
"sidebarProvisioning": "Levering",
|
"sidebarProvisioning": "Levering",
|
||||||
"sidebarSettings": "Innstillinger",
|
"sidebarSettings": "Innstillinger",
|
||||||
"sidebarAllUsers": "Alle brukere",
|
"sidebarAllUsers": "Alle brukere",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Få Olm til å kjøre på systemet ditt",
|
"clientInstallOlmDescription": "Få Olm til å kjøre på systemet ditt",
|
||||||
"clientOlmCredentials": "Legitimasjon",
|
"clientOlmCredentials": "Legitimasjon",
|
||||||
"clientOlmCredentialsDescription": "Dette er hvordan klienten vil godkjenne med serveren",
|
"clientOlmCredentialsDescription": "Dette er hvordan klienten vil godkjenne med serveren",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Endepunkt",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Sikkerhetsnøkkel",
|
"olmSecretKey": "Sikkerhetsnøkkel",
|
||||||
"clientCredentialsSave": "Lagre brukeropplysninger",
|
"clientCredentialsSave": "Lagre brukeropplysninger",
|
||||||
@@ -2848,7 +2871,7 @@
|
|||||||
"resourcesTableNoProxyResourcesFound": "Ingen proxy-ressurser funnet.",
|
"resourcesTableNoProxyResourcesFound": "Ingen proxy-ressurser funnet.",
|
||||||
"resourcesTableNoInternalResourcesFound": "Ingen private ressurser funnet.",
|
"resourcesTableNoInternalResourcesFound": "Ingen private ressurser funnet.",
|
||||||
"resourcesTableDestination": "Destinasjon",
|
"resourcesTableDestination": "Destinasjon",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "Navn",
|
||||||
"resourcesTableAliasAddress": "Alias adresse",
|
"resourcesTableAliasAddress": "Alias adresse",
|
||||||
"resourcesTableAliasAddressInfo": "Denne adressen er en del av organisasjonens undernettverk. Den brukes til å løse aliasposter ved hjelp av intern DNS-oppløsning.",
|
"resourcesTableAliasAddressInfo": "Denne adressen er en del av organisasjonens undernettverk. Den brukes til å løse aliasposter ved hjelp av intern DNS-oppløsning.",
|
||||||
"resourcesTableClients": "Klienter",
|
"resourcesTableClients": "Klienter",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "IP-adressen eller vertsnavnet til ressursen på nettstedets nettverk.",
|
"editInternalResourceDialogDestinationHostDescription": "IP-adressen eller vertsnavnet til ressursen på nettstedets nettverk.",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "IP eller vertsnavn til ressursen på nettstedets nettverk.",
|
"editInternalResourceDialogDestinationIPDescription": "IP eller vertsnavn til ressursen på nettstedets nettverk.",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "CIDR-rekkevidden til ressursen på nettstedets nettverk.",
|
"editInternalResourceDialogDestinationCidrDescription": "CIDR-rekkevidden til ressursen på nettstedets nettverk.",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "Navn",
|
||||||
"editInternalResourceDialogAliasDescription": "Et valgfritt internt DNS-alias for denne ressursen.",
|
"editInternalResourceDialogAliasDescription": "Et valgfritt internt DNS-alias for denne ressursen.",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "Ingen tilgjengelige steder",
|
"createInternalResourceDialogNoSitesAvailable": "Ingen tilgjengelige steder",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "Du må ha minst ett Newt-område med et subnett konfigurert for å opprette private ressurser.",
|
"createInternalResourceDialogNoSitesAvailableDescription": "Du må ha minst ett Newt-område med et subnett konfigurert for å opprette private ressurser.",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "Destinasjon",
|
"createInternalResourceDialogDestination": "Destinasjon",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "IP-adressen eller vertsnavnet til ressursen på nettstedets nettverk.",
|
"createInternalResourceDialogDestinationHostDescription": "IP-adressen eller vertsnavnet til ressursen på nettstedets nettverk.",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "CIDR-rekkevidden til ressursen på nettstedets nettverk.",
|
"createInternalResourceDialogDestinationCidrDescription": "CIDR-rekkevidden til ressursen på nettstedets nettverk.",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "Navn",
|
||||||
"createInternalResourceDialogAliasDescription": "Et valgfritt internt DNS-alias for denne ressursen.",
|
"createInternalResourceDialogAliasDescription": "Et valgfritt internt DNS-alias for denne ressursen.",
|
||||||
"internalResourceAliasLocalWarning": "Alias som slutter på .local kan forårsake oppløsningsproblemer på grunn av mDNS på enkelte nettverk.",
|
"internalResourceAliasLocalWarning": "Alias som slutter på .local kan forårsake oppløsningsproblemer på grunn av mDNS på enkelte nettverk.",
|
||||||
"internalResourceDownstreamSchemeRequired": "Skjema er påkrevd for HTTP-ressurser",
|
"internalResourceDownstreamSchemeRequired": "Skjema er påkrevd for HTTP-ressurser",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Fjern",
|
"roleMappingRemoveRule": "Fjern",
|
||||||
"idpGoogleConfiguration": "Google Konfigurasjon",
|
"idpGoogleConfiguration": "Google Konfigurasjon",
|
||||||
"idpGoogleConfigurationDescription": "Konfigurer Google OAuth2 legitimasjonen",
|
"idpGoogleConfigurationDescription": "Konfigurer Google OAuth2 legitimasjonen",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Din Google OAuth2-klient-ID",
|
||||||
"idpGoogleClientSecretDescription": "Google OAuth2-klienten hemmelighet",
|
"idpGoogleClientSecretDescription": "Google OAuth2-klienten hemmelighet",
|
||||||
"idpAzureConfiguration": "Azure Entra ID konfigurasjon",
|
"idpAzureConfiguration": "Azure Entra ID konfigurasjon",
|
||||||
"idpAzureConfigurationDescription": "Konfigurer Azure Entra ID OAuth2 legitimasjon",
|
"idpAzureConfigurationDescription": "Konfigurer Azure Entra ID OAuth2 legitimasjon",
|
||||||
"idpTenantId": "Leietaker-ID",
|
"idpTenantId": "Leietaker-ID",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "Leietaker-ID",
|
||||||
"idpAzureTenantIdDescription": "Azure leant ID (funnet i Azure Active Directory-oversikten)",
|
"idpAzureTenantIdDescription": "Azure leant ID (funnet i Azure Active Directory-oversikten)",
|
||||||
"idpAzureClientIdDescription": "Azure App registrerings klient-ID",
|
"idpAzureClientIdDescription": "Azure App registrerings klient-ID",
|
||||||
"idpAzureClientSecretDescription": "Azure App Registrering Klient Hemmelig",
|
"idpAzureClientSecretDescription": "Azure App Registrering Klient Hemmelig",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Prioritet",
|
"priority": "Prioritet",
|
||||||
"priorityDescription": "Høyere prioriterte ruter evalueres først. Prioritet = 100 betyr automatisk bestilling (systembeslutninger). Bruk et annet nummer til å håndheve manuell prioritet.",
|
"priorityDescription": "Høyere prioriterte ruter evalueres først. Prioritet = 100 betyr automatisk bestilling (systembeslutninger). Bruk et annet nummer til å håndheve manuell prioritet.",
|
||||||
"instanceName": "Forekomst navn",
|
"instanceName": "Forekomst navn",
|
||||||
|
"clearInstanceName": "Reset Server Association",
|
||||||
"pathMatchModalTitle": "Konfigurere matching av sti",
|
"pathMatchModalTitle": "Konfigurere matching av sti",
|
||||||
"pathMatchModalDescription": "Sett opp hvordan innkommende forespørsler skal matches basert på deres bane.",
|
"pathMatchModalDescription": "Sett opp hvordan innkommende forespørsler skal matches basert på deres bane.",
|
||||||
"pathMatchType": "Trefftype",
|
"pathMatchType": "Trefftype",
|
||||||
@@ -3534,7 +3558,7 @@
|
|||||||
"allowedNoAuth": "Tillatt Ingen Auth",
|
"allowedNoAuth": "Tillatt Ingen Auth",
|
||||||
"validAccessToken": "Gyldig tilgangsnøkkel",
|
"validAccessToken": "Gyldig tilgangsnøkkel",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Valid header auth",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Gyldig PIN-kode",
|
||||||
"validPassword": "Gyldig passord",
|
"validPassword": "Gyldig passord",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Valid email",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "Valid SSO",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "Regenerering av legitimasjon vil ugyldiggjøre de forrige og forårsake en frakobling. Sørg for å oppdatere alle konfigurasjoner som bruker disse legitimasjonene.",
|
"regenerateCredentialsWarning": "Regenerering av legitimasjon vil ugyldiggjøre de forrige og forårsake en frakobling. Sørg for å oppdatere alle konfigurasjoner som bruker disse legitimasjonene.",
|
||||||
"confirm": "Bekreft",
|
"confirm": "Bekreft",
|
||||||
"regenerateCredentialsConfirmation": "Er du sikker på at du vil regenerere legetimasjonene?",
|
"regenerateCredentialsConfirmation": "Er du sikker på at du vil regenerere legetimasjonene?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Endepunkt",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Hemmelig nøkkel",
|
"SecretKey": "Hemmelig nøkkel",
|
||||||
"niceId": "God ID",
|
"niceId": "God ID",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "Ingen data",
|
"noData": "Ingen data",
|
||||||
"machineClients": "Maskinklienter",
|
"machineClients": "Maskinklienter",
|
||||||
"install": "Installer",
|
"install": "Installer",
|
||||||
|
"downloadInstaller": "Download Installer",
|
||||||
"run": "Kjør",
|
"run": "Kjør",
|
||||||
"envFile": "Miljøfil",
|
"envFile": "Miljøfil",
|
||||||
"serviceFile": "Tjenestefil",
|
"serviceFile": "Tjenestefil",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Frakoblet",
|
"disconnected": "Frakoblet",
|
||||||
"approvalsEmptyStateTitle": "Enhetsgodkjenninger er ikke aktivert",
|
"approvalsEmptyStateTitle": "Enhetsgodkjenninger er ikke aktivert",
|
||||||
"approvalsEmptyStateDescription": "Aktivere godkjenninger av enheter for at roller må godkjennes av admin før brukere kan koble til nye enheter.",
|
"approvalsEmptyStateDescription": "Aktivere godkjenninger av enheter for at roller må godkjennes av admin før brukere kan koble til nye enheter.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "How to Enable",
|
||||||
"approvalsEmptyStateStep1Title": "Gå til roller",
|
"approvalsEmptyStateStep1Title": "Gå til roller",
|
||||||
"approvalsEmptyStateStep1Description": "Naviger til organisasjonens roller innstillinger for å konfigurere enhetsgodkjenninger.",
|
"approvalsEmptyStateStep1Description": "Naviger til organisasjonens roller innstillinger for å konfigurere enhetsgodkjenninger.",
|
||||||
"approvalsEmptyStateStep2Title": "Aktiver enhetsgodkjenninger",
|
"approvalsEmptyStateStep2Title": "Aktiver enhetsgodkjenninger",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Vis som administrator",
|
"resourceLauncherViewAsAdmin": "Vis som administrator",
|
||||||
"resourceLauncherResourceDetailsDescription": "Tilkoblingsinformasjon og status for denne ressursen.",
|
"resourceLauncherResourceDetailsDescription": "Tilkoblingsinformasjon og status for denne ressursen.",
|
||||||
"resourceLauncherResourceDetails": "Ressursdetaljer",
|
"resourceLauncherResourceDetails": "Ressursdetaljer",
|
||||||
|
"resourceLauncherSitesDescription": "Ressursen er tilgjengelig via de følgende nettstedene.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Vis nettsted som administrator",
|
||||||
|
"resourceLauncherFilterBySite": "Filtrer etter nettsted",
|
||||||
|
"resourceLauncherSshCommand": "SSH-kommando",
|
||||||
|
"resourceLauncherSshCommandDescription": "Bruk Pangolin CLI for å åpne en SSH-sesjon til denne ressursen.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Godkjenningsmetoder aktivert for denne ressursen.",
|
"resourceLauncherAuthMethodsDescription": "Godkjenningsmetoder aktivert for denne ressursen.",
|
||||||
"resourceLauncherPrivateClientRequired": "Koble til med en klient på enheten din for å få privat tilgang til denne ressursen.",
|
"resourceLauncherPrivateClientRequired": "Koble til med en klient på enheten din for å få privat tilgang til denne ressursen.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Klienttilkobling kreves",
|
"resourceLauncherPrivateClientRequiredTitle": "Klienttilkobling kreves",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Unicode tastaturmodus",
|
"rdpUnicodeKeyboardMode": "Unicode tastaturmodus",
|
||||||
"sessionToolbarShow": "Vis verktøylinje",
|
"sessionToolbarShow": "Vis verktøylinje",
|
||||||
"sessionToolbarHide": "Skjul verktøylinje",
|
"sessionToolbarHide": "Skjul verktøylinje",
|
||||||
"actionUpdateSiteApprovals": "Oppdater Stedsgodkjenninger"
|
"actionUpdateSiteApprovals": "Oppdater Stedsgodkjenninger",
|
||||||
|
"check": "Sjekk"
|
||||||
}
|
}
|
||||||
|
|||||||
+79
-47
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Doelen op deze site",
|
"siteResourcesTargetsOnSite": "Doelen op deze site",
|
||||||
"siteSetting": "{siteName} instellingen",
|
"siteSetting": "{siteName} instellingen",
|
||||||
"siteNewtTunnel": "Nieuwste site (Aanbevolen)",
|
"siteNewtTunnel": "Nieuwste site (Aanbevolen)",
|
||||||
|
"pangolinSite": "Pangolin-site",
|
||||||
"siteNewtTunnelDescription": "Makkelijkste manier om een ingangspunt in een netwerk te maken. Geen extra opzet.",
|
"siteNewtTunnelDescription": "Makkelijkste manier om een ingangspunt in een netwerk te maken. Geen extra opzet.",
|
||||||
"siteWg": "Basis WireGuard",
|
"siteWg": "Basis WireGuard",
|
||||||
"siteWgDescription": "Gebruik een WireGuard client om een tunnel te bouwen. Handmatige NAT installatie vereist.",
|
"siteWgDescription": "Gebruik een WireGuard client om een tunnel te bouwen. Handmatige NAT installatie vereist.",
|
||||||
@@ -183,7 +184,7 @@
|
|||||||
"shareTokenDescription": "Het toegangstoken kan als queryparameter of in aanvraagheaders worden meegegeven. Standaard moet het bij elke aanvraag worden verzonden. Als sessie-persistentie is ingeschakeld, ruilt de eerste aanvraag deze in voor een sessiecookie.",
|
"shareTokenDescription": "Het toegangstoken kan als queryparameter of in aanvraagheaders worden meegegeven. Standaard moet het bij elke aanvraag worden verzonden. Als sessie-persistentie is ingeschakeld, ruilt de eerste aanvraag deze in voor een sessiecookie.",
|
||||||
"accessToken": "Toegangs-token",
|
"accessToken": "Toegangs-token",
|
||||||
"usageExamples": "Voorbeelden van gebruik",
|
"usageExamples": "Voorbeelden van gebruik",
|
||||||
"tokenId": "Token ID",
|
"tokenId": "Token-ID",
|
||||||
"requestHeades": "Aanvraag van headers",
|
"requestHeades": "Aanvraag van headers",
|
||||||
"queryParameter": "Queryparameter",
|
"queryParameter": "Queryparameter",
|
||||||
"importantNote": "Belangrijke opmerking",
|
"importantNote": "Belangrijke opmerking",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "API sleutel verwijderen",
|
"apiKeysDelete": "API sleutel verwijderen",
|
||||||
"apiKeysManage": "API sleutels beheren",
|
"apiKeysManage": "API sleutels beheren",
|
||||||
"apiKeysDescription": "API sleutels worden gebruikt om toegang te verifiëren met de integratie API ",
|
"apiKeysDescription": "API sleutels worden gebruikt om toegang te verifiëren met de integratie API ",
|
||||||
|
"orgsManage": "Organisaties Beheren",
|
||||||
|
"orgsDescription": "Bekijk en beheer alle organisaties op dit systeem",
|
||||||
"provisioningKeysTitle": "Vertrekkende sleutel",
|
"provisioningKeysTitle": "Vertrekkende sleutel",
|
||||||
"provisioningKeysManage": "Beheren van Provisioning Sleutels",
|
"provisioningKeysManage": "Beheren van Provisioning Sleutels",
|
||||||
"provisioningKeysDescription": "Provisionerende sleutels worden gebruikt om geautomatiseerde sitebepaling voor uw organisatie te verifiëren.",
|
"provisioningKeysDescription": "Provisionerende sleutels worden gebruikt om geautomatiseerde sitebepaling voor uw organisatie te verifiëren.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Naam (optioneel)",
|
"nameOptional": "Naam (optioneel)",
|
||||||
"accessControls": "Toegang Bediening",
|
"accessControls": "Toegang Bediening",
|
||||||
"userDescription2": "Beheer de instellingen van deze gebruiker",
|
"userDescription2": "Beheer de instellingen van deze gebruiker",
|
||||||
|
"userGeneralSettingsDescription": "Beheer de rollen en instellingen van deze gebruiker in de organisatie",
|
||||||
"accessRoleErrorAdd": "Gebruiker aan rol toevoegen mislukt",
|
"accessRoleErrorAdd": "Gebruiker aan rol toevoegen mislukt",
|
||||||
"accessRoleErrorAddDescription": "Er is een fout opgetreden tijdens het toevoegen van de rol.",
|
"accessRoleErrorAddDescription": "Er is een fout opgetreden tijdens het toevoegen van de rol.",
|
||||||
"userSaved": "Gebruiker opgeslagen",
|
"userSaved": "Gebruiker opgeslagen",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Ongeldige TLS servernaam. Gebruik de domeinnaam of sla leeg op om de TLS servernaam te verwijderen.",
|
"proxyErrorTls": "Ongeldige TLS servernaam. Gebruik de domeinnaam of sla leeg op om de TLS servernaam te verwijderen.",
|
||||||
"proxyEnableSSL": "Schakel TLS in",
|
"proxyEnableSSL": "Schakel TLS in",
|
||||||
"proxyEnableSSLDescription": "SSL/TLS-versleuteling inschakelen voor beveiligde HTTPS-verbindingen naar de doelen.",
|
"proxyEnableSSLDescription": "SSL/TLS-versleuteling inschakelen voor beveiligde HTTPS-verbindingen naar de doelen.",
|
||||||
"target": "Target",
|
"target": "Doelwit",
|
||||||
"configureTarget": "Doelstellingen configureren",
|
"configureTarget": "Doelstellingen configureren",
|
||||||
"targetErrorFetch": "Ophalen van doelen mislukt",
|
"targetErrorFetch": "Ophalen van doelen mislukt",
|
||||||
"targetErrorFetchDescription": "Er is een fout opgetreden bij het ophalen van de objecten",
|
"targetErrorFetchDescription": "Er is een fout opgetreden bij het ophalen van de objecten",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Wanneer regels zijn uitgeschakeld, passeert al het verkeer naar authenticatie.",
|
"policyAccessRulesFallthroughOff": "Wanneer regels zijn uitgeschakeld, passeert al het verkeer naar authenticatie.",
|
||||||
"policyAccessRulesFallthroughOn": "Wanneer geen regel overeenkomt, passeert het verkeer naar authenticatie.",
|
"policyAccessRulesFallthroughOn": "Wanneer geen regel overeenkomt, passeert het verkeer naar authenticatie.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/beheerder/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Regels opslaan",
|
"rulesSave": "Regels opslaan",
|
||||||
"resourceErrorCreate": "Fout bij maken document",
|
"resourceErrorCreate": "Fout bij maken document",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Onbekende opdracht",
|
"unknownCommand": "Onbekende opdracht",
|
||||||
"newtErrorFetchReleases": "Kan release-informatie niet ophalen: {err}",
|
"newtErrorFetchReleases": "Kan release-informatie niet ophalen: {err}",
|
||||||
"newtErrorFetchLatest": "Fout bij ophalen van laatste release: {err}",
|
"newtErrorFetchLatest": "Fout bij ophalen van laatste release: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Eindpunt",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Geheim",
|
"newtSecretKey": "Geheim",
|
||||||
"newtVersion": "Versie",
|
"newtVersion": "Versie",
|
||||||
@@ -1161,7 +1165,7 @@
|
|||||||
"idpOidcConfigureDescription": "Configureer de eindpunten van de OAuth2/OIDC provider en referenties",
|
"idpOidcConfigureDescription": "Configureer de eindpunten van de OAuth2/OIDC provider en referenties",
|
||||||
"idpClientId": "Client ID",
|
"idpClientId": "Client ID",
|
||||||
"idpClientIdDescription": "De OAuth2-client-ID van de identiteitsaanbieder",
|
"idpClientIdDescription": "De OAuth2-client-ID van de identiteitsaanbieder",
|
||||||
"idpClientSecret": "Client Secret",
|
"idpClientSecret": "Clientgeheim",
|
||||||
"idpClientSecretDescription": "Het OAuth2-clientgeheim van de identiteitsprovider",
|
"idpClientSecretDescription": "Het OAuth2-clientgeheim van de identiteitsprovider",
|
||||||
"idpAuthUrl": "URL autorisatie",
|
"idpAuthUrl": "URL autorisatie",
|
||||||
"idpAuthUrlDescription": "De URL voor autorisatie OAuth2",
|
"idpAuthUrlDescription": "De URL voor autorisatie OAuth2",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Herstelcode voor wachtwoord genereren",
|
"generatePasswordResetCode": "Herstelcode voor wachtwoord genereren",
|
||||||
"passwordResetCodeGenerated": "Wachtwoord reset code gegenereerd",
|
"passwordResetCodeGenerated": "Wachtwoord reset code gegenereerd",
|
||||||
"passwordResetCodeGeneratedDescription": "Deel deze code met de gebruiker. Ze kunnen deze gebruiken om hun wachtwoord te resetten.",
|
"passwordResetCodeGeneratedDescription": "Deel deze code met de gebruiker. Ze kunnen deze gebruiken om hun wachtwoord te resetten.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "Herstel-URL",
|
||||||
"passwordNew": "Nieuw wachtwoord",
|
"passwordNew": "Nieuw wachtwoord",
|
||||||
"passwordNewConfirm": "Bevestig nieuw wachtwoord",
|
"passwordNewConfirm": "Bevestig nieuw wachtwoord",
|
||||||
"changePassword": "Wachtwoord wijzigen",
|
"changePassword": "Wachtwoord wijzigen",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Fout bij uitloggen",
|
"logoutError": "Fout bij uitloggen",
|
||||||
"signingAs": "Ingelogd als",
|
"signingAs": "Ingelogd als",
|
||||||
"serverAdmin": "Server beheer",
|
"serverAdmin": "Server beheer",
|
||||||
|
"promoteServerAdmin": "Promoveer naar Server Admin",
|
||||||
|
"promoteServerAdminTitle": "Promoveer naar Server Admin",
|
||||||
|
"promoteServerAdminQuestion": "Weet u zeker dat u {selectedUser} naar server admin wilt promoveren?",
|
||||||
|
"promoteServerAdminMessage": "Server admins hebben de hoogste privileges en kunnen de server beheren.",
|
||||||
|
"promoteServerAdminWarning": "Dit kan op elk moment worden hersteld door de gebruiker te degraderen.",
|
||||||
|
"promoteServerAdminConfirm": "Promoveer naar Server Admin",
|
||||||
|
"promoteServerAdminSuccess": "Gebruiker Geprobeerd",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} is nu een server admin.",
|
||||||
|
"promoteServerAdminError": "Het promoten van gebruiker is mislukt",
|
||||||
|
"demoteServerAdmin": "Degradeer van Server admin",
|
||||||
|
"demoteServerAdminTitle": "Degradeer van Server Admin",
|
||||||
|
"demoteServerAdminQuestion": "Weet u zeker dat u {selectedUser} van server admin wilt degraderen?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} verliest alle server admin privileges.",
|
||||||
|
"demoteServerAdminWarning": "Dit kan op elk moment worden hersteld door de gebruiker te promoveren.",
|
||||||
|
"demoteServerAdminConfirm": "Degradeer van server admin",
|
||||||
|
"demoteServerAdminSuccess": "Gebruiker Gedegradeerd",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} is niet langer een server admin.",
|
||||||
|
"demoteServerAdminError": "Degradatie van gebruiker mislukt",
|
||||||
"managedSelfhosted": "Beheerde Self-Hosted",
|
"managedSelfhosted": "Beheerde Self-Hosted",
|
||||||
"otpEnable": "Twee-factor inschakelen",
|
"otpEnable": "Twee-factor inschakelen",
|
||||||
"otpDisable": "Tweestapsverificatie uitschakelen",
|
"otpDisable": "Tweestapsverificatie uitschakelen",
|
||||||
@@ -1670,7 +1692,7 @@
|
|||||||
"sidebarPolicies": "Gedeeld Beleid",
|
"sidebarPolicies": "Gedeeld Beleid",
|
||||||
"sidebarResourcePolicies": "Openbare Bronnen",
|
"sidebarResourcePolicies": "Openbare Bronnen",
|
||||||
"sidebarAccessControl": "Toegangs controle",
|
"sidebarAccessControl": "Toegangs controle",
|
||||||
"sidebarLogsAndAnalytics": "Logs & Analytics",
|
"sidebarLogsAndAnalytics": "Logboeken & Analytics",
|
||||||
"sidebarTeam": "Team",
|
"sidebarTeam": "Team",
|
||||||
"sidebarUsers": "Gebruikers",
|
"sidebarUsers": "Gebruikers",
|
||||||
"sidebarAdmin": "Beheerder",
|
"sidebarAdmin": "Beheerder",
|
||||||
@@ -1852,7 +1874,7 @@
|
|||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "OpenRouter",
|
||||||
"aiProviderTypeVercelAiGateway": "Vercel AI Gateway",
|
"aiProviderTypeVercelAiGateway": "Vercel AI-poort",
|
||||||
"aiProviderTypeCustom": "Aangepast",
|
"aiProviderTypeCustom": "Aangepast",
|
||||||
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
||||||
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
||||||
@@ -1871,7 +1893,7 @@
|
|||||||
"aiProviderApiKeyDescription": "API-sleutel gebruikt om verzoeken naar deze provider te authenticeren",
|
"aiProviderApiKeyDescription": "API-sleutel gebruikt om verzoeken naar deze provider te authenticeren",
|
||||||
"aiProviderCustomHeadersDescription": "Headers verzonden bij elk verzoek naar deze provider. Nieuwe regel gescheiden: Header-Naam: waarde",
|
"aiProviderCustomHeadersDescription": "Headers verzonden bij elk verzoek naar deze provider. Nieuwe regel gescheiden: Header-Naam: waarde",
|
||||||
"aiProviderApiKeyLastChars": "API-sleutel",
|
"aiProviderApiKeyLastChars": "API-sleutel",
|
||||||
"aiProviderAuthType": "Auth Type",
|
"aiProviderAuthType": "Authenticatietype",
|
||||||
"aiProviderAuthTypeSearch": "Zoek auth types...",
|
"aiProviderAuthTypeSearch": "Zoek auth types...",
|
||||||
"aiProviderAuthTypeNotFound": "Geen auth type gevonden",
|
"aiProviderAuthTypeNotFound": "Geen auth type gevonden",
|
||||||
"aiProviderAuthTypeBearer": "Bearer",
|
"aiProviderAuthTypeBearer": "Bearer",
|
||||||
@@ -1885,7 +1907,7 @@
|
|||||||
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI Gateway",
|
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI Gateway",
|
||||||
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-autorisatie: Bearer-sleutel. Gebruikt door Cloudflare AI Gateway",
|
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-autorisatie: Bearer-sleutel. Gebruikt door Cloudflare AI Gateway",
|
||||||
"aiProviderAuthTypeNone": "Geen Auth",
|
"aiProviderAuthTypeNone": "Geen Auth",
|
||||||
"aiProviderAuthTypePassthrough": "Passthrough",
|
"aiProviderAuthTypePassthrough": "Transparant",
|
||||||
"aiProviderAuthTypeDescription": "Hoe de upstream API verzoeken authenticeert",
|
"aiProviderAuthTypeDescription": "Hoe de upstream API verzoeken authenticeert",
|
||||||
"aiProviderAuthTypePassthroughDescription": "Stuur de API Keys headers van de beller door naar de upstream",
|
"aiProviderAuthTypePassthroughDescription": "Stuur de API Keys headers van de beller door naar de upstream",
|
||||||
"aiProviderAuthTypeNoneDescription": "Stuur geen authenticatieheaders naar de upstream",
|
"aiProviderAuthTypeNoneDescription": "Stuur geen authenticatieheaders naar de upstream",
|
||||||
@@ -1992,7 +2014,7 @@
|
|||||||
"aiProviderModelsBudgetConfigured": "Budget geconfigureerd",
|
"aiProviderModelsBudgetConfigured": "Budget geconfigureerd",
|
||||||
"aiProviderModelsEditTitle": "Model bewerken",
|
"aiProviderModelsEditTitle": "Model bewerken",
|
||||||
"aiProviderModelsEditDescription": "Werk de modelsleutel of budgetconfiguratie bij.",
|
"aiProviderModelsEditDescription": "Werk de modelsleutel of budgetconfiguratie bij.",
|
||||||
"aiProviderModelsBudgetTab": "Budget",
|
"aiProviderModelsBudgetTab": "AI-budget",
|
||||||
"aiProviderModelsKeyLabel": "Model sleutel",
|
"aiProviderModelsKeyLabel": "Model sleutel",
|
||||||
"aiProviderModelsKeyRequired": "Voer een modelsleutel in",
|
"aiProviderModelsKeyRequired": "Voer een modelsleutel in",
|
||||||
"aiProviderModelsKeyDuplicate": "Deze modelsleutel staat al op een lijst",
|
"aiProviderModelsKeyDuplicate": "Deze modelsleutel staat al op een lijst",
|
||||||
@@ -2092,9 +2114,10 @@
|
|||||||
"aiUsageUnnamedVirtualApiKey": "Naamloze sleutel",
|
"aiUsageUnnamedVirtualApiKey": "Naamloze sleutel",
|
||||||
"aiUsageLoading": "Laden...",
|
"aiUsageLoading": "Laden...",
|
||||||
"aiUsageNoData": "Geen data",
|
"aiUsageNoData": "Geen data",
|
||||||
"resourceBudgetSettings": "Budget",
|
"resourceBudgetSettings": "AI-budget",
|
||||||
"resourceBudgetSettingsDescription": "Configureer hoe deze AI-gateway het gebruik beperkt op basis van uitgaven of tokenlimieten",
|
"resourceBudgetSettingsDescription": "Configureer hoe deze AI-gateway het gebruik beperkt op basis van uitgaven of tokenlimieten",
|
||||||
"sidebarApiKeys": "API sleutels",
|
"sidebarApiKeys": "API sleutels",
|
||||||
|
"sidebarOrgs": "Organisaties",
|
||||||
"sidebarProvisioning": "Provisie",
|
"sidebarProvisioning": "Provisie",
|
||||||
"sidebarSettings": "Instellingen",
|
"sidebarSettings": "Instellingen",
|
||||||
"sidebarAllUsers": "Alle gebruikers",
|
"sidebarAllUsers": "Alle gebruikers",
|
||||||
@@ -2105,7 +2128,7 @@
|
|||||||
"sidebarMachineClients": "Machines",
|
"sidebarMachineClients": "Machines",
|
||||||
"sidebarDomains": "Domeinen",
|
"sidebarDomains": "Domeinen",
|
||||||
"sidebarGeneral": "Beheren",
|
"sidebarGeneral": "Beheren",
|
||||||
"sidebarLogAndAnalytics": "Log & Analytics",
|
"sidebarLogAndAnalytics": "Logboeken & Analytics",
|
||||||
"sidebarBluePrints": "Blauwdrukken",
|
"sidebarBluePrints": "Blauwdrukken",
|
||||||
"sidebarAlerting": "Waarschuwingen",
|
"sidebarAlerting": "Waarschuwingen",
|
||||||
"sidebarHealthChecks": "Gezondheidscontroles",
|
"sidebarHealthChecks": "Gezondheidscontroles",
|
||||||
@@ -2176,7 +2199,7 @@
|
|||||||
"alertingRuleEnabled": "Regel ingeschakeld",
|
"alertingRuleEnabled": "Regel ingeschakeld",
|
||||||
"alertingSectionSource": "Bron",
|
"alertingSectionSource": "Bron",
|
||||||
"alertingSourceType": "Brontype",
|
"alertingSourceType": "Brontype",
|
||||||
"alertingSourceSite": "Site",
|
"alertingSourceSite": "Referentie",
|
||||||
"alertingSourceHealthCheck": "Gezondheidscontrole",
|
"alertingSourceHealthCheck": "Gezondheidscontrole",
|
||||||
"alertingPickSites": "Sites",
|
"alertingPickSites": "Sites",
|
||||||
"alertingPickHealthChecks": "Gezondheidscontroles",
|
"alertingPickHealthChecks": "Gezondheidscontroles",
|
||||||
@@ -2198,7 +2221,7 @@
|
|||||||
"alertingResourcesEmpty": "Geen bronnen met doelen in de eerste 10 resultaten.",
|
"alertingResourcesEmpty": "Geen bronnen met doelen in de eerste 10 resultaten.",
|
||||||
"alertingSectionTrigger": "Trigger",
|
"alertingSectionTrigger": "Trigger",
|
||||||
"alertingTrigger": "Wanneer te waarschuwen",
|
"alertingTrigger": "Wanneer te waarschuwen",
|
||||||
"alertingTriggerSiteOnline": "Site online",
|
"alertingTriggerSiteOnline": "Site Online Tijd",
|
||||||
"alertingTriggerSiteOffline": "Site offline",
|
"alertingTriggerSiteOffline": "Site offline",
|
||||||
"alertingTriggerSiteToggle": "Site status wijzigt",
|
"alertingTriggerSiteToggle": "Site status wijzigt",
|
||||||
"alertingTriggerHcHealthy": "Gezondheidscontrole gezond",
|
"alertingTriggerHcHealthy": "Gezondheidscontrole gezond",
|
||||||
@@ -2230,7 +2253,7 @@
|
|||||||
"alertingWebhookMethod": "HTTP-methode",
|
"alertingWebhookMethod": "HTTP-methode",
|
||||||
"alertingWebhookSecret": "Ondertekengeheim (optioneel)",
|
"alertingWebhookSecret": "Ondertekengeheim (optioneel)",
|
||||||
"alertingWebhookSecretPlaceholder": "HMAC-geheim",
|
"alertingWebhookSecretPlaceholder": "HMAC-geheim",
|
||||||
"alertingWebhookHeaders": "Headers",
|
"alertingWebhookHeaders": "Kopteksten",
|
||||||
"alertingAddHeader": "Header toevoegen",
|
"alertingAddHeader": "Header toevoegen",
|
||||||
"alertingSelectSites": "Selecteer sites…",
|
"alertingSelectSites": "Selecteer sites…",
|
||||||
"alertingSitesSelected": "{count} sites geselecteerd",
|
"alertingSitesSelected": "{count} sites geselecteerd",
|
||||||
@@ -2448,7 +2471,7 @@
|
|||||||
"sidebarCollapse": "Inklappen",
|
"sidebarCollapse": "Inklappen",
|
||||||
"sidebarExpand": "Uitklappen",
|
"sidebarExpand": "Uitklappen",
|
||||||
"productUpdateMoreInfo": "Nog {noOfUpdates} updates",
|
"productUpdateMoreInfo": "Nog {noOfUpdates} updates",
|
||||||
"productUpdateInfo": "{noOfUpdates} updates",
|
"productUpdateInfo": "Nog {noOfUpdates} updates",
|
||||||
"productUpdateWhatsNew": "Wat is nieuw",
|
"productUpdateWhatsNew": "Wat is nieuw",
|
||||||
"productUpdateTitle": "Update Producten",
|
"productUpdateTitle": "Update Producten",
|
||||||
"productUpdateEmpty": "Geen updates",
|
"productUpdateEmpty": "Geen updates",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Laat Olm draaien op uw systeem",
|
"clientInstallOlmDescription": "Laat Olm draaien op uw systeem",
|
||||||
"clientOlmCredentials": "Aanmeldgegevens",
|
"clientOlmCredentials": "Aanmeldgegevens",
|
||||||
"clientOlmCredentialsDescription": "Dit is hoe de client zich zal verifiëren met de server",
|
"clientOlmCredentialsDescription": "Dit is hoe de client zich zal verifiëren met de server",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Eindpunt",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Geheim",
|
"olmSecretKey": "Geheim",
|
||||||
"clientCredentialsSave": "Sla de aanmeldgegevens op",
|
"clientCredentialsSave": "Sla de aanmeldgegevens op",
|
||||||
@@ -2730,7 +2753,7 @@
|
|||||||
"requireDeviceApproval": "Vereist goedkeuring van apparaat",
|
"requireDeviceApproval": "Vereist goedkeuring van apparaat",
|
||||||
"requireDeviceApprovalDescription": "Gebruikers met deze rol hebben nieuwe apparaten nodig die door een beheerder zijn goedgekeurd voordat ze verbinding kunnen maken met bronnen en deze kunnen gebruiken.",
|
"requireDeviceApprovalDescription": "Gebruikers met deze rol hebben nieuwe apparaten nodig die door een beheerder zijn goedgekeurd voordat ze verbinding kunnen maken met bronnen en deze kunnen gebruiken.",
|
||||||
"sshSettings": "SSH",
|
"sshSettings": "SSH",
|
||||||
"inferenceSettings": "AI Gateway",
|
"inferenceSettings": "AI-gateway",
|
||||||
"sshAccess": "SSH Toegang",
|
"sshAccess": "SSH Toegang",
|
||||||
"rdpSettings": "RDP",
|
"rdpSettings": "RDP",
|
||||||
"vncSettings": "VNC",
|
"vncSettings": "VNC",
|
||||||
@@ -2886,7 +2909,7 @@
|
|||||||
"editInternalResourceDialogModeCidr": "CIDR",
|
"editInternalResourceDialogModeCidr": "CIDR",
|
||||||
"editInternalResourceDialogModeHttp": "HTTP",
|
"editInternalResourceDialogModeHttp": "HTTP",
|
||||||
"editInternalResourceDialogModeHttps": "HTTPS",
|
"editInternalResourceDialogModeHttps": "HTTPS",
|
||||||
"editInternalResourceDialogModeInference": "AI Gateway",
|
"editInternalResourceDialogModeInference": "AI-gateway",
|
||||||
"editInternalResourceDialogModeSsh": "SSH",
|
"editInternalResourceDialogModeSsh": "SSH",
|
||||||
"editInternalResourceDialogScheme": "Schema",
|
"editInternalResourceDialogScheme": "Schema",
|
||||||
"editInternalResourceDialogEnableSsl": "Schakel TLS in",
|
"editInternalResourceDialogEnableSsl": "Schakel TLS in",
|
||||||
@@ -2907,13 +2930,13 @@
|
|||||||
"privateResourceAllowIcmpPing": "Sta ICMP Ping toe",
|
"privateResourceAllowIcmpPing": "Sta ICMP Ping toe",
|
||||||
"privateResourceNetworkAccess": "Netwerktoegang",
|
"privateResourceNetworkAccess": "Netwerktoegang",
|
||||||
"privateResourceNetworkAccessDescription": "Beheer TCP/UDP poorttoegang en of ICMP-ping is toegestaan voor deze bron.",
|
"privateResourceNetworkAccessDescription": "Beheer TCP/UDP poorttoegang en of ICMP-ping is toegestaan voor deze bron.",
|
||||||
"hostSettings": "Host",
|
"hostSettings": "Hostnaam",
|
||||||
"cidrSettings": "CIDR",
|
"cidrSettings": "CIDR",
|
||||||
"createInternalResourceDialogResourceProperties": "Bron-eigenschappen",
|
"createInternalResourceDialogResourceProperties": "Bron-eigenschappen",
|
||||||
"createInternalResourceDialogName": "Naam",
|
"createInternalResourceDialogName": "Naam",
|
||||||
"createInternalResourceDialogSite": "Site",
|
"createInternalResourceDialogSite": "Referentie",
|
||||||
"selectSite": "Selecteer site...",
|
"selectSite": "Selecteer site...",
|
||||||
"multiSitesSelectorSitesCount": "{count, plural, one {# site} other {# sites}}",
|
"multiSitesSelectorSitesCount": "{count, plural, one {# locatie} other {# locaties}}",
|
||||||
"labelsSelectorLabelsCount": "{count, plural, one {# label} other {# labels}}",
|
"labelsSelectorLabelsCount": "{count, plural, one {# label} other {# labels}}",
|
||||||
"noSitesFound": "Geen sites gevonden.",
|
"noSitesFound": "Geen sites gevonden.",
|
||||||
"createInternalResourceDialogProtocol": "Protocol",
|
"createInternalResourceDialogProtocol": "Protocol",
|
||||||
@@ -2946,7 +2969,7 @@
|
|||||||
"createInternalResourceDialogModeHttp": "HTTP",
|
"createInternalResourceDialogModeHttp": "HTTP",
|
||||||
"createInternalResourceDialogModeHttps": "HTTPS",
|
"createInternalResourceDialogModeHttps": "HTTPS",
|
||||||
"createInternalResourceDialogModeSsh": "SSH",
|
"createInternalResourceDialogModeSsh": "SSH",
|
||||||
"createInternalResourceDialogModeInference": "AI Gateway",
|
"createInternalResourceDialogModeInference": "AI-gateway",
|
||||||
"scheme": "Schema",
|
"scheme": "Schema",
|
||||||
"createInternalResourceDialogScheme": "Schema",
|
"createInternalResourceDialogScheme": "Schema",
|
||||||
"createInternalResourceDialogEnableSsl": "Schakel TLS in",
|
"createInternalResourceDialogEnableSsl": "Schakel TLS in",
|
||||||
@@ -3089,11 +3112,11 @@
|
|||||||
"regionNorthernEurope": "Noord-Europa",
|
"regionNorthernEurope": "Noord-Europa",
|
||||||
"regionSouthernEurope": "Zuid-Europa",
|
"regionSouthernEurope": "Zuid-Europa",
|
||||||
"regionWesternEurope": "West-Europa",
|
"regionWesternEurope": "West-Europa",
|
||||||
"regionOceania": "Oceania",
|
"regionOceania": "Oceanië",
|
||||||
"regionAustraliaAndNewZealand": "Australië en Nieuw-Zeeland",
|
"regionAustraliaAndNewZealand": "Australië en Nieuw-Zeeland",
|
||||||
"regionMelanesia": "Melanesia",
|
"regionMelanesia": "Melanesië",
|
||||||
"regionMicronesia": "Micronesia",
|
"regionMicronesia": "Micronesië",
|
||||||
"regionPolynesia": "Polynesia",
|
"regionPolynesia": "Polynesië",
|
||||||
"managedSelfHosted": {
|
"managedSelfHosted": {
|
||||||
"title": "Beheerde Self-Hosted",
|
"title": "Beheerde Self-Hosted",
|
||||||
"description": "betrouwbaardere en slecht onderhouden Pangolin server met extra klokken en klokkenluiders",
|
"description": "betrouwbaardere en slecht onderhouden Pangolin server met extra klokken en klokkenluiders",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Verwijderen",
|
"roleMappingRemoveRule": "Verwijderen",
|
||||||
"idpGoogleConfiguration": "Google Configuratie",
|
"idpGoogleConfiguration": "Google Configuratie",
|
||||||
"idpGoogleConfigurationDescription": "Configureer de Google OAuth2-referenties",
|
"idpGoogleConfigurationDescription": "Configureer de Google OAuth2-referenties",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Uw Google OAuth2-client-ID",
|
||||||
"idpGoogleClientSecretDescription": "Google OAuth2 Clientgeheim",
|
"idpGoogleClientSecretDescription": "Google OAuth2 Clientgeheim",
|
||||||
"idpAzureConfiguration": "Azure Entra ID configuratie",
|
"idpAzureConfiguration": "Azure Entra ID configuratie",
|
||||||
"idpAzureConfigurationDescription": "Azure Entra ID OAuth2 referenties configureren",
|
"idpAzureConfigurationDescription": "Azure Entra ID OAuth2 referenties configureren",
|
||||||
"idpTenantId": "Tenant-ID",
|
"idpTenantId": "Tenant-ID",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "tenant-ID",
|
||||||
"idpAzureTenantIdDescription": "Azure tenant ID (gevonden in Azure Active Directory overzicht)",
|
"idpAzureTenantIdDescription": "Azure tenant ID (gevonden in Azure Active Directory overzicht)",
|
||||||
"idpAzureClientIdDescription": "Azure App registratie Client ID",
|
"idpAzureClientIdDescription": "Azure App registratie Client ID",
|
||||||
"idpAzureClientSecretDescription": "Azure App registratie client geheim",
|
"idpAzureClientSecretDescription": "Azure App registratie client geheim",
|
||||||
@@ -3181,7 +3204,7 @@
|
|||||||
"idpTenantIdLabel": "Tenant-ID",
|
"idpTenantIdLabel": "Tenant-ID",
|
||||||
"idpAzureClientIdDescription2": "Azure App registratie Client ID",
|
"idpAzureClientIdDescription2": "Azure App registratie Client ID",
|
||||||
"idpAzureClientSecretDescription2": "Azure App registratie client geheim",
|
"idpAzureClientSecretDescription2": "Azure App registratie client geheim",
|
||||||
"idpGoogleDescription": "Google OAuth2/OIDC provider",
|
"idpGoogleDescription": "Algemene OAuth2/OIDC provider",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
||||||
"subnet": "Subnet",
|
"subnet": "Subnet",
|
||||||
"utilitySubnet": "Hulpmiddel Subnet",
|
"utilitySubnet": "Hulpmiddel Subnet",
|
||||||
@@ -3348,7 +3371,7 @@
|
|||||||
"manageMachineClientsDescription": "Creëer en beheer clients die servers en systemen gebruiken om privé verbinding te maken met bronnen",
|
"manageMachineClientsDescription": "Creëer en beheer clients die servers en systemen gebruiken om privé verbinding te maken met bronnen",
|
||||||
"machineClientsBannerTitle": "Servers & Geautomatiseerde Systemen",
|
"machineClientsBannerTitle": "Servers & Geautomatiseerde Systemen",
|
||||||
"machineClientsBannerDescription": "Machineclients zijn bedoeld voor servers en geautomatiseerde systemen die niet aan een specifieke gebruiker zijn gekoppeld. Ze verifiëren met een ID en geheim, en kunnen draaien met Pangolin CLI, Olm CLI, of Olm als een container.",
|
"machineClientsBannerDescription": "Machineclients zijn bedoeld voor servers en geautomatiseerde systemen die niet aan een specifieke gebruiker zijn gekoppeld. Ze verifiëren met een ID en geheim, en kunnen draaien met Pangolin CLI, Olm CLI, of Olm als een container.",
|
||||||
"machineClientsBannerPangolinCLI": "Pangolin CLI",
|
"machineClientsBannerPangolinCLI": "Pangoline Cloud",
|
||||||
"machineClientsBannerOlmCLI": "Olm CLI",
|
"machineClientsBannerOlmCLI": "Olm CLI",
|
||||||
"machineClientsBannerOlmContainer": "Olm-container",
|
"machineClientsBannerOlmContainer": "Olm-container",
|
||||||
"clientsTableUserClients": "Gebruiker",
|
"clientsTableUserClients": "Gebruiker",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Prioriteit",
|
"priority": "Prioriteit",
|
||||||
"priorityDescription": "routes met hogere prioriteit worden eerst geëvalueerd. Prioriteit = 100 betekent automatisch bestellen (systeem beslist de). Gebruik een ander nummer om handmatige prioriteit af te dwingen.",
|
"priorityDescription": "routes met hogere prioriteit worden eerst geëvalueerd. Prioriteit = 100 betekent automatisch bestellen (systeem beslist de). Gebruik een ander nummer om handmatige prioriteit af te dwingen.",
|
||||||
"instanceName": "Naam instantie",
|
"instanceName": "Naam instantie",
|
||||||
|
"clearInstanceName": "Serverassociatie resetten",
|
||||||
"pathMatchModalTitle": "Configureren van overeenkomende pad",
|
"pathMatchModalTitle": "Configureren van overeenkomende pad",
|
||||||
"pathMatchModalDescription": "Stel in hoe inkomende verzoeken moeten worden gekoppeld aan hun pad.",
|
"pathMatchModalDescription": "Stel in hoe inkomende verzoeken moeten worden gekoppeld aan hun pad.",
|
||||||
"pathMatchType": "Wedstrijd Type",
|
"pathMatchType": "Wedstrijd Type",
|
||||||
@@ -3510,7 +3534,7 @@
|
|||||||
"pathRewriteExact": "Exacte",
|
"pathRewriteExact": "Exacte",
|
||||||
"pathRewriteRegex": "Regex",
|
"pathRewriteRegex": "Regex",
|
||||||
"pathRewriteStrip": "Verwijder",
|
"pathRewriteStrip": "Verwijder",
|
||||||
"pathRewriteStripLabel": "strip",
|
"pathRewriteStripLabel": "verwijder",
|
||||||
"sidebarEnableEnterpriseLicense": "Activeer Enterprise Licentie",
|
"sidebarEnableEnterpriseLicense": "Activeer Enterprise Licentie",
|
||||||
"cannotbeUndone": "Dit kan niet ongedaan worden gemaakt.",
|
"cannotbeUndone": "Dit kan niet ongedaan worden gemaakt.",
|
||||||
"toConfirm": "om te bevestigen.",
|
"toConfirm": "om te bevestigen.",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Toegestaan door regel",
|
"allowedByRule": "Toegestaan door regel",
|
||||||
"allowedNoAuth": "Toegestaan geen authenticatie",
|
"allowedNoAuth": "Toegestaan geen authenticatie",
|
||||||
"validAccessToken": "Geldige toegangstoken",
|
"validAccessToken": "Geldige toegangstoken",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Geldige headerauthenticatie",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Geldige pincode",
|
||||||
"validPassword": "Geldig wachtwoord",
|
"validPassword": "Geldig wachtwoord",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Geldige e-mail",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "Geldige SSO",
|
||||||
"validVirtualAPIKey": "Geldige Virtuele API-sleutel",
|
"validVirtualAPIKey": "Geldige Virtuele API-sleutel",
|
||||||
"view": "Bekijk",
|
"view": "Bekijk",
|
||||||
"configManaged": "Configuratie Beheerd",
|
"configManaged": "Configuratie Beheerd",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Achtergelaten door regel",
|
"droppedByRule": "Achtergelaten door regel",
|
||||||
"noSessions": "Geen sessies",
|
"noSessions": "Geen sessies",
|
||||||
"temporaryRequestToken": "Tijdelijk verzoek token",
|
"temporaryRequestToken": "Tijdelijk verzoek token",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Geen geldige auth",
|
||||||
"ip": "IP-adres",
|
"ip": "IP-adres",
|
||||||
"reason": "Reden",
|
"reason": "Reden",
|
||||||
"requestLogs": "HTTP-aanvraaglogboeken",
|
"requestLogs": "HTTP-aanvraaglogboeken",
|
||||||
@@ -3638,7 +3662,7 @@
|
|||||||
"auto": "Automatisch",
|
"auto": "Automatisch",
|
||||||
"TTL": "TTL",
|
"TTL": "TTL",
|
||||||
"howToAddRecords": "Hoe voeg ik Records toe",
|
"howToAddRecords": "Hoe voeg ik Records toe",
|
||||||
"dnsRecord": "DNS Records",
|
"dnsRecord": "DNS-records",
|
||||||
"required": "vereist",
|
"required": "vereist",
|
||||||
"domainSettingsUpdated": "Domeininstellingen succesvol bijgewerkt",
|
"domainSettingsUpdated": "Domeininstellingen succesvol bijgewerkt",
|
||||||
"orgOrDomainIdMissing": "Organisatie of domein ID ontbreekt",
|
"orgOrDomainIdMissing": "Organisatie of domein ID ontbreekt",
|
||||||
@@ -3750,23 +3774,24 @@
|
|||||||
"regenerateCredentialsWarning": "Het opnieuw genereren van inloggegevens zal de vorige ongeldig maken en een slechte verbinding veroorzaken. Zorg ervoor dat u alle configuraties die deze inloggegevens gebruiken bijwerkt.",
|
"regenerateCredentialsWarning": "Het opnieuw genereren van inloggegevens zal de vorige ongeldig maken en een slechte verbinding veroorzaken. Zorg ervoor dat u alle configuraties die deze inloggegevens gebruiken bijwerkt.",
|
||||||
"confirm": "Bevestigen",
|
"confirm": "Bevestigen",
|
||||||
"regenerateCredentialsConfirmation": "Weet u zeker dat u de inloggegevens opnieuw wilt genereren?",
|
"regenerateCredentialsConfirmation": "Weet u zeker dat u de inloggegevens opnieuw wilt genereren?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Eindpunt",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Geheime sleutel",
|
"SecretKey": "Geheime sleutel",
|
||||||
"niceId": "Leuk ID",
|
"niceId": "Leuk ID",
|
||||||
"niceIdUpdated": "Leuke ID bijgewerkt",
|
"niceIdUpdated": "Leuke ID bijgewerkt",
|
||||||
"niceIdUpdatedSuccessfully": "Nice ID Updated Successfully",
|
"niceIdUpdatedSuccessfully": "Mooi ID succesvol bijgewerkt",
|
||||||
"niceIdUpdateError": "Fout bij bijwerken ID Nice",
|
"niceIdUpdateError": "Fout bij bijwerken ID Nice",
|
||||||
"niceIdUpdateErrorDescription": "Fout opgetreden tijdens het bijwerken van de ID van Nice.",
|
"niceIdUpdateErrorDescription": "Fout opgetreden tijdens het bijwerken van de ID van Nice.",
|
||||||
"niceIdCannotBeEmpty": "Nice ID mag niet leeg zijn",
|
"niceIdCannotBeEmpty": "Nice ID mag niet leeg zijn",
|
||||||
"enterIdentifier": "ID invoeren",
|
"enterIdentifier": "ID invoeren",
|
||||||
"identifier": "Identifier",
|
"identifier": "ID pad",
|
||||||
"deviceLoginUseDifferentAccount": "Niet u? Gebruik een ander account.",
|
"deviceLoginUseDifferentAccount": "Niet u? Gebruik een ander account.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Een apparaat vraagt om toegang tot dit account.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Een apparaat vraagt om toegang tot dit account.",
|
||||||
"loginSelectAuthenticationMethod": "Selecteer een verificatiemethode om door te gaan.",
|
"loginSelectAuthenticationMethod": "Selecteer een verificatiemethode om door te gaan.",
|
||||||
"noData": "Geen gegevens",
|
"noData": "Geen gegevens",
|
||||||
"machineClients": "Machine Clienten",
|
"machineClients": "Machine Clienten",
|
||||||
"install": "Installeren",
|
"install": "Installeren",
|
||||||
|
"downloadInstaller": "Download Installer",
|
||||||
"run": "Uitvoeren",
|
"run": "Uitvoeren",
|
||||||
"envFile": "Omgevingsbestand",
|
"envFile": "Omgevingsbestand",
|
||||||
"serviceFile": "Servicebestand",
|
"serviceFile": "Servicebestand",
|
||||||
@@ -3835,7 +3860,7 @@
|
|||||||
"internalResourceAuthDaemonStrategy": "SSH Auth Daemon locatie",
|
"internalResourceAuthDaemonStrategy": "SSH Auth Daemon locatie",
|
||||||
"internalResourceAuthDaemonStrategyDescription": "Kies waar de SSH authenticatie daemon wordt uitgevoerd: op de website (Newt) of op een externe host.",
|
"internalResourceAuthDaemonStrategyDescription": "Kies waar de SSH authenticatie daemon wordt uitgevoerd: op de website (Newt) of op een externe host.",
|
||||||
"internalResourceAuthDaemonDescription": "De SSH authenticatie daemon zorgt voor SSH sleutelondertekening en PAM authenticatie voor deze resource. Kies of het wordt uitgevoerd op de website (Nieuw) of op een afzonderlijke externe host. Zie <docsLink>de documentatie</docsLink> voor meer.",
|
"internalResourceAuthDaemonDescription": "De SSH authenticatie daemon zorgt voor SSH sleutelondertekening en PAM authenticatie voor deze resource. Kies of het wordt uitgevoerd op de website (Nieuw) of op een afzonderlijke externe host. Zie <docsLink>de documentatie</docsLink> voor meer.",
|
||||||
"internalResourceAuthDaemonDocsUrl": "https://docs.pangolin.net",
|
"internalResourceAuthDaemonDocsUrl": "https:\\/\\/docs.pangolin.net",
|
||||||
"internalResourceAuthDaemonStrategyPlaceholder": "Selecteer strategie",
|
"internalResourceAuthDaemonStrategyPlaceholder": "Selecteer strategie",
|
||||||
"internalResourceAuthDaemonStrategyLabel": "Locatie",
|
"internalResourceAuthDaemonStrategyLabel": "Locatie",
|
||||||
"internalResourceAuthDaemonSite": "In de site",
|
"internalResourceAuthDaemonSite": "In de site",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "Kernel versie",
|
"kernelVersion": "Kernel versie",
|
||||||
"deviceModel": "Apparaat model",
|
"deviceModel": "Apparaat model",
|
||||||
"serialNumber": "Serienummer",
|
"serialNumber": "Serienummer",
|
||||||
"hostname": "Hostname",
|
"hostname": "Hostnaam",
|
||||||
"firstSeen": "Eerst gezien",
|
"firstSeen": "Eerst gezien",
|
||||||
"lastSeen": "Laatst gezien op",
|
"lastSeen": "Laatst gezien op",
|
||||||
"biometricsEnabled": "Biometrie ingeschakeld",
|
"biometricsEnabled": "Biometrie ingeschakeld",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Losgekoppeld",
|
"disconnected": "Losgekoppeld",
|
||||||
"approvalsEmptyStateTitle": "Apparaat goedkeuringen niet ingeschakeld",
|
"approvalsEmptyStateTitle": "Apparaat goedkeuringen niet ingeschakeld",
|
||||||
"approvalsEmptyStateDescription": "Apparaatgoedkeuringen voor rollen inschakelen om goedkeuring van de beheerder te vereisen voordat gebruikers nieuwe apparaten kunnen koppelen.",
|
"approvalsEmptyStateDescription": "Apparaatgoedkeuringen voor rollen inschakelen om goedkeuring van de beheerder te vereisen voordat gebruikers nieuwe apparaten kunnen koppelen.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Hoe te activeren",
|
||||||
"approvalsEmptyStateStep1Title": "Ga naar rollen",
|
"approvalsEmptyStateStep1Title": "Ga naar rollen",
|
||||||
"approvalsEmptyStateStep1Description": "Navigeer naar de rolinstellingen van uw organisatie om apparaatgoedkeuringen te configureren.",
|
"approvalsEmptyStateStep1Description": "Navigeer naar de rolinstellingen van uw organisatie om apparaatgoedkeuringen te configureren.",
|
||||||
"approvalsEmptyStateStep2Title": "Toestel goedkeuringen inschakelen",
|
"approvalsEmptyStateStep2Title": "Toestel goedkeuringen inschakelen",
|
||||||
@@ -4237,7 +4263,7 @@
|
|||||||
"resourceLauncherSortDescending": "Aflopend sorteren",
|
"resourceLauncherSortDescending": "Aflopend sorteren",
|
||||||
"resourceLauncherSettings": "Instellingen",
|
"resourceLauncherSettings": "Instellingen",
|
||||||
"resourceLauncherGroupBy": "Groep Op",
|
"resourceLauncherGroupBy": "Groep Op",
|
||||||
"resourceLauncherGroupBySite": "Site",
|
"resourceLauncherGroupBySite": "Referentie",
|
||||||
"resourceLauncherGroupByLabel": "Label",
|
"resourceLauncherGroupByLabel": "Label",
|
||||||
"resourceLauncherGroupByNone": "Geen",
|
"resourceLauncherGroupByNone": "Geen",
|
||||||
"resourceLauncherLayout": "Lay-out",
|
"resourceLauncherLayout": "Lay-out",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Bekijk als Admin",
|
"resourceLauncherViewAsAdmin": "Bekijk als Admin",
|
||||||
"resourceLauncherResourceDetailsDescription": "Verbindingsinformatie en -status voor deze bron.",
|
"resourceLauncherResourceDetailsDescription": "Verbindingsinformatie en -status voor deze bron.",
|
||||||
"resourceLauncherResourceDetails": "Brongegevens",
|
"resourceLauncherResourceDetails": "Brongegevens",
|
||||||
|
"resourceLauncherSitesDescription": "De bron is toegankelijk via de volgende sites.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Bekijk site als Admin",
|
||||||
|
"resourceLauncherFilterBySite": "Filter op site",
|
||||||
|
"resourceLauncherSshCommand": "SSH Commando",
|
||||||
|
"resourceLauncherSshCommandDescription": "Gebruik de Pangolin CLI om een SSH-sessie te openen naar deze bron.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Authenticatiemethoden ingeschakeld voor deze bron.",
|
"resourceLauncherAuthMethodsDescription": "Authenticatiemethoden ingeschakeld voor deze bron.",
|
||||||
"resourceLauncherPrivateClientRequired": "Maak verbinding met een client op uw apparaat om deze bron privé te benaderen.",
|
"resourceLauncherPrivateClientRequired": "Maak verbinding met een client op uw apparaat om deze bron privé te benaderen.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Client Verbinding Vereist",
|
"resourceLauncherPrivateClientRequiredTitle": "Client Verbinding Vereist",
|
||||||
@@ -4262,7 +4293,7 @@
|
|||||||
"resourceLauncherTcp": "TCP",
|
"resourceLauncherTcp": "TCP",
|
||||||
"resourceLauncherUdp": "UDP",
|
"resourceLauncherUdp": "UDP",
|
||||||
"resourceLauncherUnlabeled": "Geen label",
|
"resourceLauncherUnlabeled": "Geen label",
|
||||||
"resourceLauncherAiGateway": "AI Gateway",
|
"resourceLauncherAiGateway": "AI-gateway",
|
||||||
"resourceLauncherNoSite": "Geen Site",
|
"resourceLauncherNoSite": "Geen Site",
|
||||||
"resourceLauncherAvailableModels": "Beschikbare Modellen",
|
"resourceLauncherAvailableModels": "Beschikbare Modellen",
|
||||||
"resourceLauncherAvailableModelsDescription": "Modellen die u met deze AI-gateway kunt gebruiken.",
|
"resourceLauncherAvailableModelsDescription": "Modellen die u met deze AI-gateway kunt gebruiken.",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Unicode toetsenbordmodus",
|
"rdpUnicodeKeyboardMode": "Unicode toetsenbordmodus",
|
||||||
"sessionToolbarShow": "Toon werkbalk",
|
"sessionToolbarShow": "Toon werkbalk",
|
||||||
"sessionToolbarHide": "Verberg werkbalk",
|
"sessionToolbarHide": "Verberg werkbalk",
|
||||||
"actionUpdateSiteApprovals": "Sitegoedkeuringen bijwerken"
|
"actionUpdateSiteApprovals": "Sitegoedkeuringen bijwerken",
|
||||||
|
"check": "Controleren"
|
||||||
}
|
}
|
||||||
|
|||||||
+69
-37
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Cele na tej stronie",
|
"siteResourcesTargetsOnSite": "Cele na tej stronie",
|
||||||
"siteSetting": "Ustawienia {siteName}",
|
"siteSetting": "Ustawienia {siteName}",
|
||||||
"siteNewtTunnel": "Newt Site (Rekomendowane)",
|
"siteNewtTunnel": "Newt Site (Rekomendowane)",
|
||||||
|
"pangolinSite": "Witryna Pangolin",
|
||||||
"siteNewtTunnelDescription": "Najprostszy sposób na stworzenie punktu wejścia w sieci. Nie ma dodatkowej konfiguracji.",
|
"siteNewtTunnelDescription": "Najprostszy sposób na stworzenie punktu wejścia w sieci. Nie ma dodatkowej konfiguracji.",
|
||||||
"siteWg": "Podstawowy WireGuard",
|
"siteWg": "Podstawowy WireGuard",
|
||||||
"siteWgDescription": "Użyj dowolnego klienta WireGuard do utworzenia tunelu. Wymagana jest ręczna konfiguracja NAT.",
|
"siteWgDescription": "Użyj dowolnego klienta WireGuard do utworzenia tunelu. Wymagana jest ręczna konfiguracja NAT.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Usuń klucz API",
|
"apiKeysDelete": "Usuń klucz API",
|
||||||
"apiKeysManage": "Zarządzaj kluczami API",
|
"apiKeysManage": "Zarządzaj kluczami API",
|
||||||
"apiKeysDescription": "Klucze API służą do uwierzytelniania z API integracji",
|
"apiKeysDescription": "Klucze API służą do uwierzytelniania z API integracji",
|
||||||
|
"orgsManage": "Zarządzaj organizacjami",
|
||||||
|
"orgsDescription": "Zobacz i zarządzaj wszystkimi organizacjami w tej instancji",
|
||||||
"provisioningKeysTitle": "Klucz Zaopatrzenia",
|
"provisioningKeysTitle": "Klucz Zaopatrzenia",
|
||||||
"provisioningKeysManage": "Zarządzaj kluczami zaopatrzenia",
|
"provisioningKeysManage": "Zarządzaj kluczami zaopatrzenia",
|
||||||
"provisioningKeysDescription": "Klucze zaopatrzenia są używane do uwierzytelniania zautomatyzowanego zaopatrzenia twojej organizacji.",
|
"provisioningKeysDescription": "Klucze zaopatrzenia są używane do uwierzytelniania zautomatyzowanego zaopatrzenia twojej organizacji.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Nazwa (Opcjonalnie)",
|
"nameOptional": "Nazwa (Opcjonalnie)",
|
||||||
"accessControls": "Kontrola dostępu",
|
"accessControls": "Kontrola dostępu",
|
||||||
"userDescription2": "Zarządzaj ustawieniami tego użytkownika",
|
"userDescription2": "Zarządzaj ustawieniami tego użytkownika",
|
||||||
|
"userGeneralSettingsDescription": "Zarządzaj rolami i ustawieniami tego użytkownika w organizacji",
|
||||||
"accessRoleErrorAdd": "Nie udało się dodać użytkownika do roli",
|
"accessRoleErrorAdd": "Nie udało się dodać użytkownika do roli",
|
||||||
"accessRoleErrorAddDescription": "Wystąpił błąd podczas dodawania użytkownika do roli.",
|
"accessRoleErrorAddDescription": "Wystąpił błąd podczas dodawania użytkownika do roli.",
|
||||||
"userSaved": "Użytkownik zapisany",
|
"userSaved": "Użytkownik zapisany",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Nieprawidłowa nazwa serwera TLS. Użyj formatu nazwy domeny lub zapisz pusty, aby usunąć nazwę serwera TLS.",
|
"proxyErrorTls": "Nieprawidłowa nazwa serwera TLS. Użyj formatu nazwy domeny lub zapisz pusty, aby usunąć nazwę serwera TLS.",
|
||||||
"proxyEnableSSL": "Włącz TLS",
|
"proxyEnableSSL": "Włącz TLS",
|
||||||
"proxyEnableSSLDescription": "Włącz szyfrowanie SSL/TLS dla bezpiecznych połączeń HTTPS z celami.",
|
"proxyEnableSSLDescription": "Włącz szyfrowanie SSL/TLS dla bezpiecznych połączeń HTTPS z celami.",
|
||||||
"target": "Target",
|
"target": "Cel",
|
||||||
"configureTarget": "Konfiguruj Targety",
|
"configureTarget": "Konfiguruj Targety",
|
||||||
"targetErrorFetch": "Nie udało się pobrać celów",
|
"targetErrorFetch": "Nie udało się pobrać celów",
|
||||||
"targetErrorFetchDescription": "Wystąpił błąd podczas pobierania celów",
|
"targetErrorFetchDescription": "Wystąpił błąd podczas pobierania celów",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Gdy reguły są wyłączone, cały ruch przechodzi do uwierzytelniania.",
|
"policyAccessRulesFallthroughOff": "Gdy reguły są wyłączone, cały ruch przechodzi do uwierzytelniania.",
|
||||||
"policyAccessRulesFallthroughOn": "Gdy żadna reguła nie pasuje, ruch przechodzi do uwierzytelniania.",
|
"policyAccessRulesFallthroughOn": "Gdy żadna reguła nie pasuje, ruch przechodzi do uwierzytelniania.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/administrator/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Zapisz zasady",
|
"rulesSave": "Zapisz zasady",
|
||||||
"resourceErrorCreate": "Błąd podczas tworzenia zasobu",
|
"resourceErrorCreate": "Błąd podczas tworzenia zasobu",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Nieznane polecenie",
|
"unknownCommand": "Nieznane polecenie",
|
||||||
"newtErrorFetchReleases": "Nie udało się pobrać informacji o wydaniu: {err}",
|
"newtErrorFetchReleases": "Nie udało się pobrać informacji o wydaniu: {err}",
|
||||||
"newtErrorFetchLatest": "Błąd podczas pobierania najnowszego wydania: {err}",
|
"newtErrorFetchLatest": "Błąd podczas pobierania najnowszego wydania: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Koniec punktu pracy",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Sekret",
|
"newtSecretKey": "Sekret",
|
||||||
"newtVersion": "Wersja",
|
"newtVersion": "Wersja",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Generuj kod resetowania hasła",
|
"generatePasswordResetCode": "Generuj kod resetowania hasła",
|
||||||
"passwordResetCodeGenerated": "Wygenerowany kod resetowania hasła",
|
"passwordResetCodeGenerated": "Wygenerowany kod resetowania hasła",
|
||||||
"passwordResetCodeGeneratedDescription": "Udostępnij ten kod użytkownikowi. Mogą go użyć do zresetowania hasła.",
|
"passwordResetCodeGeneratedDescription": "Udostępnij ten kod użytkownikowi. Mogą go użyć do zresetowania hasła.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "URL resetowania",
|
||||||
"passwordNew": "Nowe hasło",
|
"passwordNew": "Nowe hasło",
|
||||||
"passwordNewConfirm": "Potwierdź nowe hasło",
|
"passwordNewConfirm": "Potwierdź nowe hasło",
|
||||||
"changePassword": "Zmień hasło",
|
"changePassword": "Zmień hasło",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Błąd podczas wylogowywania",
|
"logoutError": "Błąd podczas wylogowywania",
|
||||||
"signingAs": "Zalogowany jako",
|
"signingAs": "Zalogowany jako",
|
||||||
"serverAdmin": "Administrator serwera",
|
"serverAdmin": "Administrator serwera",
|
||||||
|
"promoteServerAdmin": "Promuj na administratora serwera",
|
||||||
|
"promoteServerAdminTitle": "Promuj na Administratora Serwera",
|
||||||
|
"promoteServerAdminQuestion": "Czy na pewno chcesz promować {selectedUser} na administratora serwera?",
|
||||||
|
"promoteServerAdminMessage": "Administratorzy serwera mają najwyższe uprawnienia i mogą zarządzać serwerem.",
|
||||||
|
"promoteServerAdminWarning": "Można to cofnąć w dowolnym momencie przez zdegradowanie użytkownika.",
|
||||||
|
"promoteServerAdminConfirm": "Promuj na Administratora Serwera",
|
||||||
|
"promoteServerAdminSuccess": "Użytkownik Promowany",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} jest teraz administratorem serwera.",
|
||||||
|
"promoteServerAdminError": "Nie udało się promować użytkownika",
|
||||||
|
"demoteServerAdmin": "Zdegraduj z administratora serwera",
|
||||||
|
"demoteServerAdminTitle": "Zdegraduj z Administratora Serwera",
|
||||||
|
"demoteServerAdminQuestion": "Czy na pewno chcesz zdegradować {selectedUser} z administratora serwera?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} straci wszystkie uprawnienia administratora serwera.",
|
||||||
|
"demoteServerAdminWarning": "Można to cofnąć w dowolnym momencie przez promowanie użytkownika.",
|
||||||
|
"demoteServerAdminConfirm": "Zdegraduj z administratora serwera",
|
||||||
|
"demoteServerAdminSuccess": "Użytkownik zdyskredytowany",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} nie jest już administratorem serwera.",
|
||||||
|
"demoteServerAdminError": "Nie udało się zdegradować użytkownika",
|
||||||
"managedSelfhosted": "Zarządzane Samodzielnie-Hostingowane",
|
"managedSelfhosted": "Zarządzane Samodzielnie-Hostingowane",
|
||||||
"otpEnable": "Włącz uwierzytelnianie dwuskładnikowe",
|
"otpEnable": "Włącz uwierzytelnianie dwuskładnikowe",
|
||||||
"otpDisable": "Wyłącz uwierzytelnianie dwuskładnikowe",
|
"otpDisable": "Wyłącz uwierzytelnianie dwuskładnikowe",
|
||||||
@@ -1682,7 +1704,7 @@
|
|||||||
"commandAiProviders": "Dostawcy AI",
|
"commandAiProviders": "Dostawcy AI",
|
||||||
"sidebarVirtualApiKeys": "Wirtualne Klucze API",
|
"sidebarVirtualApiKeys": "Wirtualne Klucze API",
|
||||||
"sidebarMyApiKeys": "Twoje Klucze API",
|
"sidebarMyApiKeys": "Twoje Klucze API",
|
||||||
"sidebarAccount": "Launcher",
|
"sidebarAccount": "Uruchamiacz",
|
||||||
"commandVirtualApiKeys": "Wirtualne Klucze API",
|
"commandVirtualApiKeys": "Wirtualne Klucze API",
|
||||||
"virtualApiKeysTitle": "Zarządzaj Wirtualnymi Kluczami API",
|
"virtualApiKeysTitle": "Zarządzaj Wirtualnymi Kluczami API",
|
||||||
"virtualApiKeysDescription": "Utwórz i zarządzaj ręcznymi kluczami API dla dostępu do publicznych bram AI",
|
"virtualApiKeysDescription": "Utwórz i zarządzaj ręcznymi kluczami API dla dostępu do publicznych bram AI",
|
||||||
@@ -1852,16 +1874,16 @@
|
|||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "OpenRouter",
|
||||||
"aiProviderTypeVercelAiGateway": "Vercel AI Gateway",
|
"aiProviderTypeVercelAiGateway": "Bramka Vercel AI",
|
||||||
"aiProviderTypeCustom": "Niestandardowy",
|
"aiProviderTypeCustom": "Niestandardowy",
|
||||||
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
"aiProviderTypeOpenaiDescription": "API OpenAI",
|
||||||
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
"aiProviderTypeAnthropicDescription": "API Anthropic",
|
||||||
"aiProviderTypeGoogleGeminiDescription": "Google Gemini API",
|
"aiProviderTypeGoogleGeminiDescription": "API Google Gemini",
|
||||||
"aiProviderTypeVertexAiDescription": "Google Vertex AI API",
|
"aiProviderTypeVertexAiDescription": "API Google Vertex AI",
|
||||||
"aiProviderTypeBedrockDescription": "Amazon Bedrock Runtime API",
|
"aiProviderTypeBedrockDescription": "API Amazon Bedrock Runtime",
|
||||||
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry API",
|
"aiProviderTypeMicrosoftFoundryDescription": "API Microsoft Foundry",
|
||||||
"aiProviderTypeOpenRouterDescription": "OpenRouter API",
|
"aiProviderTypeOpenRouterDescription": "API OpenRouter",
|
||||||
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI Gateway API",
|
"aiProviderTypeVercelAiGatewayDescription": "API Bramki Vercel AI",
|
||||||
"aiProviderTypeCustomDescription": "Przynieś swój własny endpoint lub trasę przez cele witryny",
|
"aiProviderTypeCustomDescription": "Przynieś swój własny endpoint lub trasę przez cele witryny",
|
||||||
"aiProviderUpstreamUrl": "URL do góry",
|
"aiProviderUpstreamUrl": "URL do góry",
|
||||||
"aiProviderUpstreamUrlDescription": "Podstawowy URL dla API dostawcy",
|
"aiProviderUpstreamUrlDescription": "Podstawowy URL dla API dostawcy",
|
||||||
@@ -1882,7 +1904,7 @@
|
|||||||
"aiProviderAuthTypeXGoogApiKeyDescription": "nagłówek x-goog-klucz-api. Używane przez Google Gemini",
|
"aiProviderAuthTypeXGoogApiKeyDescription": "nagłówek x-goog-klucz-api. Używane przez Google Gemini",
|
||||||
"aiProviderAuthTypeHec": "Splunk HEC",
|
"aiProviderAuthTypeHec": "Splunk HEC",
|
||||||
"aiProviderAuthTypeHecDescription": "Autoryzacja: klucz Splunk. Używane przez Splunk HTTP Event Collector",
|
"aiProviderAuthTypeHecDescription": "Autoryzacja: klucz Splunk. Używane przez Splunk HTTP Event Collector",
|
||||||
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI Gateway",
|
"aiProviderAuthTypeCfAigAuthorization": "Bramka Cloudflare AI",
|
||||||
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-autoryzacja: klucz Bearer. Używane przez Cloudflare AI Gateway",
|
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-autoryzacja: klucz Bearer. Używane przez Cloudflare AI Gateway",
|
||||||
"aiProviderAuthTypeNone": "Bez autoryzacji",
|
"aiProviderAuthTypeNone": "Bez autoryzacji",
|
||||||
"aiProviderAuthTypePassthrough": "Przejście",
|
"aiProviderAuthTypePassthrough": "Przejście",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Budżet",
|
"resourceBudgetSettings": "Budżet",
|
||||||
"resourceBudgetSettingsDescription": "Skonfiguruj, jak ta brama AI ogranicza użycie na podstawie limitów wydatków lub tokenów",
|
"resourceBudgetSettingsDescription": "Skonfiguruj, jak ta brama AI ogranicza użycie na podstawie limitów wydatków lub tokenów",
|
||||||
"sidebarApiKeys": "Klucze API",
|
"sidebarApiKeys": "Klucze API",
|
||||||
|
"sidebarOrgs": "Organizacje",
|
||||||
"sidebarProvisioning": "Dostarczanie",
|
"sidebarProvisioning": "Dostarczanie",
|
||||||
"sidebarSettings": "Ustawienia",
|
"sidebarSettings": "Ustawienia",
|
||||||
"sidebarAllUsers": "Wszyscy użytkownicy",
|
"sidebarAllUsers": "Wszyscy użytkownicy",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Uruchom Olm na swoim systemie",
|
"clientInstallOlmDescription": "Uruchom Olm na swoim systemie",
|
||||||
"clientOlmCredentials": "Dane logowania",
|
"clientOlmCredentials": "Dane logowania",
|
||||||
"clientOlmCredentialsDescription": "W ten sposób klient będzie uwierzytelniał się z serwerem",
|
"clientOlmCredentialsDescription": "W ten sposób klient będzie uwierzytelniał się z serwerem",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Koniec punktu",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Sekret",
|
"olmSecretKey": "Sekret",
|
||||||
"clientCredentialsSave": "Zapisz dane logowania",
|
"clientCredentialsSave": "Zapisz dane logowania",
|
||||||
@@ -2848,7 +2871,7 @@
|
|||||||
"resourcesTableNoProxyResourcesFound": "Nie znaleziono zasobów proxy.",
|
"resourcesTableNoProxyResourcesFound": "Nie znaleziono zasobów proxy.",
|
||||||
"resourcesTableNoInternalResourcesFound": "Nie znaleziono prywatnych zasobów.",
|
"resourcesTableNoInternalResourcesFound": "Nie znaleziono prywatnych zasobów.",
|
||||||
"resourcesTableDestination": "Miejsce docelowe",
|
"resourcesTableDestination": "Miejsce docelowe",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "Pseudonim",
|
||||||
"resourcesTableAliasAddress": "Adres aliasu",
|
"resourcesTableAliasAddress": "Adres aliasu",
|
||||||
"resourcesTableAliasAddressInfo": "Ten adres jest częścią podsieci użyteczności organizacji. Jest używany do rozwiązywania rekordów aliasu przy użyciu wewnętrznej rozdzielczości DNS.",
|
"resourcesTableAliasAddressInfo": "Ten adres jest częścią podsieci użyteczności organizacji. Jest używany do rozwiązywania rekordów aliasu przy użyciu wewnętrznej rozdzielczości DNS.",
|
||||||
"resourcesTableClients": "Klientami",
|
"resourcesTableClients": "Klientami",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "Adres IP lub nazwa hosta zasobu w sieci witryny.",
|
"editInternalResourceDialogDestinationHostDescription": "Adres IP lub nazwa hosta zasobu w sieci witryny.",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "Adres IP lub nazwa hosta zasobu w sieci witryny.",
|
"editInternalResourceDialogDestinationIPDescription": "Adres IP lub nazwa hosta zasobu w sieci witryny.",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "Zakres CIDR zasobu w sieci witryny.",
|
"editInternalResourceDialogDestinationCidrDescription": "Zakres CIDR zasobu w sieci witryny.",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "Pseudonim",
|
||||||
"editInternalResourceDialogAliasDescription": "Opcjonalny wewnętrzny alias DNS dla tego zasobu.",
|
"editInternalResourceDialogAliasDescription": "Opcjonalny wewnętrzny alias DNS dla tego zasobu.",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "Brak dostępnych stron",
|
"createInternalResourceDialogNoSitesAvailable": "Brak dostępnych stron",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "Musisz mieć co najmniej jedną lokalizację Newt z skonfigurowaną podsiecią, aby tworzyć prywatne zasoby.",
|
"createInternalResourceDialogNoSitesAvailableDescription": "Musisz mieć co najmniej jedną lokalizację Newt z skonfigurowaną podsiecią, aby tworzyć prywatne zasoby.",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "Miejsce docelowe",
|
"createInternalResourceDialogDestination": "Miejsce docelowe",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "Adres IP lub nazwa hosta zasobu w sieci witryny.",
|
"createInternalResourceDialogDestinationHostDescription": "Adres IP lub nazwa hosta zasobu w sieci witryny.",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "Zakres CIDR zasobu w sieci witryny.",
|
"createInternalResourceDialogDestinationCidrDescription": "Zakres CIDR zasobu w sieci witryny.",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "Pseudonim",
|
||||||
"createInternalResourceDialogAliasDescription": "Opcjonalny wewnętrzny alias DNS dla tego zasobu.",
|
"createInternalResourceDialogAliasDescription": "Opcjonalny wewnętrzny alias DNS dla tego zasobu.",
|
||||||
"internalResourceAliasLocalWarning": "Alias kończący się na .local może powodować problemy z rozpoznawaniem z powodu mDNS w niektórych sieciach.",
|
"internalResourceAliasLocalWarning": "Alias kończący się na .local może powodować problemy z rozpoznawaniem z powodu mDNS w niektórych sieciach.",
|
||||||
"internalResourceDownstreamSchemeRequired": "Schemat jest wymagany dla zasobów HTTP",
|
"internalResourceDownstreamSchemeRequired": "Schemat jest wymagany dla zasobów HTTP",
|
||||||
@@ -3091,9 +3114,9 @@
|
|||||||
"regionWesternEurope": "Europa Zachodnia",
|
"regionWesternEurope": "Europa Zachodnia",
|
||||||
"regionOceania": "Oceania",
|
"regionOceania": "Oceania",
|
||||||
"regionAustraliaAndNewZealand": "Australia i Nowa Zelandia",
|
"regionAustraliaAndNewZealand": "Australia i Nowa Zelandia",
|
||||||
"regionMelanesia": "Melanesia",
|
"regionMelanesia": "Melanezja",
|
||||||
"regionMicronesia": "Micronesia",
|
"regionMicronesia": "Mikronezja",
|
||||||
"regionPolynesia": "Polynesia",
|
"regionPolynesia": "Polinezja",
|
||||||
"managedSelfHosted": {
|
"managedSelfHosted": {
|
||||||
"title": "Zarządzane Samodzielnie-Hostingowane",
|
"title": "Zarządzane Samodzielnie-Hostingowane",
|
||||||
"description": "Większa niezawodność i niska konserwacja serwera Pangolin z dodatkowymi dzwonkami i sygnałami",
|
"description": "Większa niezawodność i niska konserwacja serwera Pangolin z dodatkowymi dzwonkami i sygnałami",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Usuń",
|
"roleMappingRemoveRule": "Usuń",
|
||||||
"idpGoogleConfiguration": "Konfiguracja Google",
|
"idpGoogleConfiguration": "Konfiguracja Google",
|
||||||
"idpGoogleConfigurationDescription": "Skonfiguruj dane logowania Google OAuth2",
|
"idpGoogleConfigurationDescription": "Skonfiguruj dane logowania Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Identyfikator klienta Google OAuth2",
|
||||||
"idpGoogleClientSecretDescription": "Klucz tajny klienta Google OAuth2",
|
"idpGoogleClientSecretDescription": "Klucz tajny klienta Google OAuth2",
|
||||||
"idpAzureConfiguration": "Konfiguracja Azure Entra ID",
|
"idpAzureConfiguration": "Konfiguracja Azure Entra ID",
|
||||||
"idpAzureConfigurationDescription": "Skonfiguruj poświadczenia Aure Entra ID OAuth2",
|
"idpAzureConfigurationDescription": "Skonfiguruj poświadczenia Aure Entra ID OAuth2",
|
||||||
"idpTenantId": "ID Najemcy",
|
"idpTenantId": "ID Najemcy",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "identyfikator-najemcy",
|
||||||
"idpAzureTenantIdDescription": "Identyfikator dzierżawcy azure (znaleziony w Azuure Active Directory podglądu)",
|
"idpAzureTenantIdDescription": "Identyfikator dzierżawcy azure (znaleziony w Azuure Active Directory podglądu)",
|
||||||
"idpAzureClientIdDescription": "Identyfikator klienta aplikacji Azure",
|
"idpAzureClientIdDescription": "Identyfikator klienta aplikacji Azure",
|
||||||
"idpAzureClientSecretDescription": "Klucz tajny klienta aplikacji Azure",
|
"idpAzureClientSecretDescription": "Klucz tajny klienta aplikacji Azure",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "Identyfikator klienta aplikacji Azure",
|
"idpAzureClientIdDescription2": "Identyfikator klienta aplikacji Azure",
|
||||||
"idpAzureClientSecretDescription2": "Klucz tajny klienta aplikacji Azure",
|
"idpAzureClientSecretDescription2": "Klucz tajny klienta aplikacji Azure",
|
||||||
"idpGoogleDescription": "Dostawca Google OAuth2/OIDC",
|
"idpGoogleDescription": "Dostawca Google OAuth2/OIDC",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Dostawca Microsoft Azure OAuth2/OIDC",
|
||||||
"subnet": "Podsieć",
|
"subnet": "Podsieć",
|
||||||
"utilitySubnet": "Użyteczna podsieć",
|
"utilitySubnet": "Użyteczna podsieć",
|
||||||
"subnetDescription": "Podsieć dla konfiguracji sieci tej organizacji.",
|
"subnetDescription": "Podsieć dla konfiguracji sieci tej organizacji.",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Priorytet",
|
"priority": "Priorytet",
|
||||||
"priorityDescription": "Najpierw oceniane są trasy priorytetowe. Priorytet = 100 oznacza automatyczne zamawianie (decyzje systemowe). Użyj innego numeru, aby wyegzekwować ręczny priorytet.",
|
"priorityDescription": "Najpierw oceniane są trasy priorytetowe. Priorytet = 100 oznacza automatyczne zamawianie (decyzje systemowe). Użyj innego numeru, aby wyegzekwować ręczny priorytet.",
|
||||||
"instanceName": "Nazwa instancji",
|
"instanceName": "Nazwa instancji",
|
||||||
|
"clearInstanceName": "Reset Server Association",
|
||||||
"pathMatchModalTitle": "Skonfiguruj dopasowanie ścieżki",
|
"pathMatchModalTitle": "Skonfiguruj dopasowanie ścieżki",
|
||||||
"pathMatchModalDescription": "Skonfiguruj sposób dopasowania przychodzących żądań na podstawie ich ścieżki.",
|
"pathMatchModalDescription": "Skonfiguruj sposób dopasowania przychodzących żądań na podstawie ich ścieżki.",
|
||||||
"pathMatchType": "Typ dopasowania",
|
"pathMatchType": "Typ dopasowania",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Dozwolone przez regułę",
|
"allowedByRule": "Dozwolone przez regułę",
|
||||||
"allowedNoAuth": "Dozwolone Brak Auth",
|
"allowedNoAuth": "Dozwolone Brak Auth",
|
||||||
"validAccessToken": "Ważny token dostępu",
|
"validAccessToken": "Ważny token dostępu",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Ważny Nagłówek Auth",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Prawidłowy kod PIN",
|
||||||
"validPassword": "Prawidłowe hasło",
|
"validPassword": "Prawidłowe hasło",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Ważny email",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "Prawidłowe SSO",
|
||||||
"validVirtualAPIKey": "Ważny Wirtualny Klucz API",
|
"validVirtualAPIKey": "Ważny Wirtualny Klucz API",
|
||||||
"view": "Zobacz",
|
"view": "Zobacz",
|
||||||
"configManaged": "Konfiguracja zarządzana",
|
"configManaged": "Konfiguracja zarządzana",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Upuszczone przez regułę",
|
"droppedByRule": "Upuszczone przez regułę",
|
||||||
"noSessions": "Brak sesji",
|
"noSessions": "Brak sesji",
|
||||||
"temporaryRequestToken": "Tymczasowy token żądania",
|
"temporaryRequestToken": "Tymczasowy token żądania",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Brak Ważnej Autoryzacji",
|
||||||
"ip": "IP",
|
"ip": "IP",
|
||||||
"reason": "Powód",
|
"reason": "Powód",
|
||||||
"requestLogs": "Dzienniki żądań HTTP",
|
"requestLogs": "Dzienniki żądań HTTP",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "Regeneracja poświadczeń spowoduje unieważnienie poprzednich danych i spowoduje rozłączenie. Upewnij się, że aktualizacja wszystkich konfiguracji, które używają tych poświadczeń.",
|
"regenerateCredentialsWarning": "Regeneracja poświadczeń spowoduje unieważnienie poprzednich danych i spowoduje rozłączenie. Upewnij się, że aktualizacja wszystkich konfiguracji, które używają tych poświadczeń.",
|
||||||
"confirm": "Potwierdź",
|
"confirm": "Potwierdź",
|
||||||
"regenerateCredentialsConfirmation": "Czy na pewno chcesz wygenerować dane logowania?",
|
"regenerateCredentialsConfirmation": "Czy na pewno chcesz wygenerować dane logowania?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Koniec punktu",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Sekretny klucz",
|
"SecretKey": "Sekretny klucz",
|
||||||
"niceId": "Niepoprawne ID",
|
"niceId": "Niepoprawne ID",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "Wystąpił błąd podczas aktualizowania Nicei ID.",
|
"niceIdUpdateErrorDescription": "Wystąpił błąd podczas aktualizowania Nicei ID.",
|
||||||
"niceIdCannotBeEmpty": "Niepoprawny identyfikator nie może być pusty",
|
"niceIdCannotBeEmpty": "Niepoprawny identyfikator nie może być pusty",
|
||||||
"enterIdentifier": "Wprowadź identyfikator",
|
"enterIdentifier": "Wprowadź identyfikator",
|
||||||
"identifier": "Identifier",
|
"identifier": "Identyfikator",
|
||||||
"deviceLoginUseDifferentAccount": "Nie ty? Użyj innego konta.",
|
"deviceLoginUseDifferentAccount": "Nie ty? Użyj innego konta.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Urządzenie żąda dostępu do tego konta.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Urządzenie żąda dostępu do tego konta.",
|
||||||
"loginSelectAuthenticationMethod": "Wybierz metodę uwierzytelniania aby kontynuować.",
|
"loginSelectAuthenticationMethod": "Wybierz metodę uwierzytelniania aby kontynuować.",
|
||||||
"noData": "Brak danych",
|
"noData": "Brak danych",
|
||||||
"machineClients": "Klienci maszyn",
|
"machineClients": "Klienci maszyn",
|
||||||
"install": "Zainstaluj",
|
"install": "Zainstaluj",
|
||||||
|
"downloadInstaller": "Download Installer",
|
||||||
"run": "Uruchom",
|
"run": "Uruchom",
|
||||||
"envFile": "Plik środowiska",
|
"envFile": "Plik środowiska",
|
||||||
"serviceFile": "Plik serwisu",
|
"serviceFile": "Plik serwisu",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "Wersja jądra",
|
"kernelVersion": "Wersja jądra",
|
||||||
"deviceModel": "Model urządzenia",
|
"deviceModel": "Model urządzenia",
|
||||||
"serialNumber": "Numer seryjny",
|
"serialNumber": "Numer seryjny",
|
||||||
"hostname": "Hostname",
|
"hostname": "Nazwa hosta",
|
||||||
"firstSeen": "Widziany po raz pierwszy",
|
"firstSeen": "Widziany po raz pierwszy",
|
||||||
"lastSeen": "Ostatnio widziane",
|
"lastSeen": "Ostatnio widziane",
|
||||||
"biometricsEnabled": "Biometria włączona",
|
"biometricsEnabled": "Biometria włączona",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Rozłączony",
|
"disconnected": "Rozłączony",
|
||||||
"approvalsEmptyStateTitle": "Zatwierdzanie urządzenia nie włączone",
|
"approvalsEmptyStateTitle": "Zatwierdzanie urządzenia nie włączone",
|
||||||
"approvalsEmptyStateDescription": "Włącz zatwierdzanie urządzeń dla ról aby wymagać zgody administratora, zanim użytkownicy będą mogli podłączyć nowe urządzenia.",
|
"approvalsEmptyStateDescription": "Włącz zatwierdzanie urządzeń dla ról aby wymagać zgody administratora, zanim użytkownicy będą mogli podłączyć nowe urządzenia.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "How to Enable",
|
||||||
"approvalsEmptyStateStep1Title": "Przejdź do ról",
|
"approvalsEmptyStateStep1Title": "Przejdź do ról",
|
||||||
"approvalsEmptyStateStep1Description": "Przejdź do ustawień ról swojej organizacji, aby skonfigurować zatwierdzenia urządzenia.",
|
"approvalsEmptyStateStep1Description": "Przejdź do ustawień ról swojej organizacji, aby skonfigurować zatwierdzenia urządzenia.",
|
||||||
"approvalsEmptyStateStep2Title": "Włącz zatwierdzanie urządzenia",
|
"approvalsEmptyStateStep2Title": "Włącz zatwierdzanie urządzenia",
|
||||||
@@ -4016,8 +4042,8 @@
|
|||||||
"s3DestTabFormat": "Format",
|
"s3DestTabFormat": "Format",
|
||||||
"s3DestNameLabel": "Nazwa",
|
"s3DestNameLabel": "Nazwa",
|
||||||
"s3DestNamePlaceholder": "Moje miejsce docelowe S3",
|
"s3DestNamePlaceholder": "Moje miejsce docelowe S3",
|
||||||
"s3DestAccessKeyIdLabel": "AWS Access Key ID",
|
"s3DestAccessKeyIdLabel": "AWS Identyfikator dostępu do klucza",
|
||||||
"s3DestSecretAccessKeyLabel": "AWS Secret Access Key",
|
"s3DestSecretAccessKeyLabel": "AWS Sekretny Klucz Dostępu",
|
||||||
"s3DestSecretAccessKeyPlaceholder": "Twój AWS Secret Access Key",
|
"s3DestSecretAccessKeyPlaceholder": "Twój AWS Secret Access Key",
|
||||||
"s3DestRegionLabel": "Region AWS",
|
"s3DestRegionLabel": "Region AWS",
|
||||||
"s3DestBucketLabel": "Nazwa kubła",
|
"s3DestBucketLabel": "Nazwa kubła",
|
||||||
@@ -4166,7 +4192,7 @@
|
|||||||
"webhookUrlLabel": "URL",
|
"webhookUrlLabel": "URL",
|
||||||
"webhookHeaderKeyPlaceholder": "Klucz",
|
"webhookHeaderKeyPlaceholder": "Klucz",
|
||||||
"webhookHeaderValuePlaceholder": "Wartość",
|
"webhookHeaderValuePlaceholder": "Wartość",
|
||||||
"alertLabel": "Alert",
|
"alertLabel": "Alarm",
|
||||||
"domainPickerWildcardSubdomainNotAllowed": "Uniwersalne subdomeny nie są dozwolone.",
|
"domainPickerWildcardSubdomainNotAllowed": "Uniwersalne subdomeny nie są dozwolone.",
|
||||||
"domainPickerWildcardCertWarning": "Uniwersalne zasoby mogą wymagać dodatkowej konfiguracji, aby działać poprawnie.",
|
"domainPickerWildcardCertWarning": "Uniwersalne zasoby mogą wymagać dodatkowej konfiguracji, aby działać poprawnie.",
|
||||||
"domainPickerWildcardCertWarningLink": "Dowiedz się więcej",
|
"domainPickerWildcardCertWarningLink": "Dowiedz się więcej",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Przeglądaj jako Administrator",
|
"resourceLauncherViewAsAdmin": "Przeglądaj jako Administrator",
|
||||||
"resourceLauncherResourceDetailsDescription": "Informacje i status połączenia dla tego zasobu.",
|
"resourceLauncherResourceDetailsDescription": "Informacje i status połączenia dla tego zasobu.",
|
||||||
"resourceLauncherResourceDetails": "Szczegóły zasobów",
|
"resourceLauncherResourceDetails": "Szczegóły zasobów",
|
||||||
|
"resourceLauncherSitesDescription": "Zasoby są dostępne na następujących stronach.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Przeglądaj stronę jako Administrator",
|
||||||
|
"resourceLauncherFilterBySite": "Filtruj według strony",
|
||||||
|
"resourceLauncherSshCommand": "Komenda SSH",
|
||||||
|
"resourceLauncherSshCommandDescription": "Użyj CLI Pangolin, aby otworzyć sesję SSH dla tego zasobu.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Metody uwierzytelniania włączone dla tego zasobu.",
|
"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.",
|
"resourceLauncherPrivateClientRequired": "Połącz się z klientem na swoim urządzeniu, aby uzyskać dostęp do tego zasobu prywatnie.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Wymagane połączenie z klientem",
|
"resourceLauncherPrivateClientRequiredTitle": "Wymagane połączenie z klientem",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Tryb klawiatury Unicode",
|
"rdpUnicodeKeyboardMode": "Tryb klawiatury Unicode",
|
||||||
"sessionToolbarShow": "Pokaż pasek narzędzi",
|
"sessionToolbarShow": "Pokaż pasek narzędzi",
|
||||||
"sessionToolbarHide": "Ukryj pasek narzędzi",
|
"sessionToolbarHide": "Ukryj pasek narzędzi",
|
||||||
"actionUpdateSiteApprovals": "Zaktualizuj zgody na stronę"
|
"actionUpdateSiteApprovals": "Zaktualizuj zgody na stronę",
|
||||||
|
"check": "Sprawdź"
|
||||||
}
|
}
|
||||||
|
|||||||
+63
-31
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Alvos neste site",
|
"siteResourcesTargetsOnSite": "Alvos neste site",
|
||||||
"siteSetting": "Configurações do {siteName}",
|
"siteSetting": "Configurações do {siteName}",
|
||||||
"siteNewtTunnel": "Novo Site (Recomendado)",
|
"siteNewtTunnel": "Novo Site (Recomendado)",
|
||||||
|
"pangolinSite": "Site Pangolin",
|
||||||
"siteNewtTunnelDescription": "Maneira mais fácil de criar um ponto de entrada em qualquer rede. Nenhuma configuração extra.",
|
"siteNewtTunnelDescription": "Maneira mais fácil de criar um ponto de entrada em qualquer rede. Nenhuma configuração extra.",
|
||||||
"siteWg": "WireGuard Básico",
|
"siteWg": "WireGuard Básico",
|
||||||
"siteWgDescription": "Use qualquer cliente do WireGuard para estabelecer um túnel. Configuração manual NAT é necessária.",
|
"siteWgDescription": "Use qualquer cliente do WireGuard para estabelecer um túnel. Configuração manual NAT é necessária.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Excluir Chave API",
|
"apiKeysDelete": "Excluir Chave API",
|
||||||
"apiKeysManage": "Gerir Chaves API",
|
"apiKeysManage": "Gerir Chaves API",
|
||||||
"apiKeysDescription": "As chaves API são usadas para autenticar com a API de integração",
|
"apiKeysDescription": "As chaves API são usadas para autenticar com a API de integração",
|
||||||
|
"orgsManage": "Gerir Organizações",
|
||||||
|
"orgsDescription": "Ver e gerir todas as organizações nesta instância",
|
||||||
"provisioningKeysTitle": "Chave de provisionamento",
|
"provisioningKeysTitle": "Chave de provisionamento",
|
||||||
"provisioningKeysManage": "Gerenciar chaves de provisionamento",
|
"provisioningKeysManage": "Gerenciar chaves de provisionamento",
|
||||||
"provisioningKeysDescription": "Chaves de provisionamento são usadas para autenticar o provisionamento automatizado do site para sua organização.",
|
"provisioningKeysDescription": "Chaves de provisionamento são usadas para autenticar o provisionamento automatizado do site para sua organização.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Nome (Opcional)",
|
"nameOptional": "Nome (Opcional)",
|
||||||
"accessControls": "Controlos de Acesso",
|
"accessControls": "Controlos de Acesso",
|
||||||
"userDescription2": "Gerir as configurações deste utilizador",
|
"userDescription2": "Gerir as configurações deste utilizador",
|
||||||
|
"userGeneralSettingsDescription": "Gerir os papéis e configurações deste usuário na organização",
|
||||||
"accessRoleErrorAdd": "Falha ao adicionar utilizador à função",
|
"accessRoleErrorAdd": "Falha ao adicionar utilizador à função",
|
||||||
"accessRoleErrorAddDescription": "Ocorreu um erro ao adicionar utilizador à função.",
|
"accessRoleErrorAddDescription": "Ocorreu um erro ao adicionar utilizador à função.",
|
||||||
"userSaved": "Usuário salvo",
|
"userSaved": "Usuário salvo",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Nome do Servidor TLS inválido. Use o formato de nome de domínio ou salve vazio para remover o Nome do Servidor TLS.",
|
"proxyErrorTls": "Nome do Servidor TLS inválido. Use o formato de nome de domínio ou salve vazio para remover o Nome do Servidor TLS.",
|
||||||
"proxyEnableSSL": "Ativar TLS",
|
"proxyEnableSSL": "Ativar TLS",
|
||||||
"proxyEnableSSLDescription": "Habilitar criptografia SSL/TLS para conexões HTTPS seguras aos alvos.",
|
"proxyEnableSSLDescription": "Habilitar criptografia SSL/TLS para conexões HTTPS seguras aos alvos.",
|
||||||
"target": "Target",
|
"target": "Alvo",
|
||||||
"configureTarget": "Configurar Alvos",
|
"configureTarget": "Configurar Alvos",
|
||||||
"targetErrorFetch": "Falha ao buscar alvos",
|
"targetErrorFetch": "Falha ao buscar alvos",
|
||||||
"targetErrorFetchDescription": "Ocorreu um erro ao buscar alvos",
|
"targetErrorFetchDescription": "Ocorreu um erro ao buscar alvos",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Quando as regras estão desativadas, todo o tráfego passa para a autenticação.",
|
"policyAccessRulesFallthroughOff": "Quando as regras estão desativadas, todo o tráfego passa para a autenticação.",
|
||||||
"policyAccessRulesFallthroughOn": "Quando nenhuma regra corresponde, o tráfego passa para a autenticação.",
|
"policyAccessRulesFallthroughOn": "Quando nenhuma regra corresponde, o tráfego passa para a autenticação.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/administrador/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Guardar Regras",
|
"rulesSave": "Guardar Regras",
|
||||||
"resourceErrorCreate": "Erro ao criar recurso",
|
"resourceErrorCreate": "Erro ao criar recurso",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Gerar código de redefinição de senha",
|
"generatePasswordResetCode": "Gerar código de redefinição de senha",
|
||||||
"passwordResetCodeGenerated": "Código de redefinição de senha gerado",
|
"passwordResetCodeGenerated": "Código de redefinição de senha gerado",
|
||||||
"passwordResetCodeGeneratedDescription": "Compartilhe este código com o usuário. Eles podem usá-lo para redefinir sua senha.",
|
"passwordResetCodeGeneratedDescription": "Compartilhe este código com o usuário. Eles podem usá-lo para redefinir sua senha.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "Redefinir URL",
|
||||||
"passwordNew": "Nova Palavra-passe",
|
"passwordNew": "Nova Palavra-passe",
|
||||||
"passwordNewConfirm": "Confirmar Nova Palavra-passe",
|
"passwordNewConfirm": "Confirmar Nova Palavra-passe",
|
||||||
"changePassword": "Mudar a senha",
|
"changePassword": "Mudar a senha",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Erro ao terminar sessão",
|
"logoutError": "Erro ao terminar sessão",
|
||||||
"signingAs": "Sessão iniciada como",
|
"signingAs": "Sessão iniciada como",
|
||||||
"serverAdmin": "Administrador do Servidor",
|
"serverAdmin": "Administrador do Servidor",
|
||||||
|
"promoteServerAdmin": "Promover a Administrador do Servidor",
|
||||||
|
"promoteServerAdminTitle": "Promover a Administrador do Servidor",
|
||||||
|
"promoteServerAdminQuestion": "Tem certeza que deseja promover {selectedUser} a administrador do servidor?",
|
||||||
|
"promoteServerAdminMessage": "Os administradores de servidor têm os privilégios mais altos e podem gerir o servidor.",
|
||||||
|
"promoteServerAdminWarning": "Isso pode ser desfeito a qualquer momento ao rebaixar o usuário.",
|
||||||
|
"promoteServerAdminConfirm": "Promover a Administrador do Servidor",
|
||||||
|
"promoteServerAdminSuccess": "Usuário Promovido",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} agora é um administrador do servidor.",
|
||||||
|
"promoteServerAdminError": "Falha ao promover o usuário",
|
||||||
|
"demoteServerAdmin": "Rebaixar de Administrador do Servidor",
|
||||||
|
"demoteServerAdminTitle": "Rebaixar de Administrador do Servidor",
|
||||||
|
"demoteServerAdminQuestion": "Tem certeza que deseja rebaixar {selectedUser} de administrador do servidor?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} perderá todos os privilégios de administrador do servidor.",
|
||||||
|
"demoteServerAdminWarning": "Isso pode ser desfeito a qualquer momento ao promover o usuário.",
|
||||||
|
"demoteServerAdminConfirm": "Rebaixar de administrador do servidor",
|
||||||
|
"demoteServerAdminSuccess": "Usuário Rebaixado",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} não é mais um administrador do servidor.",
|
||||||
|
"demoteServerAdminError": "Falha ao rebaixar o usuário",
|
||||||
"managedSelfhosted": "Gerenciado Auto-Hospedado",
|
"managedSelfhosted": "Gerenciado Auto-Hospedado",
|
||||||
"otpEnable": "Ativar Autenticação de Dois Fatores",
|
"otpEnable": "Ativar Autenticação de Dois Fatores",
|
||||||
"otpDisable": "Desativar Autenticação de Dois Fatores",
|
"otpDisable": "Desativar Autenticação de Dois Fatores",
|
||||||
@@ -1797,7 +1819,7 @@
|
|||||||
"aiClientConfigTabManual": "Configuração Manual",
|
"aiClientConfigTabManual": "Configuração Manual",
|
||||||
"aiClientConfigPreset": "Configuração",
|
"aiClientConfigPreset": "Configuração",
|
||||||
"aiClientConfigStep": "Etapa {number}",
|
"aiClientConfigStep": "Etapa {number}",
|
||||||
"aiClientConfigEndpointPlaceholder": "https://example.resource.url.com",
|
"aiClientConfigEndpointPlaceholder": "https://exemplo.recurso.url.com",
|
||||||
"aiClientConfigPlaceholderWarning": "Este snippet inclui valores de exemplo, como um nome de modelo ou URL de recurso. Substitua-os pelos seus antes de usá-lo.",
|
"aiClientConfigPlaceholderWarning": "Este snippet inclui valores de exemplo, como um nome de modelo ou URL de recurso. Substitua-os pelos seus antes de usá-lo.",
|
||||||
"aiClientConfigRevealError": "Não foi possível carregar sua chave API.",
|
"aiClientConfigRevealError": "Não foi possível carregar sua chave API.",
|
||||||
"aiClientConfigRevealRetry": "Tente novamente",
|
"aiClientConfigRevealRetry": "Tente novamente",
|
||||||
@@ -1837,7 +1859,7 @@
|
|||||||
"aiBudgetPeriodYearly": "Anual",
|
"aiBudgetPeriodYearly": "Anual",
|
||||||
"aiBudgetPeriodLifetime": "Por toda a vida",
|
"aiBudgetPeriodLifetime": "Por toda a vida",
|
||||||
"aiBudgetUnitUsd": "USD",
|
"aiBudgetUnitUsd": "USD",
|
||||||
"aiBudgetUnitTokens": "Tokens",
|
"aiBudgetUnitTokens": "Identificadores",
|
||||||
"aiBudgetConflictError": "Já existe um orçamento para este período de reinicialização e tipo de gasto",
|
"aiBudgetConflictError": "Já existe um orçamento para este período de reinicialização e tipo de gasto",
|
||||||
"aiBudgetInvalidAmountError": "Digite um gasto máximo maior que 0",
|
"aiBudgetInvalidAmountError": "Digite um gasto máximo maior que 0",
|
||||||
"aiBudgetUpdated": "Orçamentos atualizados",
|
"aiBudgetUpdated": "Orçamentos atualizados",
|
||||||
@@ -1848,7 +1870,7 @@
|
|||||||
"aiProviderTypeOpenai": "OpenAI",
|
"aiProviderTypeOpenai": "OpenAI",
|
||||||
"aiProviderTypeAnthropic": "Antropic",
|
"aiProviderTypeAnthropic": "Antropic",
|
||||||
"aiProviderTypeGoogleGemini": "Google Gemini",
|
"aiProviderTypeGoogleGemini": "Google Gemini",
|
||||||
"aiProviderTypeVertexAi": "Vertex AI",
|
"aiProviderTypeVertexAi": "Vertex IA",
|
||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "OpenRouter",
|
||||||
@@ -1905,7 +1927,7 @@
|
|||||||
"aiProviderBudgetAmount": "Valor do Orçamento",
|
"aiProviderBudgetAmount": "Valor do Orçamento",
|
||||||
"aiProviderBudgetUnit": "Unidade de Orçamento",
|
"aiProviderBudgetUnit": "Unidade de Orçamento",
|
||||||
"aiProviderBudgetUnitUsd": "USD",
|
"aiProviderBudgetUnitUsd": "USD",
|
||||||
"aiProviderBudgetUnitTokens": "Tokens",
|
"aiProviderBudgetUnitTokens": "Identificadores",
|
||||||
"aiProviderEnabled": "Ativado",
|
"aiProviderEnabled": "Ativado",
|
||||||
"aiProviderEnabledDescription": "Desativar totalmente este provedor em todos os recursos",
|
"aiProviderEnabledDescription": "Desativar totalmente este provedor em todos os recursos",
|
||||||
"aiProviderErrorCreate": "Falha ao criar provedor de IA",
|
"aiProviderErrorCreate": "Falha ao criar provedor de IA",
|
||||||
@@ -2053,7 +2075,7 @@
|
|||||||
"aiUsageTokenTypeReasoning": "Raciocínio",
|
"aiUsageTokenTypeReasoning": "Raciocínio",
|
||||||
"aiUsageRequests": "Solicitações",
|
"aiUsageRequests": "Solicitações",
|
||||||
"aiUsageCost": "Custo",
|
"aiUsageCost": "Custo",
|
||||||
"aiUsageTokens": "Tokens",
|
"aiUsageTokens": "Identificadores",
|
||||||
"aiUsageOther": "Outro",
|
"aiUsageOther": "Outro",
|
||||||
"aiUsageTotalRequests": "Total de Solicitações",
|
"aiUsageTotalRequests": "Total de Solicitações",
|
||||||
"aiUsageTotalTokens": "Total de Tokens",
|
"aiUsageTotalTokens": "Total de Tokens",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Orçamento",
|
"resourceBudgetSettings": "Orçamento",
|
||||||
"resourceBudgetSettingsDescription": "Configure como este gateway de IA restringe o uso com base em gastos ou limites de tokens",
|
"resourceBudgetSettingsDescription": "Configure como este gateway de IA restringe o uso com base em gastos ou limites de tokens",
|
||||||
"sidebarApiKeys": "Chaves API",
|
"sidebarApiKeys": "Chaves API",
|
||||||
|
"sidebarOrgs": "Organizações",
|
||||||
"sidebarProvisioning": "Provisionamento",
|
"sidebarProvisioning": "Provisionamento",
|
||||||
"sidebarSettings": "Configurações",
|
"sidebarSettings": "Configurações",
|
||||||
"sidebarAllUsers": "Todos os utilizadores",
|
"sidebarAllUsers": "Todos os utilizadores",
|
||||||
@@ -2353,7 +2376,7 @@
|
|||||||
"containerImage": "Imagem:",
|
"containerImage": "Imagem:",
|
||||||
"containerState": "Estado:",
|
"containerState": "Estado:",
|
||||||
"containerNetworks": "Redes",
|
"containerNetworks": "Redes",
|
||||||
"containerHostnameIp": "Hostname/IP",
|
"containerHostnameIp": "Nome do host/IP",
|
||||||
"containerLabels": "Marcadores",
|
"containerLabels": "Marcadores",
|
||||||
"containerLabelsCount": "{count, plural, one {# rótulo} other {# rótulos}}",
|
"containerLabelsCount": "{count, plural, one {# rótulo} other {# rótulos}}",
|
||||||
"containerLabelsTitle": "Etiquetas do Contêiner",
|
"containerLabelsTitle": "Etiquetas do Contêiner",
|
||||||
@@ -2661,7 +2684,7 @@
|
|||||||
"keepMeInTheLoop": "Mantenha-me à disposição com notícias, atualizações e novos recursos por e-mail."
|
"keepMeInTheLoop": "Mantenha-me à disposição com notícias, atualizações e novos recursos por e-mail."
|
||||||
},
|
},
|
||||||
"siteRequired": "Site é obrigatório.",
|
"siteRequired": "Site é obrigatório.",
|
||||||
"olmTunnel": "Olm Tunnel",
|
"olmTunnel": "Túnel Olm",
|
||||||
"olmTunnelDescription": "Use Olm para conectividade do cliente",
|
"olmTunnelDescription": "Use Olm para conectividade do cliente",
|
||||||
"errorCreatingClient": "Erro ao criar cliente",
|
"errorCreatingClient": "Erro ao criar cliente",
|
||||||
"clientDefaultsNotFound": "Padrões do cliente não encontrados",
|
"clientDefaultsNotFound": "Padrões do cliente não encontrados",
|
||||||
@@ -2848,7 +2871,7 @@
|
|||||||
"resourcesTableNoProxyResourcesFound": "Nenhum recurso de proxy encontrado.",
|
"resourcesTableNoProxyResourcesFound": "Nenhum recurso de proxy encontrado.",
|
||||||
"resourcesTableNoInternalResourcesFound": "Nenhum recurso privado encontrado.",
|
"resourcesTableNoInternalResourcesFound": "Nenhum recurso privado encontrado.",
|
||||||
"resourcesTableDestination": "Destino",
|
"resourcesTableDestination": "Destino",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "Apelido",
|
||||||
"resourcesTableAliasAddress": "Endereço do Pseudônimo",
|
"resourcesTableAliasAddress": "Endereço do Pseudônimo",
|
||||||
"resourcesTableAliasAddressInfo": "Este endereço faz parte da sub-rede de utilitários da organização. É usado para resolver registros de alias usando resolução de DNS interno.",
|
"resourcesTableAliasAddressInfo": "Este endereço faz parte da sub-rede de utilitários da organização. É usado para resolver registros de alias usando resolução de DNS interno.",
|
||||||
"resourcesTableClients": "Clientes",
|
"resourcesTableClients": "Clientes",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "O endereço IP ou o nome do host do recurso na rede do site.",
|
"editInternalResourceDialogDestinationHostDescription": "O endereço IP ou o nome do host do recurso na rede do site.",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "O IP ou endereço do hostname do recurso na rede do site.",
|
"editInternalResourceDialogDestinationIPDescription": "O IP ou endereço do hostname do recurso na rede do site.",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "A faixa CIDR do recurso na rede do site.",
|
"editInternalResourceDialogDestinationCidrDescription": "A faixa CIDR do recurso na rede do site.",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "Apelido",
|
||||||
"editInternalResourceDialogAliasDescription": "Um alias de DNS interno opcional para este recurso.",
|
"editInternalResourceDialogAliasDescription": "Um alias de DNS interno opcional para este recurso.",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "Nenhum Site Disponível",
|
"createInternalResourceDialogNoSitesAvailable": "Nenhum Site Disponível",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "Você precisa ter pelo menos um site Newt com uma sub-rede configurada para criar recursos privados.",
|
"createInternalResourceDialogNoSitesAvailableDescription": "Você precisa ter pelo menos um site Newt com uma sub-rede configurada para criar recursos privados.",
|
||||||
@@ -2907,7 +2930,7 @@
|
|||||||
"privateResourceAllowIcmpPing": "Permitir ICMP Ping",
|
"privateResourceAllowIcmpPing": "Permitir ICMP Ping",
|
||||||
"privateResourceNetworkAccess": "Acesso à Rede",
|
"privateResourceNetworkAccess": "Acesso à Rede",
|
||||||
"privateResourceNetworkAccessDescription": "Controlar o acesso à porta TCP/UDP e se o ICMP ping é permitido para este recurso.",
|
"privateResourceNetworkAccessDescription": "Controlar o acesso à porta TCP/UDP e se o ICMP ping é permitido para este recurso.",
|
||||||
"hostSettings": "Host",
|
"hostSettings": "Servidor",
|
||||||
"cidrSettings": "CIDR",
|
"cidrSettings": "CIDR",
|
||||||
"createInternalResourceDialogResourceProperties": "Propriedades do Recurso",
|
"createInternalResourceDialogResourceProperties": "Propriedades do Recurso",
|
||||||
"createInternalResourceDialogName": "Nome",
|
"createInternalResourceDialogName": "Nome",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "Destino",
|
"createInternalResourceDialogDestination": "Destino",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "O endereço IP ou o nome do host do recurso na rede do site.",
|
"createInternalResourceDialogDestinationHostDescription": "O endereço IP ou o nome do host do recurso na rede do site.",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "A faixa CIDR do recurso na rede do site.",
|
"createInternalResourceDialogDestinationCidrDescription": "A faixa CIDR do recurso na rede do site.",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "Apelido",
|
||||||
"createInternalResourceDialogAliasDescription": "Um alias de DNS interno opcional para este recurso.",
|
"createInternalResourceDialogAliasDescription": "Um alias de DNS interno opcional para este recurso.",
|
||||||
"internalResourceAliasLocalWarning": "Os aliases terminando em .local podem causar problemas de resolução devido ao mDNS em algumas redes.",
|
"internalResourceAliasLocalWarning": "Os aliases terminando em .local podem causar problemas de resolução devido ao mDNS em algumas redes.",
|
||||||
"internalResourceDownstreamSchemeRequired": "Esquema é obrigatório para recursos HTTP",
|
"internalResourceDownstreamSchemeRequired": "Esquema é obrigatório para recursos HTTP",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Remover",
|
"roleMappingRemoveRule": "Remover",
|
||||||
"idpGoogleConfiguration": "Configuração do Google",
|
"idpGoogleConfiguration": "Configuração do Google",
|
||||||
"idpGoogleConfigurationDescription": "Configurar as credenciais do Google OAuth2",
|
"idpGoogleConfigurationDescription": "Configurar as credenciais do Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "ID de Cliente OAuth2 do Google",
|
||||||
"idpGoogleClientSecretDescription": "Segredo de cliente OAuth2 do Google",
|
"idpGoogleClientSecretDescription": "Segredo de cliente OAuth2 do Google",
|
||||||
"idpAzureConfiguration": "Configuração de ID do Azure Entra",
|
"idpAzureConfiguration": "Configuração de ID do Azure Entra",
|
||||||
"idpAzureConfigurationDescription": "Configurar credenciais do Azure Entra ID OAuth2",
|
"idpAzureConfigurationDescription": "Configurar credenciais do Azure Entra ID OAuth2",
|
||||||
"idpTenantId": "ID do Inquilino",
|
"idpTenantId": "ID do Inquilino",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "id do inquilino",
|
||||||
"idpAzureTenantIdDescription": "ID do tenant Azure (encontrado na visão geral do diretório ativo Azure)",
|
"idpAzureTenantIdDescription": "ID do tenant Azure (encontrado na visão geral do diretório ativo Azure)",
|
||||||
"idpAzureClientIdDescription": "ID cliente de registro do aplicativo Azure",
|
"idpAzureClientIdDescription": "ID cliente de registro do aplicativo Azure",
|
||||||
"idpAzureClientSecretDescription": "Segredo cliente de registro do Azure App",
|
"idpAzureClientSecretDescription": "Segredo cliente de registro do Azure App",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "ID cliente de registro do aplicativo Azure",
|
"idpAzureClientIdDescription2": "ID cliente de registro do aplicativo Azure",
|
||||||
"idpAzureClientSecretDescription2": "Segredo cliente de registro do Azure App",
|
"idpAzureClientSecretDescription2": "Segredo cliente de registro do Azure App",
|
||||||
"idpGoogleDescription": "Provedor Google OAuth2/OIDC",
|
"idpGoogleDescription": "Provedor Google OAuth2/OIDC",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Provedor Microsoft Azure OAuth2/OIDC",
|
||||||
"subnet": "Sub-rede",
|
"subnet": "Sub-rede",
|
||||||
"utilitySubnet": "Sub-rede de utilidade",
|
"utilitySubnet": "Sub-rede de utilidade",
|
||||||
"subnetDescription": "A sub-rede para a configuração de rede dessa organização.",
|
"subnetDescription": "A sub-rede para a configuração de rede dessa organização.",
|
||||||
@@ -3228,7 +3251,7 @@
|
|||||||
"domainPickerFreeDomainsPaidFeature": "Os domínios fornecidos são um recurso pago. Assine para obter um domínio incluído no seu plano - não há necessidade de trazer o seu próprio.",
|
"domainPickerFreeDomainsPaidFeature": "Os domínios fornecidos são um recurso pago. Assine para obter um domínio incluído no seu plano - não há necessidade de trazer o seu próprio.",
|
||||||
"domainPickerVerified": "Verificada",
|
"domainPickerVerified": "Verificada",
|
||||||
"domainPickerUnverified": "Não verificado",
|
"domainPickerUnverified": "Não verificado",
|
||||||
"domainPickerManual": "Manual",
|
"domainPickerManual": "Manualmente",
|
||||||
"domainPickerInvalidSubdomainStructure": "Caracteres inválidos serão sanitizados ao serem salvos.",
|
"domainPickerInvalidSubdomainStructure": "Caracteres inválidos serão sanitizados ao serem salvos.",
|
||||||
"domainPickerError": "ERRO",
|
"domainPickerError": "ERRO",
|
||||||
"domainPickerErrorLoadDomains": "Falha ao carregar domínios da organização",
|
"domainPickerErrorLoadDomains": "Falha ao carregar domínios da organização",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Prioridade",
|
"priority": "Prioridade",
|
||||||
"priorityDescription": "Rotas de alta prioridade são avaliadas primeiro. Prioridade = 100 significa ordem automática (decisões do sistema). Use outro número para aplicar prioridade manual.",
|
"priorityDescription": "Rotas de alta prioridade são avaliadas primeiro. Prioridade = 100 significa ordem automática (decisões do sistema). Use outro número para aplicar prioridade manual.",
|
||||||
"instanceName": "Nome da Instância",
|
"instanceName": "Nome da Instância",
|
||||||
|
"clearInstanceName": "Resetar Associação do Servidor",
|
||||||
"pathMatchModalTitle": "Configurar Correspondência de Caminho",
|
"pathMatchModalTitle": "Configurar Correspondência de Caminho",
|
||||||
"pathMatchModalDescription": "Configure como as solicitações de entrada devem ser correspondidas com base no caminho.",
|
"pathMatchModalDescription": "Configure como as solicitações de entrada devem ser correspondidas com base no caminho.",
|
||||||
"pathMatchType": "Tipo de Correspondência",
|
"pathMatchType": "Tipo de Correspondência",
|
||||||
@@ -3524,7 +3548,7 @@
|
|||||||
"searchLogs": "Pesquisar registros...",
|
"searchLogs": "Pesquisar registros...",
|
||||||
"action": "Acão",
|
"action": "Acão",
|
||||||
"actor": "Ator",
|
"actor": "Ator",
|
||||||
"timestamp": "Timestamp",
|
"timestamp": "Carimbo de data/hora",
|
||||||
"accessLogs": "Logs de Acesso",
|
"accessLogs": "Logs de Acesso",
|
||||||
"exportCsv": "Exportar como CSV",
|
"exportCsv": "Exportar como CSV",
|
||||||
"exportError": "Erro desconhecido ao exportar CSV",
|
"exportError": "Erro desconhecido ao exportar CSV",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Permitido por regra",
|
"allowedByRule": "Permitido por regra",
|
||||||
"allowedNoAuth": "Não Permitido Nenhuma Autenticação",
|
"allowedNoAuth": "Não Permitido Nenhuma Autenticação",
|
||||||
"validAccessToken": "Token de acesso válido",
|
"validAccessToken": "Token de acesso válido",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Autenticação de Cabeçalho Válido",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Código PIN Válido",
|
||||||
"validPassword": "Senha válida",
|
"validPassword": "Senha válida",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Email válido",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "SSO Válido",
|
||||||
"validVirtualAPIKey": "Chave de API Virtual Válida",
|
"validVirtualAPIKey": "Chave de API Virtual Válida",
|
||||||
"view": "Visualizar",
|
"view": "Visualizar",
|
||||||
"configManaged": "Configuração Gerenciada",
|
"configManaged": "Configuração Gerenciada",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Derrubado pela regra",
|
"droppedByRule": "Derrubado pela regra",
|
||||||
"noSessions": "Sem Sessões",
|
"noSessions": "Sem Sessões",
|
||||||
"temporaryRequestToken": "Token de solicitação temporária",
|
"temporaryRequestToken": "Token de solicitação temporária",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Sem Autenticação Válida",
|
||||||
"ip": "PI",
|
"ip": "PI",
|
||||||
"reason": "Motivo",
|
"reason": "Motivo",
|
||||||
"requestLogs": "Registros de Pedidos HTTP",
|
"requestLogs": "Registros de Pedidos HTTP",
|
||||||
@@ -3574,7 +3598,7 @@
|
|||||||
"model": "Modelo",
|
"model": "Modelo",
|
||||||
"virtualApiKey": "Chave de API Virtual",
|
"virtualApiKey": "Chave de API Virtual",
|
||||||
"noVirtualApiKey": "Sem chave de API virtual",
|
"noVirtualApiKey": "Sem chave de API virtual",
|
||||||
"stream": "Stream",
|
"stream": "Transmissão",
|
||||||
"streaming": "Transmitindo",
|
"streaming": "Transmitindo",
|
||||||
"nonStreaming": "Não-streaming",
|
"nonStreaming": "Não-streaming",
|
||||||
"statusCode": "Código de Status",
|
"statusCode": "Código de Status",
|
||||||
@@ -3751,7 +3775,7 @@
|
|||||||
"confirm": "Confirmar",
|
"confirm": "Confirmar",
|
||||||
"regenerateCredentialsConfirmation": "Você tem certeza que deseja recriar as credenciais?",
|
"regenerateCredentialsConfirmation": "Você tem certeza que deseja recriar as credenciais?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Endpoint",
|
||||||
"Id": "Id",
|
"Id": "ID",
|
||||||
"SecretKey": "Chave secreta",
|
"SecretKey": "Chave secreta",
|
||||||
"niceId": "Belo ID",
|
"niceId": "Belo ID",
|
||||||
"niceIdUpdated": "Bom ID atualizado",
|
"niceIdUpdated": "Bom ID atualizado",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "Ocorreu um erro ao atualizar a ID de Nice.",
|
"niceIdUpdateErrorDescription": "Ocorreu um erro ao atualizar a ID de Nice.",
|
||||||
"niceIdCannotBeEmpty": "Bom ID não pode estar vazio",
|
"niceIdCannotBeEmpty": "Bom ID não pode estar vazio",
|
||||||
"enterIdentifier": "Inserir identificador",
|
"enterIdentifier": "Inserir identificador",
|
||||||
"identifier": "Identifier",
|
"identifier": "Identificador",
|
||||||
"deviceLoginUseDifferentAccount": "Não é você? Use uma conta diferente.",
|
"deviceLoginUseDifferentAccount": "Não é você? Use uma conta diferente.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Um dispositivo está solicitando acesso a essa conta.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Um dispositivo está solicitando acesso a essa conta.",
|
||||||
"loginSelectAuthenticationMethod": "Selecione um método de autenticação para continuar.",
|
"loginSelectAuthenticationMethod": "Selecione um método de autenticação para continuar.",
|
||||||
"noData": "Nenhum dado encontrado",
|
"noData": "Nenhum dado encontrado",
|
||||||
"machineClients": "Clientes de máquina",
|
"machineClients": "Clientes de máquina",
|
||||||
"install": "Instale",
|
"install": "Instale",
|
||||||
|
"downloadInstaller": "Baixar Instalador",
|
||||||
"run": "Executar",
|
"run": "Executar",
|
||||||
"envFile": "Arquivo de Ambiente",
|
"envFile": "Arquivo de Ambiente",
|
||||||
"serviceFile": "Arquivo de Serviço",
|
"serviceFile": "Arquivo de Serviço",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "Versão do Kernel",
|
"kernelVersion": "Versão do Kernel",
|
||||||
"deviceModel": "Modelo do dispositivo",
|
"deviceModel": "Modelo do dispositivo",
|
||||||
"serialNumber": "Número de Série",
|
"serialNumber": "Número de Série",
|
||||||
"hostname": "Hostname",
|
"hostname": "Nome do Host",
|
||||||
"firstSeen": "Visto primeiro",
|
"firstSeen": "Visto primeiro",
|
||||||
"lastSeen": "Visto por último",
|
"lastSeen": "Visto por último",
|
||||||
"biometricsEnabled": "Biometria habilitada",
|
"biometricsEnabled": "Biometria habilitada",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Desconectado",
|
"disconnected": "Desconectado",
|
||||||
"approvalsEmptyStateTitle": "Aprovações do dispositivo não habilitado",
|
"approvalsEmptyStateTitle": "Aprovações do dispositivo não habilitado",
|
||||||
"approvalsEmptyStateDescription": "Habilitar aprovações do dispositivo para cargos que exigem aprovação do administrador antes que os usuários possam conectar novos dispositivos.",
|
"approvalsEmptyStateDescription": "Habilitar aprovações do dispositivo para cargos que exigem aprovação do administrador antes que os usuários possam conectar novos dispositivos.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Como Habilitar",
|
||||||
"approvalsEmptyStateStep1Title": "Ir para Funções",
|
"approvalsEmptyStateStep1Title": "Ir para Funções",
|
||||||
"approvalsEmptyStateStep1Description": "Navegue até as configurações dos papéis da sua organização para configurar as aprovações de dispositivo.",
|
"approvalsEmptyStateStep1Description": "Navegue até as configurações dos papéis da sua organização para configurar as aprovações de dispositivo.",
|
||||||
"approvalsEmptyStateStep2Title": "Habilitar Aprovações do Dispositivo",
|
"approvalsEmptyStateStep2Title": "Habilitar Aprovações do Dispositivo",
|
||||||
@@ -4114,7 +4140,7 @@
|
|||||||
"healthCheckTabConnection": "Conexão",
|
"healthCheckTabConnection": "Conexão",
|
||||||
"healthCheckTabAdvanced": "Avançado",
|
"healthCheckTabAdvanced": "Avançado",
|
||||||
"healthCheckStrategyNotAvailable": "Esta estratégia não está disponível. Por favor, contacte vendas para ativar esta funcionalidade.",
|
"healthCheckStrategyNotAvailable": "Esta estratégia não está disponível. Por favor, contacte vendas para ativar esta funcionalidade.",
|
||||||
"uptime30d": "Uptime (30d)",
|
"uptime30d": "Tempo de atividade (30d)",
|
||||||
"idpAddActionCreateNew": "Criar novo provedor de identidade",
|
"idpAddActionCreateNew": "Criar novo provedor de identidade",
|
||||||
"idpAddActionImportFromOrg": "Importar de outra organização",
|
"idpAddActionImportFromOrg": "Importar de outra organização",
|
||||||
"idpImportDialogTitle": "Importar Provedor de Identidade",
|
"idpImportDialogTitle": "Importar Provedor de Identidade",
|
||||||
@@ -4134,7 +4160,7 @@
|
|||||||
"idpUnassociatedDescription": "Provedor de identidade desassociado desta organização com sucesso",
|
"idpUnassociatedDescription": "Provedor de identidade desassociado desta organização com sucesso",
|
||||||
"idpUnassociateMenu": "Desassociar",
|
"idpUnassociateMenu": "Desassociar",
|
||||||
"idpDeleteAllOrgsMenu": "Excluir",
|
"idpDeleteAllOrgsMenu": "Excluir",
|
||||||
"publicIpEndpoint": "Endpoint",
|
"publicIpEndpoint": "Ponto de extremidade",
|
||||||
"lastTriggeredAt": "Último Gatilho",
|
"lastTriggeredAt": "Último Gatilho",
|
||||||
"reject": "Rejeitar",
|
"reject": "Rejeitar",
|
||||||
"uptimeDaysAgo": "há {count} dias",
|
"uptimeDaysAgo": "há {count} dias",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Visualizar como Administrador",
|
"resourceLauncherViewAsAdmin": "Visualizar como Administrador",
|
||||||
"resourceLauncherResourceDetailsDescription": "Informações de conexão e status para este recurso.",
|
"resourceLauncherResourceDetailsDescription": "Informações de conexão e status para este recurso.",
|
||||||
"resourceLauncherResourceDetails": "Detalhes do Recurso",
|
"resourceLauncherResourceDetails": "Detalhes do Recurso",
|
||||||
|
"resourceLauncherSitesDescription": "O recurso está acessível através dos seguintes sites.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Visualizar Site como Administrador",
|
||||||
|
"resourceLauncherFilterBySite": "Filtrar por Site",
|
||||||
|
"resourceLauncherSshCommand": "Comando SSH",
|
||||||
|
"resourceLauncherSshCommandDescription": "Use o CLI do Pangolin para abrir uma sessão SSH para este recurso.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Métodos de autenticação habilitados para este recurso.",
|
"resourceLauncherAuthMethodsDescription": "Métodos de autenticação habilitados para este recurso.",
|
||||||
"resourceLauncherPrivateClientRequired": "Conecte com um cliente no seu dispositivo para acessar este recurso privadamente.",
|
"resourceLauncherPrivateClientRequired": "Conecte com um cliente no seu dispositivo para acessar este recurso privadamente.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Conexão do Cliente Obrigatória",
|
"resourceLauncherPrivateClientRequiredTitle": "Conexão do Cliente Obrigatória",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Modo de teclado Unicode",
|
"rdpUnicodeKeyboardMode": "Modo de teclado Unicode",
|
||||||
"sessionToolbarShow": "Mostrar barra de ferramentas",
|
"sessionToolbarShow": "Mostrar barra de ferramentas",
|
||||||
"sessionToolbarHide": "Ocultar barra de ferramentas",
|
"sessionToolbarHide": "Ocultar barra de ferramentas",
|
||||||
"actionUpdateSiteApprovals": "Atualizar Aprovações do Site"
|
"actionUpdateSiteApprovals": "Atualizar Aprovações do Site",
|
||||||
|
"check": "Verificar"
|
||||||
}
|
}
|
||||||
|
|||||||
+63
-31
@@ -51,7 +51,7 @@
|
|||||||
"inviteNotAccepted": "Приглашение не принято",
|
"inviteNotAccepted": "Приглашение не принято",
|
||||||
"authCreateAccount": "Создайте учётную запись для начала работы",
|
"authCreateAccount": "Создайте учётную запись для начала работы",
|
||||||
"authNoAccount": "Нет учётной записи?",
|
"authNoAccount": "Нет учётной записи?",
|
||||||
"email": "Email",
|
"email": "Электронная почта",
|
||||||
"password": "Пароль",
|
"password": "Пароль",
|
||||||
"confirmPassword": "Подтвердите пароль",
|
"confirmPassword": "Подтвердите пароль",
|
||||||
"createAccount": "Создать учётную запись",
|
"createAccount": "Создать учётную запись",
|
||||||
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Цели на этом сайте",
|
"siteResourcesTargetsOnSite": "Цели на этом сайте",
|
||||||
"siteSetting": "Настройки {siteName}",
|
"siteSetting": "Настройки {siteName}",
|
||||||
"siteNewtTunnel": "Новый сайт (рекомендуется)",
|
"siteNewtTunnel": "Новый сайт (рекомендуется)",
|
||||||
|
"pangolinSite": "Сайт Pangolin",
|
||||||
"siteNewtTunnelDescription": "Самый простой способ создать точку входа в любую сеть. Дополнительная настройка не требуется.",
|
"siteNewtTunnelDescription": "Самый простой способ создать точку входа в любую сеть. Дополнительная настройка не требуется.",
|
||||||
"siteWg": "Базовый WireGuard",
|
"siteWg": "Базовый WireGuard",
|
||||||
"siteWgDescription": "Используйте любой клиент WireGuard для открытия туннеля. Требуется ручная настройка NAT.",
|
"siteWgDescription": "Используйте любой клиент WireGuard для открытия туннеля. Требуется ручная настройка NAT.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "Удаление ключа API",
|
"apiKeysDelete": "Удаление ключа API",
|
||||||
"apiKeysManage": "Управление ключами API",
|
"apiKeysManage": "Управление ключами API",
|
||||||
"apiKeysDescription": "Ключи API используются для аутентификации в интеграционном API",
|
"apiKeysDescription": "Ключи API используются для аутентификации в интеграционном API",
|
||||||
|
"orgsManage": "Управление организациями",
|
||||||
|
"orgsDescription": "Просмотр и управление всеми организациями в этой инстанции",
|
||||||
"provisioningKeysTitle": "Ключ подготовки",
|
"provisioningKeysTitle": "Ключ подготовки",
|
||||||
"provisioningKeysManage": "Управление ключами подготовки",
|
"provisioningKeysManage": "Управление ключами подготовки",
|
||||||
"provisioningKeysDescription": "Ключи подготовки используются для аутентификации автоматического обеспечения сайта для вашей организации.",
|
"provisioningKeysDescription": "Ключи подготовки используются для аутентификации автоматического обеспечения сайта для вашей организации.",
|
||||||
@@ -552,7 +555,7 @@
|
|||||||
"licenseBannerDescription": "Откройте доступ к корпоративным функциям для вашей локально размещаемой версии Pangolin. Приобретите лицензионный ключ, чтобы активировать премиум-функции, затем добавьте его ниже.",
|
"licenseBannerDescription": "Откройте доступ к корпоративным функциям для вашей локально размещаемой версии Pangolin. Приобретите лицензионный ключ, чтобы активировать премиум-функции, затем добавьте его ниже.",
|
||||||
"licenseBannerGetLicense": "Получить лицензию",
|
"licenseBannerGetLicense": "Получить лицензию",
|
||||||
"licenseBannerViewDocs": "Посмотреть документацию",
|
"licenseBannerViewDocs": "Посмотреть документацию",
|
||||||
"communityEdition": "Community Edition",
|
"communityEdition": "Издание для сообщества",
|
||||||
"licenseAboutDescription": "Это для бизнес и корпоративных пользователей, использующих Pangolin в коммерческой среде. Если вы используете Pangolin для личного использования, вы можете игнорировать этот раздел.",
|
"licenseAboutDescription": "Это для бизнес и корпоративных пользователей, использующих Pangolin в коммерческой среде. Если вы используете Pangolin для личного использования, вы можете игнорировать этот раздел.",
|
||||||
"licenseKeyActivated": "Лицензионный ключ активирован",
|
"licenseKeyActivated": "Лицензионный ключ активирован",
|
||||||
"licenseKeyActivatedDescription": "Лицензионный ключ был успешно активирован.",
|
"licenseKeyActivatedDescription": "Лицензионный ключ был успешно активирован.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "Имя (необязательно)",
|
"nameOptional": "Имя (необязательно)",
|
||||||
"accessControls": "Контроль доступа",
|
"accessControls": "Контроль доступа",
|
||||||
"userDescription2": "Управление настройками этого пользователя",
|
"userDescription2": "Управление настройками этого пользователя",
|
||||||
|
"userGeneralSettingsDescription": "Управление ролями и настройками этого пользователя в организации",
|
||||||
"accessRoleErrorAdd": "Не удалось добавить пользователя в роль",
|
"accessRoleErrorAdd": "Не удалось добавить пользователя в роль",
|
||||||
"accessRoleErrorAddDescription": "Произошла ошибка при добавлении пользователя в роль.",
|
"accessRoleErrorAddDescription": "Произошла ошибка при добавлении пользователя в роль.",
|
||||||
"userSaved": "Пользователь сохранён",
|
"userSaved": "Пользователь сохранён",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "Неверное имя TLS сервера. Используйте формат доменного имени или оставьте пустым для удаления имени TLS сервера.",
|
"proxyErrorTls": "Неверное имя TLS сервера. Используйте формат доменного имени или оставьте пустым для удаления имени TLS сервера.",
|
||||||
"proxyEnableSSL": "Включить TLS",
|
"proxyEnableSSL": "Включить TLS",
|
||||||
"proxyEnableSSLDescription": "Включить шифрование SSL/TLS для безопасных HTTPS соединений с целями.",
|
"proxyEnableSSLDescription": "Включить шифрование SSL/TLS для безопасных HTTPS соединений с целями.",
|
||||||
"target": "Target",
|
"target": "Цель",
|
||||||
"configureTarget": "Настроить адресаты",
|
"configureTarget": "Настроить адресаты",
|
||||||
"targetErrorFetch": "Не удалось получить цели",
|
"targetErrorFetch": "Не удалось получить цели",
|
||||||
"targetErrorFetchDescription": "Произошла ошибка при получении целей",
|
"targetErrorFetchDescription": "Произошла ошибка при получении целей",
|
||||||
@@ -912,8 +916,8 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Когда правила отключены, весь трафик проходит для аутентификации.",
|
"policyAccessRulesFallthroughOff": "Когда правила отключены, весь трафик проходит для аутентификации.",
|
||||||
"policyAccessRulesFallthroughOn": "Когда правило не совпадает, трафик проходит для аутентификации.",
|
"policyAccessRulesFallthroughOn": "Когда правило не совпадает, трафик проходит для аутентификации.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/админ/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "РУ, КН",
|
||||||
"rulesSave": "Сохранить правила",
|
"rulesSave": "Сохранить правила",
|
||||||
"resourceErrorCreate": "Ошибка при создании ресурса",
|
"resourceErrorCreate": "Ошибка при создании ресурса",
|
||||||
"resourceErrorCreateDescription": "Произошла ошибка при создании ресурса",
|
"resourceErrorCreateDescription": "Произошла ошибка при создании ресурса",
|
||||||
@@ -948,7 +952,7 @@
|
|||||||
"unknownCommand": "Неизвестная команда",
|
"unknownCommand": "Неизвестная команда",
|
||||||
"newtErrorFetchReleases": "Не удалось получить информацию о релизе: {err}",
|
"newtErrorFetchReleases": "Не удалось получить информацию о релизе: {err}",
|
||||||
"newtErrorFetchLatest": "Ошибка при получении последнего релиза: {err}",
|
"newtErrorFetchLatest": "Ошибка при получении последнего релиза: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "Конечная точка",
|
||||||
"newtId": "ID",
|
"newtId": "ID",
|
||||||
"newtSecretKey": "Секретный ключ",
|
"newtSecretKey": "Секретный ключ",
|
||||||
"newtVersion": "Версия",
|
"newtVersion": "Версия",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "Сгенерировать код сброса пароля",
|
"generatePasswordResetCode": "Сгенерировать код сброса пароля",
|
||||||
"passwordResetCodeGenerated": "Код сброса пароля создан",
|
"passwordResetCodeGenerated": "Код сброса пароля создан",
|
||||||
"passwordResetCodeGeneratedDescription": "Поделитесь этим кодом с пользователем. Они могут использовать его для сброса пароля.",
|
"passwordResetCodeGeneratedDescription": "Поделитесь этим кодом с пользователем. Они могут использовать его для сброса пароля.",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "Сброс URL",
|
||||||
"passwordNew": "Новый пароль",
|
"passwordNew": "Новый пароль",
|
||||||
"passwordNewConfirm": "Подтвердите новый пароль",
|
"passwordNewConfirm": "Подтвердите новый пароль",
|
||||||
"changePassword": "Изменить пароль",
|
"changePassword": "Изменить пароль",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Ошибка при выходе",
|
"logoutError": "Ошибка при выходе",
|
||||||
"signingAs": "Вы вошли как",
|
"signingAs": "Вы вошли как",
|
||||||
"serverAdmin": "Администратор сервера",
|
"serverAdmin": "Администратор сервера",
|
||||||
|
"promoteServerAdmin": "Повысить до администратора сервера",
|
||||||
|
"promoteServerAdminTitle": "Повысить до администратора сервера",
|
||||||
|
"promoteServerAdminQuestion": "Вы уверены, что хотите повысить {selectedUser} до администратора сервера?",
|
||||||
|
"promoteServerAdminMessage": "Администраторы серверов имеют наивысшие привилегии и могут управлять сервером.",
|
||||||
|
"promoteServerAdminWarning": "Это можно отменить в любое время, понизив пользователя.",
|
||||||
|
"promoteServerAdminConfirm": "Повысить до администратора сервера",
|
||||||
|
"promoteServerAdminSuccess": "Пользователь повышен",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} теперь администратор сервера.",
|
||||||
|
"promoteServerAdminError": "Не удалось повысить пользователя",
|
||||||
|
"demoteServerAdmin": "Понизить с администратора сервера",
|
||||||
|
"demoteServerAdminTitle": "Понизить с администратора сервера",
|
||||||
|
"demoteServerAdminQuestion": "Вы уверены, что хотите понизить {selectedUser} с администратора сервера?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} потеряет все привилегии администратора сервера.",
|
||||||
|
"demoteServerAdminWarning": "Это можно отменить в любое время, повысив пользователя.",
|
||||||
|
"demoteServerAdminConfirm": "Понизить с администратора сервера",
|
||||||
|
"demoteServerAdminSuccess": "Пользователь понижен",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} больше не является администратором сервера.",
|
||||||
|
"demoteServerAdminError": "Не удалось понизить пользователя",
|
||||||
"managedSelfhosted": "Управляемый с самовывоза",
|
"managedSelfhosted": "Управляемый с самовывоза",
|
||||||
"otpEnable": "Включить Двухфакторную Аутентификацию",
|
"otpEnable": "Включить Двухфакторную Аутентификацию",
|
||||||
"otpDisable": "Отключить двухфакторную аутентификацию",
|
"otpDisable": "Отключить двухфакторную аутентификацию",
|
||||||
@@ -1854,9 +1876,9 @@
|
|||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "OpenRouter",
|
||||||
"aiProviderTypeVercelAiGateway": "Шлюз Vercel AI",
|
"aiProviderTypeVercelAiGateway": "Шлюз Vercel AI",
|
||||||
"aiProviderTypeCustom": "Пользовательский",
|
"aiProviderTypeCustom": "Пользовательский",
|
||||||
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
"aiProviderTypeOpenaiDescription": "API OpenAI",
|
||||||
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
"aiProviderTypeAnthropicDescription": "API Anthropic",
|
||||||
"aiProviderTypeGoogleGeminiDescription": "Google Gemini API",
|
"aiProviderTypeGoogleGeminiDescription": "API Google Gemini",
|
||||||
"aiProviderTypeVertexAiDescription": "API Google Vertex AI",
|
"aiProviderTypeVertexAiDescription": "API Google Vertex AI",
|
||||||
"aiProviderTypeBedrockDescription": "API Amazon Bedrock Runtime",
|
"aiProviderTypeBedrockDescription": "API Amazon Bedrock Runtime",
|
||||||
"aiProviderTypeMicrosoftFoundryDescription": "API Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundryDescription": "API Microsoft Foundry",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Бюджет",
|
"resourceBudgetSettings": "Бюджет",
|
||||||
"resourceBudgetSettingsDescription": "Настройте, как этот шлюз AI ограничивает использование на основе затрат или лимитов токенов",
|
"resourceBudgetSettingsDescription": "Настройте, как этот шлюз AI ограничивает использование на основе затрат или лимитов токенов",
|
||||||
"sidebarApiKeys": "API ключи",
|
"sidebarApiKeys": "API ключи",
|
||||||
|
"sidebarOrgs": "Организации",
|
||||||
"sidebarProvisioning": "Подготовка",
|
"sidebarProvisioning": "Подготовка",
|
||||||
"sidebarSettings": "Настройки",
|
"sidebarSettings": "Настройки",
|
||||||
"sidebarAllUsers": "Все пользователи",
|
"sidebarAllUsers": "Все пользователи",
|
||||||
@@ -2357,7 +2380,7 @@
|
|||||||
"containerLabels": "Метки",
|
"containerLabels": "Метки",
|
||||||
"containerLabelsCount": "{count, plural, one {# метка} few {# метки} many {# меток} other {# меток}}",
|
"containerLabelsCount": "{count, plural, one {# метка} few {# метки} many {# меток} other {# меток}}",
|
||||||
"containerLabelsTitle": "Метки контейнера",
|
"containerLabelsTitle": "Метки контейнера",
|
||||||
"containerLabelEmpty": "<empty>",
|
"containerLabelEmpty": "<пусто>",
|
||||||
"containerPorts": "Порты",
|
"containerPorts": "Порты",
|
||||||
"containerPortsMore": "+{count} ещё",
|
"containerPortsMore": "+{count} ещё",
|
||||||
"containerActions": "Действия",
|
"containerActions": "Действия",
|
||||||
@@ -2424,7 +2447,7 @@
|
|||||||
"billing": "Выставление счетов",
|
"billing": "Выставление счетов",
|
||||||
"orgBillingDescription": "Управление платежной информацией и подписками",
|
"orgBillingDescription": "Управление платежной информацией и подписками",
|
||||||
"github": "GitHub",
|
"github": "GitHub",
|
||||||
"pangolinHosted": "Pangolin Hosted",
|
"pangolinHosted": "Панголин Hosted",
|
||||||
"fossorial": "Fossorial",
|
"fossorial": "Fossorial",
|
||||||
"completeAccountSetup": "Завершите настройку аккаунта",
|
"completeAccountSetup": "Завершите настройку аккаунта",
|
||||||
"completeAccountSetupDescription": "Установите ваш пароль, чтобы начать",
|
"completeAccountSetupDescription": "Установите ваш пароль, чтобы начать",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "Запустите Olm на вашей системе",
|
"clientInstallOlmDescription": "Запустите Olm на вашей системе",
|
||||||
"clientOlmCredentials": "Полномочия",
|
"clientOlmCredentials": "Полномочия",
|
||||||
"clientOlmCredentialsDescription": "Именно так клиент будет аутентифицироваться с сервером",
|
"clientOlmCredentialsDescription": "Именно так клиент будет аутентифицироваться с сервером",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "Конечная точка",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "Секретный ключ",
|
"olmSecretKey": "Секретный ключ",
|
||||||
"clientCredentialsSave": "Сохранить учетные данные",
|
"clientCredentialsSave": "Сохранить учетные данные",
|
||||||
@@ -2848,7 +2871,7 @@
|
|||||||
"resourcesTableNoProxyResourcesFound": "Проксированных ресурсов не найдено.",
|
"resourcesTableNoProxyResourcesFound": "Проксированных ресурсов не найдено.",
|
||||||
"resourcesTableNoInternalResourcesFound": "Частные ресурсы не найдены.",
|
"resourcesTableNoInternalResourcesFound": "Частные ресурсы не найдены.",
|
||||||
"resourcesTableDestination": "Пункт назначения",
|
"resourcesTableDestination": "Пункт назначения",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "Псевдоним",
|
||||||
"resourcesTableAliasAddress": "Псевдоним адреса",
|
"resourcesTableAliasAddress": "Псевдоним адреса",
|
||||||
"resourcesTableAliasAddressInfo": "Этот адрес является частью вспомогательной подсети организации. Он используется для разрешения псевдонимов с использованием внутреннего разрешения DNS.",
|
"resourcesTableAliasAddressInfo": "Этот адрес является частью вспомогательной подсети организации. Он используется для разрешения псевдонимов с использованием внутреннего разрешения DNS.",
|
||||||
"resourcesTableClients": "Клиенты",
|
"resourcesTableClients": "Клиенты",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "IP адрес или имя хоста ресурса в сети сайта.",
|
"editInternalResourceDialogDestinationHostDescription": "IP адрес или имя хоста ресурса в сети сайта.",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "IP или адрес хоста ресурса в сети сайта.",
|
"editInternalResourceDialogDestinationIPDescription": "IP или адрес хоста ресурса в сети сайта.",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "Диапазон CIDR ресурса в сети сайта.",
|
"editInternalResourceDialogDestinationCidrDescription": "Диапазон CIDR ресурса в сети сайта.",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "Псевдоним",
|
||||||
"editInternalResourceDialogAliasDescription": "Дополнительный внутренний DNS псевдоним для этого ресурса.",
|
"editInternalResourceDialogAliasDescription": "Дополнительный внутренний DNS псевдоним для этого ресурса.",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "Нет доступных сайтов",
|
"createInternalResourceDialogNoSitesAvailable": "Нет доступных сайтов",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "Вам необходимо иметь хотя бы один сайт Newt с настроенной подсетью для создания частных ресурсов.",
|
"createInternalResourceDialogNoSitesAvailableDescription": "Вам необходимо иметь хотя бы один сайт Newt с настроенной подсетью для создания частных ресурсов.",
|
||||||
@@ -2908,7 +2931,7 @@
|
|||||||
"privateResourceNetworkAccess": "Сетевой доступ",
|
"privateResourceNetworkAccess": "Сетевой доступ",
|
||||||
"privateResourceNetworkAccessDescription": "Управляйте доступом к портам TCP/UDP и настройте разрешение ICMP ping для данного ресурса.",
|
"privateResourceNetworkAccessDescription": "Управляйте доступом к портам TCP/UDP и настройте разрешение ICMP ping для данного ресурса.",
|
||||||
"hostSettings": "Хост",
|
"hostSettings": "Хост",
|
||||||
"cidrSettings": "CIDR",
|
"cidrSettings": "СИДР",
|
||||||
"createInternalResourceDialogResourceProperties": "Свойства ресурса",
|
"createInternalResourceDialogResourceProperties": "Свойства ресурса",
|
||||||
"createInternalResourceDialogName": "Имя",
|
"createInternalResourceDialogName": "Имя",
|
||||||
"createInternalResourceDialogSite": "Сайт",
|
"createInternalResourceDialogSite": "Сайт",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "Пункт назначения",
|
"createInternalResourceDialogDestination": "Пункт назначения",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "IP адрес или имя хоста ресурса в сети сайта.",
|
"createInternalResourceDialogDestinationHostDescription": "IP адрес или имя хоста ресурса в сети сайта.",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "Диапазон CIDR ресурса в сети сайта.",
|
"createInternalResourceDialogDestinationCidrDescription": "Диапазон CIDR ресурса в сети сайта.",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "Псевдоним",
|
||||||
"createInternalResourceDialogAliasDescription": "Дополнительный внутренний DNS псевдоним для этого ресурса.",
|
"createInternalResourceDialogAliasDescription": "Дополнительный внутренний DNS псевдоним для этого ресурса.",
|
||||||
"internalResourceAliasLocalWarning": "Псевдонимы, оканчивающиеся на .local, могут вызывать проблемы с разрешением из-за mDNS в некоторых сетях.",
|
"internalResourceAliasLocalWarning": "Псевдонимы, оканчивающиеся на .local, могут вызывать проблемы с разрешением из-за mDNS в некоторых сетях.",
|
||||||
"internalResourceDownstreamSchemeRequired": "Схема обязательна для HTTP ресурсов",
|
"internalResourceDownstreamSchemeRequired": "Схема обязательна для HTTP ресурсов",
|
||||||
@@ -3163,12 +3186,12 @@
|
|||||||
"roleMappingRemoveRule": "Удалить",
|
"roleMappingRemoveRule": "Удалить",
|
||||||
"idpGoogleConfiguration": "Конфигурация Google",
|
"idpGoogleConfiguration": "Конфигурация Google",
|
||||||
"idpGoogleConfigurationDescription": "Настройка учетных данных Google OAuth2",
|
"idpGoogleConfigurationDescription": "Настройка учетных данных Google OAuth2",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "Ваш Google OAuth2 ID клиента",
|
||||||
"idpGoogleClientSecretDescription": "Секрет клиента Google OAuth2",
|
"idpGoogleClientSecretDescription": "Секрет клиента Google OAuth2",
|
||||||
"idpAzureConfiguration": "Конфигурация Azure Entra ID",
|
"idpAzureConfiguration": "Конфигурация Azure Entra ID",
|
||||||
"idpAzureConfigurationDescription": "Настройка учетных данных Azure Entra ID OAuth2",
|
"idpAzureConfigurationDescription": "Настройка учетных данных Azure Entra ID OAuth2",
|
||||||
"idpTenantId": "Идентификатор арендатора",
|
"idpTenantId": "Идентификатор арендатора",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "идентификатор арендатора",
|
||||||
"idpAzureTenantIdDescription": "ID арендатора Azure (найден в обзоре Active Directory Azure)",
|
"idpAzureTenantIdDescription": "ID арендатора Azure (найден в обзоре Active Directory Azure)",
|
||||||
"idpAzureClientIdDescription": "Регистрационный номер клиента Azure App",
|
"idpAzureClientIdDescription": "Регистрационный номер клиента Azure App",
|
||||||
"idpAzureClientSecretDescription": "Секрет регистрации клиента Azure App",
|
"idpAzureClientSecretDescription": "Секрет регистрации клиента Azure App",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "Регистрационный номер клиента Azure App",
|
"idpAzureClientIdDescription2": "Регистрационный номер клиента Azure App",
|
||||||
"idpAzureClientSecretDescription2": "Секрет регистрации клиента Azure App",
|
"idpAzureClientSecretDescription2": "Секрет регистрации клиента Azure App",
|
||||||
"idpGoogleDescription": "Google OAuth2/OIDC провайдер",
|
"idpGoogleDescription": "Google OAuth2/OIDC провайдер",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC провайдер",
|
||||||
"subnet": "Подсеть",
|
"subnet": "Подсеть",
|
||||||
"utilitySubnet": "Утилита подсети",
|
"utilitySubnet": "Утилита подсети",
|
||||||
"subnetDescription": "Подсеть для конфигурации сети этой организации.",
|
"subnetDescription": "Подсеть для конфигурации сети этой организации.",
|
||||||
@@ -3415,7 +3438,7 @@
|
|||||||
},
|
},
|
||||||
"form": {
|
"form": {
|
||||||
"useCaseQuestion": "Вы используете Pangolin для личного или делового использования?",
|
"useCaseQuestion": "Вы используете Pangolin для личного или делового использования?",
|
||||||
"firstName": "First Name",
|
"firstName": "Имя",
|
||||||
"lastName": "Фамилия",
|
"lastName": "Фамилия",
|
||||||
"jobTitle": "Заголовок",
|
"jobTitle": "Заголовок",
|
||||||
"primaryUseQuestion": "Что вы планируете использовать Панголин в первую очередь?",
|
"primaryUseQuestion": "Что вы планируете использовать Панголин в первую очередь?",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Приоритет",
|
"priority": "Приоритет",
|
||||||
"priorityDescription": "Маршруты с более высоким приоритетом оцениваются первым. Приоритет = 100 означает автоматическое упорядочение (решение системы). Используйте другой номер для обеспечения ручного приоритета.",
|
"priorityDescription": "Маршруты с более высоким приоритетом оцениваются первым. Приоритет = 100 означает автоматическое упорядочение (решение системы). Используйте другой номер для обеспечения ручного приоритета.",
|
||||||
"instanceName": "Имя экземпляра",
|
"instanceName": "Имя экземпляра",
|
||||||
|
"clearInstanceName": "Сбросить ассоциацию сервера",
|
||||||
"pathMatchModalTitle": "Настроить соответствие пути",
|
"pathMatchModalTitle": "Настроить соответствие пути",
|
||||||
"pathMatchModalDescription": "Настройка соответствия входящих запросов на основе их пути.",
|
"pathMatchModalDescription": "Настройка соответствия входящих запросов на основе их пути.",
|
||||||
"pathMatchType": "Тип совпадения",
|
"pathMatchType": "Тип совпадения",
|
||||||
@@ -3501,7 +3525,7 @@
|
|||||||
"pathRewriteStripPrefixOption": "Префикс вырезать - Удалить префикс",
|
"pathRewriteStripPrefixOption": "Префикс вырезать - Удалить префикс",
|
||||||
"pathRewriteValue": "Перезаписать значение",
|
"pathRewriteValue": "Перезаписать значение",
|
||||||
"pathRewriteRegexPlaceholder": "/new/$1",
|
"pathRewriteRegexPlaceholder": "/new/$1",
|
||||||
"pathRewriteDefaultPlaceholder": "/new-path",
|
"pathRewriteDefaultPlaceholder": "/новый-путь",
|
||||||
"pathRewritePrefixHelp": "Заменить соответствующий префикс этим значением",
|
"pathRewritePrefixHelp": "Заменить соответствующий префикс этим значением",
|
||||||
"pathRewriteExactHelp": "Замените весь путь этим значением, когда путь точно соответствует",
|
"pathRewriteExactHelp": "Замените весь путь этим значением, когда путь точно соответствует",
|
||||||
"pathRewriteRegexHelp": "Использовать группы захвата типа $1, $2 для замены",
|
"pathRewriteRegexHelp": "Использовать группы захвата типа $1, $2 для замены",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "Разрешено правилом",
|
"allowedByRule": "Разрешено правилом",
|
||||||
"allowedNoAuth": "Разрешено без авторизации",
|
"allowedNoAuth": "Разрешено без авторизации",
|
||||||
"validAccessToken": "Действительный маркер доступа",
|
"validAccessToken": "Действительный маркер доступа",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "Действительная аутентификация заголовка",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "Верный PIN-код",
|
||||||
"validPassword": "Допустимый пароль",
|
"validPassword": "Допустимый пароль",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "Действительный email",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "Действительное SSO",
|
||||||
"validVirtualAPIKey": "Действительный виртуальный API ключ",
|
"validVirtualAPIKey": "Действительный виртуальный API ключ",
|
||||||
"view": "Просмотр",
|
"view": "Просмотр",
|
||||||
"configManaged": "Конфигурация управляется",
|
"configManaged": "Конфигурация управляется",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "Отброшено по правилам",
|
"droppedByRule": "Отброшено по правилам",
|
||||||
"noSessions": "Нет сессий",
|
"noSessions": "Нет сессий",
|
||||||
"temporaryRequestToken": "Временный токен запроса",
|
"temporaryRequestToken": "Временный токен запроса",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "Нет действительных методов аутентификации",
|
||||||
"ip": "IP",
|
"ip": "IP",
|
||||||
"reason": "Причина",
|
"reason": "Причина",
|
||||||
"requestLogs": "HTTP Запросы Логи",
|
"requestLogs": "HTTP Запросы Логи",
|
||||||
@@ -3750,7 +3774,7 @@
|
|||||||
"regenerateCredentialsWarning": "Восстановление учётных данных приведет к аннулированию предыдущих учетных данных и отключению соединения. Убедитесь, что все конфигурации, использующие эти учетные данные.",
|
"regenerateCredentialsWarning": "Восстановление учётных данных приведет к аннулированию предыдущих учетных данных и отключению соединения. Убедитесь, что все конфигурации, использующие эти учетные данные.",
|
||||||
"confirm": "Подтвердить",
|
"confirm": "Подтвердить",
|
||||||
"regenerateCredentialsConfirmation": "Вы уверены, что хотите восстановить учетные данные?",
|
"regenerateCredentialsConfirmation": "Вы уверены, что хотите восстановить учетные данные?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "Конечная точка",
|
||||||
"Id": "Id",
|
"Id": "Id",
|
||||||
"SecretKey": "Секретный ключ",
|
"SecretKey": "Секретный ключ",
|
||||||
"niceId": "Неплохой ID",
|
"niceId": "Неплохой ID",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "Произошла ошибка при обновлении Nice ID.",
|
"niceIdUpdateErrorDescription": "Произошла ошибка при обновлении Nice ID.",
|
||||||
"niceIdCannotBeEmpty": "Неправильный ID не может быть пустым",
|
"niceIdCannotBeEmpty": "Неправильный ID не может быть пустым",
|
||||||
"enterIdentifier": "Введите идентификатор",
|
"enterIdentifier": "Введите идентификатор",
|
||||||
"identifier": "Identifier",
|
"identifier": "Идентификатор",
|
||||||
"deviceLoginUseDifferentAccount": "Не вы? Используйте другую учетную запись.",
|
"deviceLoginUseDifferentAccount": "Не вы? Используйте другую учетную запись.",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "Устройство запрашивает доступ к этой учетной записи.",
|
"deviceLoginDeviceRequestingAccessToAccount": "Устройство запрашивает доступ к этой учетной записи.",
|
||||||
"loginSelectAuthenticationMethod": "Выберите метод аутентификации для продолжения.",
|
"loginSelectAuthenticationMethod": "Выберите метод аутентификации для продолжения.",
|
||||||
"noData": "Нет данных",
|
"noData": "Нет данных",
|
||||||
"machineClients": "Машинные клиенты",
|
"machineClients": "Машинные клиенты",
|
||||||
"install": "Установить",
|
"install": "Установить",
|
||||||
|
"downloadInstaller": "Скачать установщик",
|
||||||
"run": "Запустить",
|
"run": "Запустить",
|
||||||
"envFile": "Файл окружения",
|
"envFile": "Файл окружения",
|
||||||
"serviceFile": "Сервисный файл",
|
"serviceFile": "Сервисный файл",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "Версия ядра",
|
"kernelVersion": "Версия ядра",
|
||||||
"deviceModel": "Модель устройства",
|
"deviceModel": "Модель устройства",
|
||||||
"serialNumber": "Серийный номер",
|
"serialNumber": "Серийный номер",
|
||||||
"hostname": "Hostname",
|
"hostname": "Имя хоста",
|
||||||
"firstSeen": "Первый раз виден",
|
"firstSeen": "Первый раз виден",
|
||||||
"lastSeen": "Последнее посещение",
|
"lastSeen": "Последнее посещение",
|
||||||
"biometricsEnabled": "Включены биометрические данные",
|
"biometricsEnabled": "Включены биометрические данные",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Отключено",
|
"disconnected": "Отключено",
|
||||||
"approvalsEmptyStateTitle": "Утверждения устройства не включены",
|
"approvalsEmptyStateTitle": "Утверждения устройства не включены",
|
||||||
"approvalsEmptyStateDescription": "Включите одобрение ролей для того, чтобы пользователи могли подключать новые устройства.",
|
"approvalsEmptyStateDescription": "Включите одобрение ролей для того, чтобы пользователи могли подключать новые устройства.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Как включить",
|
||||||
"approvalsEmptyStateStep1Title": "Перейти к ролям",
|
"approvalsEmptyStateStep1Title": "Перейти к ролям",
|
||||||
"approvalsEmptyStateStep1Description": "Перейдите в настройки ролей вашей организации для настройки утверждений устройств.",
|
"approvalsEmptyStateStep1Description": "Перейдите в настройки ролей вашей организации для настройки утверждений устройств.",
|
||||||
"approvalsEmptyStateStep2Title": "Включить утверждения устройства",
|
"approvalsEmptyStateStep2Title": "Включить утверждения устройства",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Просмотр как администратор",
|
"resourceLauncherViewAsAdmin": "Просмотр как администратор",
|
||||||
"resourceLauncherResourceDetailsDescription": "Информация о подключении и статус для данного ресурса.",
|
"resourceLauncherResourceDetailsDescription": "Информация о подключении и статус для данного ресурса.",
|
||||||
"resourceLauncherResourceDetails": "Детали ресурса",
|
"resourceLauncherResourceDetails": "Детали ресурса",
|
||||||
|
"resourceLauncherSitesDescription": "Ресурс доступен на следующих сайтах.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Просмотр сайта как администратор",
|
||||||
|
"resourceLauncherFilterBySite": "Фильтр по сайту",
|
||||||
|
"resourceLauncherSshCommand": "SSH Команда",
|
||||||
|
"resourceLauncherSshCommandDescription": "Используйте Pangolin CLI для открытия SSH-сессии к этому ресурсу.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Методы аутентификации, включенные для этого ресурса.",
|
"resourceLauncherAuthMethodsDescription": "Методы аутентификации, включенные для этого ресурса.",
|
||||||
"resourceLauncherPrivateClientRequired": "Подключитесь с клиентом на устройстве для доступа к этому ресурсу в частном порядке.",
|
"resourceLauncherPrivateClientRequired": "Подключитесь с клиентом на устройстве для доступа к этому ресурсу в частном порядке.",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "Требуется подключение клиента",
|
"resourceLauncherPrivateClientRequiredTitle": "Требуется подключение клиента",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Режим клавиатуры Unicode",
|
"rdpUnicodeKeyboardMode": "Режим клавиатуры Unicode",
|
||||||
"sessionToolbarShow": "Показать панель инструментов",
|
"sessionToolbarShow": "Показать панель инструментов",
|
||||||
"sessionToolbarHide": "Скрыть панель инструментов",
|
"sessionToolbarHide": "Скрыть панель инструментов",
|
||||||
"actionUpdateSiteApprovals": "Обновить утверждения сайта"
|
"actionUpdateSiteApprovals": "Обновить утверждения сайта",
|
||||||
|
"check": "Проверить"
|
||||||
}
|
}
|
||||||
|
|||||||
+37
-5
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "Bu sitedeki hedefler",
|
"siteResourcesTargetsOnSite": "Bu sitedeki hedefler",
|
||||||
"siteSetting": "{siteName} Ayarları",
|
"siteSetting": "{siteName} Ayarları",
|
||||||
"siteNewtTunnel": "Newt Site (Önerilen)",
|
"siteNewtTunnel": "Newt Site (Önerilen)",
|
||||||
|
"pangolinSite": "Pangolin Sitesi",
|
||||||
"siteNewtTunnelDescription": "Ağınıza giriş noktası oluşturmanın en kolay yolu. Ekstra kurulum gerekmez.",
|
"siteNewtTunnelDescription": "Ağınıza giriş noktası oluşturmanın en kolay yolu. Ekstra kurulum gerekmez.",
|
||||||
"siteWg": "Temel WireGuard",
|
"siteWg": "Temel WireGuard",
|
||||||
"siteWgDescription": "Bir tünel oluşturmak için herhangi bir WireGuard istemcisi kullanın. Manuel NAT kurulumu gereklidir.",
|
"siteWgDescription": "Bir tünel oluşturmak için herhangi bir WireGuard istemcisi kullanın. Manuel NAT kurulumu gereklidir.",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "API Anahtarını Sil",
|
"apiKeysDelete": "API Anahtarını Sil",
|
||||||
"apiKeysManage": "API Anahtarlarını Yönet",
|
"apiKeysManage": "API Anahtarlarını Yönet",
|
||||||
"apiKeysDescription": "API anahtarları entegrasyon API'sini doğrulamak için kullanılır",
|
"apiKeysDescription": "API anahtarları entegrasyon API'sini doğrulamak için kullanılır",
|
||||||
|
"orgsManage": "Örgütleri Yönet",
|
||||||
|
"orgsDescription": "Bu örnekteki tüm örgütleri görüntüle ve yönet",
|
||||||
"provisioningKeysTitle": "Tedarik Anahtarı",
|
"provisioningKeysTitle": "Tedarik Anahtarı",
|
||||||
"provisioningKeysManage": "Tedarik Anahtarlarını Yönet",
|
"provisioningKeysManage": "Tedarik Anahtarlarını Yönet",
|
||||||
"provisioningKeysDescription": "Tedarik anahtarları, organizasyonunuz için otomatik site sağlama işlemini doğrulamak için kullanılır.",
|
"provisioningKeysDescription": "Tedarik anahtarları, organizasyonunuz için otomatik site sağlama işlemini doğrulamak için kullanılır.",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "İsim (İsteğe Bağlı)",
|
"nameOptional": "İsim (İsteğe Bağlı)",
|
||||||
"accessControls": "Erişim Kontrolleri",
|
"accessControls": "Erişim Kontrolleri",
|
||||||
"userDescription2": "Bu kullanıcı üzerindeki ayarları yönetin",
|
"userDescription2": "Bu kullanıcı üzerindeki ayarları yönetin",
|
||||||
|
"userGeneralSettingsDescription": "Bu kullanıcının örgütteki rollerini ve ayarlarını yönetin",
|
||||||
"accessRoleErrorAdd": "Kullanıcıyı role ekleme başarısız oldu",
|
"accessRoleErrorAdd": "Kullanıcıyı role ekleme başarısız oldu",
|
||||||
"accessRoleErrorAddDescription": "Kullanıcı role eklenirken bir hata oluştu.",
|
"accessRoleErrorAddDescription": "Kullanıcı role eklenirken bir hata oluştu.",
|
||||||
"userSaved": "Kullanıcı kaydedildi",
|
"userSaved": "Kullanıcı kaydedildi",
|
||||||
@@ -758,7 +762,7 @@
|
|||||||
"proxyUpdatedDescription": "Proxy ayarları başarıyla güncellendi",
|
"proxyUpdatedDescription": "Proxy ayarları başarıyla güncellendi",
|
||||||
"proxyErrorUpdate": "Proxy ayarları güncellenemedi",
|
"proxyErrorUpdate": "Proxy ayarları güncellenemedi",
|
||||||
"proxyErrorUpdateDescription": "Proxy ayarlarını güncellerken bir hata oluştu",
|
"proxyErrorUpdateDescription": "Proxy ayarlarını güncellerken bir hata oluştu",
|
||||||
"targetAddr": "Host",
|
"targetAddr": "Sunucu",
|
||||||
"targetPort": "Bağlantı Noktası",
|
"targetPort": "Bağlantı Noktası",
|
||||||
"targetProtocol": "Protokol",
|
"targetProtocol": "Protokol",
|
||||||
"targetTlsSettings": "HTTPS & TLS Settings",
|
"targetTlsSettings": "HTTPS & TLS Settings",
|
||||||
@@ -876,7 +880,7 @@
|
|||||||
"policyAuthOrLogicBanner": "Ziyaretçiler aşağıdaki etkin yöntemlerden herhangi birini kullanarak kimlik doğrulaması yapabilirler. Hepsini tamamlamaları gerekmez.",
|
"policyAuthOrLogicBanner": "Ziyaretçiler aşağıdaki etkin yöntemlerden herhangi birini kullanarak kimlik doğrulaması yapabilirler. Hepsini tamamlamaları gerekmez.",
|
||||||
"policyAuthMethodActive": "Etkin",
|
"policyAuthMethodActive": "Etkin",
|
||||||
"policyAuthMethodOff": "Kapalı",
|
"policyAuthMethodOff": "Kapalı",
|
||||||
"policyAuthSsoTitle": "Platform SSO",
|
"policyAuthSsoTitle": "Platform SSO'sunu Kullanın",
|
||||||
"policyAuthSsoDescription": "Organizasyonunuzun kimlik sağlayıcısı üzerinden oturum açmayı zorunlu kılın",
|
"policyAuthSsoDescription": "Organizasyonunuzun kimlik sağlayıcısı üzerinden oturum açmayı zorunlu kılın",
|
||||||
"policyAuthInferenceIdentityKeySignInUrl": "Giriş URL'si",
|
"policyAuthInferenceIdentityKeySignInUrl": "Giriş URL'si",
|
||||||
"policyAuthInferenceIdentityKeyHelpNoUrl": "Her kullanıcının zaten bir kimlik API anahtarı vardır, bu nedenle yalnızca kullanıcı olmayan istemciler veya ortak erişim için sanal API anahtarları oluşturmanız gerekir. Kullanıcılar bu kaynağın URL'si üzerinden kimlik sağlayıcılarıyla oturum açarak anahtarlarını alabilirler, bu girişten sonra gösterilecektir.",
|
"policyAuthInferenceIdentityKeyHelpNoUrl": "Her kullanıcının zaten bir kimlik API anahtarı vardır, bu nedenle yalnızca kullanıcı olmayan istemciler veya ortak erişim için sanal API anahtarları oluşturmanız gerekir. Kullanıcılar bu kaynağın URL'si üzerinden kimlik sağlayıcılarıyla oturum açarak anahtarlarını alabilirler, bu girişten sonra gösterilecektir.",
|
||||||
@@ -912,7 +916,7 @@
|
|||||||
"policyAccessRulesFallthroughOff": "Kurallar devre dışı bırakıldığında, tüm trafik kimlik doğrulamasına geçer.",
|
"policyAccessRulesFallthroughOff": "Kurallar devre dışı bırakıldığında, tüm trafik kimlik doğrulamasına geçer.",
|
||||||
"policyAccessRulesFallthroughOn": "Herhangi bir kural eşleşmediğinde trafik kimlik doğrulamasına geçer.",
|
"policyAccessRulesFallthroughOn": "Herhangi bir kural eşleşmediğinde trafik kimlik doğrulamasına geçer.",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/yönetici/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "RU, KP",
|
||||||
"rulesSave": "Kuralları Kaydet",
|
"rulesSave": "Kuralları Kaydet",
|
||||||
"resourceErrorCreate": "Kaynak oluşturma hatası",
|
"resourceErrorCreate": "Kaynak oluşturma hatası",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "Çıkış yaparken hata",
|
"logoutError": "Çıkış yaparken hata",
|
||||||
"signingAs": "Olarak giriş yapıldı",
|
"signingAs": "Olarak giriş yapıldı",
|
||||||
"serverAdmin": "Sunucu Yöneticisi",
|
"serverAdmin": "Sunucu Yöneticisi",
|
||||||
|
"promoteServerAdmin": "Sunucu yöneticisine terfi et",
|
||||||
|
"promoteServerAdminTitle": "Sunucu Yöneticisine Terfi",
|
||||||
|
"promoteServerAdminQuestion": "{selectedUser} adresini sunucu yöneticisi olarak terfi etmek istediğinizden emin misiniz?",
|
||||||
|
"promoteServerAdminMessage": "Sunucu yöneticileri en yüksek ayrıcalıklara sahiptir ve sunucuyu yönetebilir.",
|
||||||
|
"promoteServerAdminWarning": "Bu, kullanıcıyı indirerek herhangi bir zamanda geri alınabilir.",
|
||||||
|
"promoteServerAdminConfirm": "Sunucu Yöneticisine Terfi",
|
||||||
|
"promoteServerAdminSuccess": "Kullanıcı Terfi Edildi",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} artık bir sunucu yöneticisi.",
|
||||||
|
"promoteServerAdminError": "Kullanıcıyı terfi ettirme başarısız oldu",
|
||||||
|
"demoteServerAdmin": "Sunucu yöneticisinden negatif terfi et",
|
||||||
|
"demoteServerAdminTitle": "Sunucu Yöneticisinden Negatif Terfi",
|
||||||
|
"demoteServerAdminQuestion": "{selectedUser} adresini sunucu yöneticiliğinden indirmek istediğinizden emin misiniz?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} tüm sunucu yönetici ayrıcalıklarını kaybedecek.",
|
||||||
|
"demoteServerAdminWarning": "Bu, kullanıcıyı terfi ettirerek herhangi bir zamanda geri alınabilir.",
|
||||||
|
"demoteServerAdminConfirm": "Sunucu yöneticisinden negatif terfi et",
|
||||||
|
"demoteServerAdminSuccess": "Kullanıcı indirildi",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} artık bir sunucu yöneticisi değil.",
|
||||||
|
"demoteServerAdminError": "Kullanıcıyı indirirken başarısız oldu",
|
||||||
"managedSelfhosted": "Yönetilen Self-Hosted",
|
"managedSelfhosted": "Yönetilen Self-Hosted",
|
||||||
"otpEnable": "İki faktörlü özelliğini etkinleştir",
|
"otpEnable": "İki faktörlü özelliğini etkinleştir",
|
||||||
"otpDisable": "İki faktörlü özelliğini devre dışı bırak",
|
"otpDisable": "İki faktörlü özelliğini devre dışı bırak",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "Bütçe",
|
"resourceBudgetSettings": "Bütçe",
|
||||||
"resourceBudgetSettingsDescription": "Bu AI ağ geçidi harcama veya jeton limitlerine göre kullanım nasıl sınırlayacağını yapılandırın",
|
"resourceBudgetSettingsDescription": "Bu AI ağ geçidi harcama veya jeton limitlerine göre kullanım nasıl sınırlayacağını yapılandırın",
|
||||||
"sidebarApiKeys": "API Anahtarları",
|
"sidebarApiKeys": "API Anahtarları",
|
||||||
|
"sidebarOrgs": "Organizasyonlar",
|
||||||
"sidebarProvisioning": "Tedarik",
|
"sidebarProvisioning": "Tedarik",
|
||||||
"sidebarSettings": "Ayarlar",
|
"sidebarSettings": "Ayarlar",
|
||||||
"sidebarAllUsers": "Tüm Kullanıcılar",
|
"sidebarAllUsers": "Tüm Kullanıcılar",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "Öncelik",
|
"priority": "Öncelik",
|
||||||
"priorityDescription": "Daha yüksek öncelikli rotalar önce değerlendirilir. Öncelik = 100, otomatik sıralama anlamına gelir (sistem karar verir). Manuel öncelik uygulamak için başka bir numara kullanın.",
|
"priorityDescription": "Daha yüksek öncelikli rotalar önce değerlendirilir. Öncelik = 100, otomatik sıralama anlamına gelir (sistem karar verir). Manuel öncelik uygulamak için başka bir numara kullanın.",
|
||||||
"instanceName": "Örnek İsmi",
|
"instanceName": "Örnek İsmi",
|
||||||
|
"clearInstanceName": "Sunucu Birliği Sıfırla",
|
||||||
"pathMatchModalTitle": "Yol Eşleşmesini Yapılandır",
|
"pathMatchModalTitle": "Yol Eşleşmesini Yapılandır",
|
||||||
"pathMatchModalDescription": "Gelen isteklerin yolu temel alarak nasıl eşleştirilmesi gerektiğini ayarlayın.",
|
"pathMatchModalDescription": "Gelen isteklerin yolu temel alarak nasıl eşleştirilmesi gerektiğini ayarlayın.",
|
||||||
"pathMatchType": "Eşleşme Türü",
|
"pathMatchType": "Eşleşme Türü",
|
||||||
@@ -3488,7 +3512,7 @@
|
|||||||
"clear": "Temizle",
|
"clear": "Temizle",
|
||||||
"saveChanges": "Değişiklikleri Kaydet",
|
"saveChanges": "Değişiklikleri Kaydet",
|
||||||
"pathMatchRegexPlaceholder": "^/api/.*",
|
"pathMatchRegexPlaceholder": "^/api/.*",
|
||||||
"pathMatchDefaultPlaceholder": "/path",
|
"pathMatchDefaultPlaceholder": "/yol",
|
||||||
"pathMatchPrefixHelp": "Örnek: /api, /api/users vb.'ni eşleştirir.",
|
"pathMatchPrefixHelp": "Örnek: /api, /api/users vb.'ni eşleştirir.",
|
||||||
"pathMatchExactHelp": "Örnek: /api yalnızca /api'yi eşleştirir",
|
"pathMatchExactHelp": "Örnek: /api yalnızca /api'yi eşleştirir",
|
||||||
"pathMatchRegexHelp": "Örnek: ^/api/.* her şeyi eşleştirir /api/anything",
|
"pathMatchRegexHelp": "Örnek: ^/api/.* her şeyi eşleştirir /api/anything",
|
||||||
@@ -3767,6 +3791,7 @@
|
|||||||
"noData": "Veri Yok",
|
"noData": "Veri Yok",
|
||||||
"machineClients": "Makine İstemcileri",
|
"machineClients": "Makine İstemcileri",
|
||||||
"install": "Yükle",
|
"install": "Yükle",
|
||||||
|
"downloadInstaller": "Yükleyiciyi İndir",
|
||||||
"run": "Çalıştır",
|
"run": "Çalıştır",
|
||||||
"envFile": "Ortam Dosyası",
|
"envFile": "Ortam Dosyası",
|
||||||
"serviceFile": "Servis Dosyası",
|
"serviceFile": "Servis Dosyası",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "Bağlantı Kesildi",
|
"disconnected": "Bağlantı Kesildi",
|
||||||
"approvalsEmptyStateTitle": "Cihaz Onayları Etkin Değil",
|
"approvalsEmptyStateTitle": "Cihaz Onayları Etkin Değil",
|
||||||
"approvalsEmptyStateDescription": "Kullanıcıların yeni cihazlara bağlanabilmeleri için yönetici onayı gerektiren rol cihaz onaylarını etkinleştirin.",
|
"approvalsEmptyStateDescription": "Kullanıcıların yeni cihazlara bağlanabilmeleri için yönetici onayı gerektiren rol cihaz onaylarını etkinleştirin.",
|
||||||
|
"approvalsEmptyStateHowToTitle": "Nasıl Etkinleştirilir",
|
||||||
"approvalsEmptyStateStep1Title": "Rollere Git",
|
"approvalsEmptyStateStep1Title": "Rollere Git",
|
||||||
"approvalsEmptyStateStep1Description": "Cihaz onaylarını yapılandırmak için kuruluşunuzun rol ayarlarına gidin.",
|
"approvalsEmptyStateStep1Description": "Cihaz onaylarını yapılandırmak için kuruluşunuzun rol ayarlarına gidin.",
|
||||||
"approvalsEmptyStateStep2Title": "Cihaz Onaylarını Etkinleştir",
|
"approvalsEmptyStateStep2Title": "Cihaz Onaylarını Etkinleştir",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "Yönetici Olarak Görüntüle",
|
"resourceLauncherViewAsAdmin": "Yönetici Olarak Görüntüle",
|
||||||
"resourceLauncherResourceDetailsDescription": "Bu kaynağın bağlantı bilgileri ve durumu.",
|
"resourceLauncherResourceDetailsDescription": "Bu kaynağın bağlantı bilgileri ve durumu.",
|
||||||
"resourceLauncherResourceDetails": "Kaynak Detayları",
|
"resourceLauncherResourceDetails": "Kaynak Detayları",
|
||||||
|
"resourceLauncherSitesDescription": "Kaynak, aşağıdaki siteler üzerinden erişilebilir.",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "Siteyi Yönetici Olarak Görüntüle",
|
||||||
|
"resourceLauncherFilterBySite": "Siteye Göre Filtrele",
|
||||||
|
"resourceLauncherSshCommand": "SSH Komutu",
|
||||||
|
"resourceLauncherSshCommandDescription": "Pangolin CLI kullanarak bu kaynağa bir SSH oturumu açın.",
|
||||||
"resourceLauncherAuthMethodsDescription": "Bu kaynak için etkin kimlik doğrulama yöntemleri.",
|
"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.",
|
"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",
|
"resourceLauncherPrivateClientRequiredTitle": "İstemci Bağlantısı Gerekli",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Unicode klavye modu",
|
"rdpUnicodeKeyboardMode": "Unicode klavye modu",
|
||||||
"sessionToolbarShow": "Araç çubuğunu göster",
|
"sessionToolbarShow": "Araç çubuğunu göster",
|
||||||
"sessionToolbarHide": "Araç çubuğunu gizle",
|
"sessionToolbarHide": "Araç çubuğunu gizle",
|
||||||
"actionUpdateSiteApprovals": "Site Onaylarını Güncelle"
|
"actionUpdateSiteApprovals": "Site Onaylarını Güncelle",
|
||||||
|
"check": "Kontrol Et"
|
||||||
}
|
}
|
||||||
|
|||||||
+77
-45
@@ -153,6 +153,7 @@
|
|||||||
"siteResourcesTargetsOnSite": "此站点上的目标",
|
"siteResourcesTargetsOnSite": "此站点上的目标",
|
||||||
"siteSetting": "{siteName} 设置",
|
"siteSetting": "{siteName} 设置",
|
||||||
"siteNewtTunnel": "新节点 (推荐)",
|
"siteNewtTunnel": "新节点 (推荐)",
|
||||||
|
"pangolinSite": "Pangolin 站点",
|
||||||
"siteNewtTunnelDescription": "最简单的方式来创建任何网络的入口。没有额外的设置。",
|
"siteNewtTunnelDescription": "最简单的方式来创建任何网络的入口。没有额外的设置。",
|
||||||
"siteWg": "基本 WireGuard",
|
"siteWg": "基本 WireGuard",
|
||||||
"siteWgDescription": "使用任何 WireGuard 客户端来建立隧道。需要手动配置 NAT。",
|
"siteWgDescription": "使用任何 WireGuard 客户端来建立隧道。需要手动配置 NAT。",
|
||||||
@@ -465,6 +466,8 @@
|
|||||||
"apiKeysDelete": "删除 API 密钥",
|
"apiKeysDelete": "删除 API 密钥",
|
||||||
"apiKeysManage": "管理 API 密钥",
|
"apiKeysManage": "管理 API 密钥",
|
||||||
"apiKeysDescription": "API 密钥用于认证集成 API",
|
"apiKeysDescription": "API 密钥用于认证集成 API",
|
||||||
|
"orgsManage": "管理组织",
|
||||||
|
"orgsDescription": "查看和管理此实例中的所有组织",
|
||||||
"provisioningKeysTitle": "预配密钥",
|
"provisioningKeysTitle": "预配密钥",
|
||||||
"provisioningKeysManage": "管理预配密钥",
|
"provisioningKeysManage": "管理预配密钥",
|
||||||
"provisioningKeysDescription": "置备密钥用于验证您组织的自动站点配置。",
|
"provisioningKeysDescription": "置备密钥用于验证您组织的自动站点配置。",
|
||||||
@@ -716,6 +719,7 @@
|
|||||||
"nameOptional": "名称(可选)",
|
"nameOptional": "名称(可选)",
|
||||||
"accessControls": "访问控制",
|
"accessControls": "访问控制",
|
||||||
"userDescription2": "管理此用户的设置",
|
"userDescription2": "管理此用户的设置",
|
||||||
|
"userGeneralSettingsDescription": "管理此用户在组织中的角色和设置",
|
||||||
"accessRoleErrorAdd": "添加用户到角色失败",
|
"accessRoleErrorAdd": "添加用户到角色失败",
|
||||||
"accessRoleErrorAddDescription": "添加用户到角色时出错。",
|
"accessRoleErrorAddDescription": "添加用户到角色时出错。",
|
||||||
"userSaved": "用户已保存",
|
"userSaved": "用户已保存",
|
||||||
@@ -736,7 +740,7 @@
|
|||||||
"proxyErrorTls": "无效的 TLS 服务器名称。使用域名格式,或保存空以删除 TLS 服务器名称。",
|
"proxyErrorTls": "无效的 TLS 服务器名称。使用域名格式,或保存空以删除 TLS 服务器名称。",
|
||||||
"proxyEnableSSL": "启用 TLS",
|
"proxyEnableSSL": "启用 TLS",
|
||||||
"proxyEnableSSLDescription": "启用 SSL/TLS 加密以确保目标的 HTTPS 连接。",
|
"proxyEnableSSLDescription": "启用 SSL/TLS 加密以确保目标的 HTTPS 连接。",
|
||||||
"target": "Target",
|
"target": "目标",
|
||||||
"configureTarget": "配置目标",
|
"configureTarget": "配置目标",
|
||||||
"targetErrorFetch": "获取目标失败",
|
"targetErrorFetch": "获取目标失败",
|
||||||
"targetErrorFetchDescription": "获取目标时出错",
|
"targetErrorFetchDescription": "获取目标时出错",
|
||||||
@@ -912,8 +916,8 @@
|
|||||||
"policyAccessRulesFallthroughOff": "禁用规则后,所有流量将通过身份验证。",
|
"policyAccessRulesFallthroughOff": "禁用规则后,所有流量将通过身份验证。",
|
||||||
"policyAccessRulesFallthroughOn": "没有规则匹配时,流量将通过身份验证。",
|
"policyAccessRulesFallthroughOn": "没有规则匹配时,流量将通过身份验证。",
|
||||||
"rulesPlaceholderCidr": "10.0.0.0/8",
|
"rulesPlaceholderCidr": "10.0.0.0/8",
|
||||||
"rulesPlaceholderPath": "/admin/*",
|
"rulesPlaceholderPath": "/管理员/*",
|
||||||
"rulesPlaceholderGeo": "RU, KP",
|
"rulesPlaceholderGeo": "俄罗斯, 朝鲜",
|
||||||
"rulesSave": "保存规则",
|
"rulesSave": "保存规则",
|
||||||
"resourceErrorCreate": "创建资源时出错",
|
"resourceErrorCreate": "创建资源时出错",
|
||||||
"resourceErrorCreateDescription": "创建资源时出错",
|
"resourceErrorCreateDescription": "创建资源时出错",
|
||||||
@@ -948,8 +952,8 @@
|
|||||||
"unknownCommand": "未知命令",
|
"unknownCommand": "未知命令",
|
||||||
"newtErrorFetchReleases": "无法获取版本信息: {err}",
|
"newtErrorFetchReleases": "无法获取版本信息: {err}",
|
||||||
"newtErrorFetchLatest": "无法获取最新版信息: {err}",
|
"newtErrorFetchLatest": "无法获取最新版信息: {err}",
|
||||||
"newtEndpoint": "Endpoint",
|
"newtEndpoint": "终端",
|
||||||
"newtId": "ID",
|
"newtId": "身份ID",
|
||||||
"newtSecretKey": "密钥",
|
"newtSecretKey": "密钥",
|
||||||
"newtVersion": "版本",
|
"newtVersion": "版本",
|
||||||
"architecture": "架构",
|
"architecture": "架构",
|
||||||
@@ -1154,7 +1158,7 @@
|
|||||||
"idpAutoProvisionUsers": "自动提供用户",
|
"idpAutoProvisionUsers": "自动提供用户",
|
||||||
"idpAutoProvisionUsersDescription": "如果启用,用户将在首次登录时自动在系统中创建,并且能够映射用户到角色和组织。",
|
"idpAutoProvisionUsersDescription": "如果启用,用户将在首次登录时自动在系统中创建,并且能够映射用户到角色和组织。",
|
||||||
"idpAutoProvisionConfigureAfterCreate": "您可以在创建身份提供者后配置自动配置设置。",
|
"idpAutoProvisionConfigureAfterCreate": "您可以在创建身份提供者后配置自动配置设置。",
|
||||||
"licenseBadge": "EE",
|
"licenseBadge": "企业版",
|
||||||
"idpType": "提供者类型",
|
"idpType": "提供者类型",
|
||||||
"idpTypeDescription": "选择您想要配置的身份提供者类型",
|
"idpTypeDescription": "选择您想要配置的身份提供者类型",
|
||||||
"idpOidcConfigure": "OAuth2/OIDC 配置",
|
"idpOidcConfigure": "OAuth2/OIDC 配置",
|
||||||
@@ -1311,7 +1315,7 @@
|
|||||||
"generatePasswordResetCode": "生成密码重置代码",
|
"generatePasswordResetCode": "生成密码重置代码",
|
||||||
"passwordResetCodeGenerated": "密码重置代码已生成",
|
"passwordResetCodeGenerated": "密码重置代码已生成",
|
||||||
"passwordResetCodeGeneratedDescription": "与用户分享此代码。他们可以用它来重置他们的密码。",
|
"passwordResetCodeGeneratedDescription": "与用户分享此代码。他们可以用它来重置他们的密码。",
|
||||||
"passwordResetUrl": "Reset URL",
|
"passwordResetUrl": "重置网址",
|
||||||
"passwordNew": "新密码",
|
"passwordNew": "新密码",
|
||||||
"passwordNewConfirm": "确认新密码",
|
"passwordNewConfirm": "确认新密码",
|
||||||
"changePassword": "更改密码",
|
"changePassword": "更改密码",
|
||||||
@@ -1424,6 +1428,24 @@
|
|||||||
"logoutError": "注销错误",
|
"logoutError": "注销错误",
|
||||||
"signingAs": "登录为",
|
"signingAs": "登录为",
|
||||||
"serverAdmin": "服务器管理",
|
"serverAdmin": "服务器管理",
|
||||||
|
"promoteServerAdmin": "晋升为服务器管理员",
|
||||||
|
"promoteServerAdminTitle": "晋升为服务器管理员",
|
||||||
|
"promoteServerAdminQuestion": "您确定要将 {selectedUser} 晋升为服务器管理员吗?",
|
||||||
|
"promoteServerAdminMessage": "服务器管理员拥有最高权限,可以管理服务器。",
|
||||||
|
"promoteServerAdminWarning": "可以随时通过降级用户来撤销此操作。",
|
||||||
|
"promoteServerAdminConfirm": "晋升为服务器管理员",
|
||||||
|
"promoteServerAdminSuccess": "用户已晋升",
|
||||||
|
"promoteServerAdminSuccessDescription": "{selectedUser} 现在是服务器管理员。",
|
||||||
|
"promoteServerAdminError": "无法晋升用户",
|
||||||
|
"demoteServerAdmin": "降级为服务器管理员",
|
||||||
|
"demoteServerAdminTitle": "降级为服务器管理员",
|
||||||
|
"demoteServerAdminQuestion": "您确定要将 {selectedUser} 从服务器管理员降级吗?",
|
||||||
|
"demoteServerAdminMessage": "{selectedUser} 将失去所有服务器管理员权限。",
|
||||||
|
"demoteServerAdminWarning": "可以随时通过晋升用户来撤销此操作。",
|
||||||
|
"demoteServerAdminConfirm": "降级为服务器管理员",
|
||||||
|
"demoteServerAdminSuccess": "用户已降级",
|
||||||
|
"demoteServerAdminSuccessDescription": "{selectedUser} 不再是服务器管理员。",
|
||||||
|
"demoteServerAdminError": "无法降级用户",
|
||||||
"managedSelfhosted": "托管自托管",
|
"managedSelfhosted": "托管自托管",
|
||||||
"otpEnable": "启用双因子认证",
|
"otpEnable": "启用双因子认证",
|
||||||
"otpDisable": "禁用双因子认证",
|
"otpDisable": "禁用双因子认证",
|
||||||
@@ -1797,7 +1819,7 @@
|
|||||||
"aiClientConfigTabManual": "手动配置",
|
"aiClientConfigTabManual": "手动配置",
|
||||||
"aiClientConfigPreset": "配置",
|
"aiClientConfigPreset": "配置",
|
||||||
"aiClientConfigStep": "步骤 {number}",
|
"aiClientConfigStep": "步骤 {number}",
|
||||||
"aiClientConfigEndpointPlaceholder": "https://example.resource.url.com",
|
"aiClientConfigEndpointPlaceholder": "https://示例.资源.url.com",
|
||||||
"aiClientConfigPlaceholderWarning": "此片段包含示例值,如模型名称或资源 URL。在使用前代替它们为您自己的值。",
|
"aiClientConfigPlaceholderWarning": "此片段包含示例值,如模型名称或资源 URL。在使用前代替它们为您自己的值。",
|
||||||
"aiClientConfigRevealError": "无法加载您的 API 密钥。",
|
"aiClientConfigRevealError": "无法加载您的 API 密钥。",
|
||||||
"aiClientConfigRevealRetry": "再试一次",
|
"aiClientConfigRevealRetry": "再试一次",
|
||||||
@@ -1847,21 +1869,21 @@
|
|||||||
"aiProviderTypeNotFound": "未找到提供者类型",
|
"aiProviderTypeNotFound": "未找到提供者类型",
|
||||||
"aiProviderTypeOpenai": "OpenAI",
|
"aiProviderTypeOpenai": "OpenAI",
|
||||||
"aiProviderTypeAnthropic": "Anthropic",
|
"aiProviderTypeAnthropic": "Anthropic",
|
||||||
"aiProviderTypeGoogleGemini": "Google Gemini",
|
"aiProviderTypeGoogleGemini": "谷歌 Gemini",
|
||||||
"aiProviderTypeVertexAi": "Vertex AI",
|
"aiProviderTypeVertexAi": "Vertex AI",
|
||||||
"aiProviderTypeBedrock": "Amazon Bedrock",
|
"aiProviderTypeBedrock": "Amazon Bedrock",
|
||||||
"aiProviderTypeMicrosoftFoundry": "Microsoft Foundry",
|
"aiProviderTypeMicrosoftFoundry": "微软车间",
|
||||||
"aiProviderTypeOpenRouter": "OpenRouter",
|
"aiProviderTypeOpenRouter": "开放路由器",
|
||||||
"aiProviderTypeVercelAiGateway": "Vercel AI Gateway",
|
"aiProviderTypeVercelAiGateway": "Vercel AI 网关",
|
||||||
"aiProviderTypeCustom": "自定义",
|
"aiProviderTypeCustom": "自定义",
|
||||||
"aiProviderTypeOpenaiDescription": "OpenAI API",
|
"aiProviderTypeOpenaiDescription": "OpenAI 接口",
|
||||||
"aiProviderTypeAnthropicDescription": "Anthropic API",
|
"aiProviderTypeAnthropicDescription": "Anthropic 接口",
|
||||||
"aiProviderTypeGoogleGeminiDescription": "Google Gemini API",
|
"aiProviderTypeGoogleGeminiDescription": "Google Gemini 接口",
|
||||||
"aiProviderTypeVertexAiDescription": "Google Vertex AI API",
|
"aiProviderTypeVertexAiDescription": "Google Vertex AI 接口",
|
||||||
"aiProviderTypeBedrockDescription": "Amazon Bedrock 运行时 API",
|
"aiProviderTypeBedrockDescription": "Amazon Bedrock 运行时 API",
|
||||||
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry API",
|
"aiProviderTypeMicrosoftFoundryDescription": "Microsoft Foundry 接口",
|
||||||
"aiProviderTypeOpenRouterDescription": "OpenRouter API",
|
"aiProviderTypeOpenRouterDescription": "OpenRouter 接口",
|
||||||
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI Gateway API",
|
"aiProviderTypeVercelAiGatewayDescription": "Vercel AI 网关接口",
|
||||||
"aiProviderTypeCustomDescription": "使用您自己的端点或通过站点目标进行路由",
|
"aiProviderTypeCustomDescription": "使用您自己的端点或通过站点目标进行路由",
|
||||||
"aiProviderUpstreamUrl": "上游URL",
|
"aiProviderUpstreamUrl": "上游URL",
|
||||||
"aiProviderUpstreamUrlDescription": "提供商API的基础URL",
|
"aiProviderUpstreamUrlDescription": "提供商API的基础URL",
|
||||||
@@ -1882,7 +1904,7 @@
|
|||||||
"aiProviderAuthTypeXGoogApiKeyDescription": "x-goog-api-key头部。由Google Gemini使用",
|
"aiProviderAuthTypeXGoogApiKeyDescription": "x-goog-api-key头部。由Google Gemini使用",
|
||||||
"aiProviderAuthTypeHec": "Splunk HEC",
|
"aiProviderAuthTypeHec": "Splunk HEC",
|
||||||
"aiProviderAuthTypeHecDescription": "授权:Splunk密钥。由Splunk HTTP事件收集器使用",
|
"aiProviderAuthTypeHecDescription": "授权:Splunk密钥。由Splunk HTTP事件收集器使用",
|
||||||
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI Gateway",
|
"aiProviderAuthTypeCfAigAuthorization": "Cloudflare AI 网关",
|
||||||
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-authorization:Bearer key。由Cloudflare AI Gateway使用",
|
"aiProviderAuthTypeCfAigAuthorizationDescription": "cf-aig-authorization:Bearer key。由Cloudflare AI Gateway使用",
|
||||||
"aiProviderAuthTypeNone": "无身份验证",
|
"aiProviderAuthTypeNone": "无身份验证",
|
||||||
"aiProviderAuthTypePassthrough": "透传",
|
"aiProviderAuthTypePassthrough": "透传",
|
||||||
@@ -2095,6 +2117,7 @@
|
|||||||
"resourceBudgetSettings": "预算",
|
"resourceBudgetSettings": "预算",
|
||||||
"resourceBudgetSettingsDescription": "配置此 AI 网关如何根据支出或令牌限制来限制使用",
|
"resourceBudgetSettingsDescription": "配置此 AI 网关如何根据支出或令牌限制来限制使用",
|
||||||
"sidebarApiKeys": "API密钥",
|
"sidebarApiKeys": "API密钥",
|
||||||
|
"sidebarOrgs": "组织",
|
||||||
"sidebarProvisioning": "预配",
|
"sidebarProvisioning": "预配",
|
||||||
"sidebarSettings": "设置",
|
"sidebarSettings": "设置",
|
||||||
"sidebarAllUsers": "所有用户",
|
"sidebarAllUsers": "所有用户",
|
||||||
@@ -2682,7 +2705,7 @@
|
|||||||
"clientInstallOlmDescription": "在您的系统上运行 Olm",
|
"clientInstallOlmDescription": "在您的系统上运行 Olm",
|
||||||
"clientOlmCredentials": "全权证书",
|
"clientOlmCredentials": "全权证书",
|
||||||
"clientOlmCredentialsDescription": "这是客户端如何通过服务器进行身份验证",
|
"clientOlmCredentialsDescription": "这是客户端如何通过服务器进行身份验证",
|
||||||
"olmEndpoint": "Endpoint",
|
"olmEndpoint": "终端",
|
||||||
"olmId": "ID",
|
"olmId": "ID",
|
||||||
"olmSecretKey": "密钥",
|
"olmSecretKey": "密钥",
|
||||||
"clientCredentialsSave": "保存证书",
|
"clientCredentialsSave": "保存证书",
|
||||||
@@ -2843,12 +2866,12 @@
|
|||||||
"resourceEditDomain": "编辑域名",
|
"resourceEditDomain": "编辑域名",
|
||||||
"siteName": "站点名称",
|
"siteName": "站点名称",
|
||||||
"proxyPort": "端口",
|
"proxyPort": "端口",
|
||||||
"resourcesTableProxyResources": "",
|
"resourcesTableProxyResources": "公开资源",
|
||||||
"resourcesTableClientResources": "私有资源",
|
"resourcesTableClientResources": "私有资源",
|
||||||
"resourcesTableNoProxyResourcesFound": "未找到代理资源。",
|
"resourcesTableNoProxyResourcesFound": "未找到代理资源。",
|
||||||
"resourcesTableNoInternalResourcesFound": "未找到私有资源。",
|
"resourcesTableNoInternalResourcesFound": "未找到私有资源。",
|
||||||
"resourcesTableDestination": "目标",
|
"resourcesTableDestination": "目标",
|
||||||
"resourcesTableAlias": "Alias",
|
"resourcesTableAlias": "别名",
|
||||||
"resourcesTableAliasAddress": "别名地址",
|
"resourcesTableAliasAddress": "别名地址",
|
||||||
"resourcesTableAliasAddressInfo": "此地址是组织实用子网的一部分。它用来使用内部DNS解析来解析别名记录。",
|
"resourcesTableAliasAddressInfo": "此地址是组织实用子网的一部分。它用来使用内部DNS解析来解析别名记录。",
|
||||||
"resourcesTableClients": "客户端",
|
"resourcesTableClients": "客户端",
|
||||||
@@ -2895,7 +2918,7 @@
|
|||||||
"editInternalResourceDialogDestinationHostDescription": "站点网络上资源的 IP 地址或主机名。",
|
"editInternalResourceDialogDestinationHostDescription": "站点网络上资源的 IP 地址或主机名。",
|
||||||
"editInternalResourceDialogDestinationIPDescription": "站点网络上资源的IP或主机名地址。",
|
"editInternalResourceDialogDestinationIPDescription": "站点网络上资源的IP或主机名地址。",
|
||||||
"editInternalResourceDialogDestinationCidrDescription": "站点网络上资源的 CIDR 范围。",
|
"editInternalResourceDialogDestinationCidrDescription": "站点网络上资源的 CIDR 范围。",
|
||||||
"editInternalResourceDialogAlias": "Alias",
|
"editInternalResourceDialogAlias": "别名",
|
||||||
"editInternalResourceDialogAliasDescription": "此资源可选的内部DNS别名。",
|
"editInternalResourceDialogAliasDescription": "此资源可选的内部DNS别名。",
|
||||||
"createInternalResourceDialogNoSitesAvailable": "暂无可用站点",
|
"createInternalResourceDialogNoSitesAvailable": "暂无可用站点",
|
||||||
"createInternalResourceDialogNoSitesAvailableDescription": "您需要至少配置一个子网的Newt站点来创建私有资源。",
|
"createInternalResourceDialogNoSitesAvailableDescription": "您需要至少配置一个子网的Newt站点来创建私有资源。",
|
||||||
@@ -2954,7 +2977,7 @@
|
|||||||
"createInternalResourceDialogDestination": "目标",
|
"createInternalResourceDialogDestination": "目标",
|
||||||
"createInternalResourceDialogDestinationHostDescription": "站点网络上资源的 IP 地址或主机名。",
|
"createInternalResourceDialogDestinationHostDescription": "站点网络上资源的 IP 地址或主机名。",
|
||||||
"createInternalResourceDialogDestinationCidrDescription": "站点网络上资源的 CIDR 范围。",
|
"createInternalResourceDialogDestinationCidrDescription": "站点网络上资源的 CIDR 范围。",
|
||||||
"createInternalResourceDialogAlias": "Alias",
|
"createInternalResourceDialogAlias": "别名",
|
||||||
"createInternalResourceDialogAliasDescription": "此资源可选的内部DNS别名。",
|
"createInternalResourceDialogAliasDescription": "此资源可选的内部DNS别名。",
|
||||||
"internalResourceAliasLocalWarning": "以 .local 结尾的别名可能会因某些网络上的 mDNS 而导致解析问题。",
|
"internalResourceAliasLocalWarning": "以 .local 结尾的别名可能会因某些网络上的 mDNS 而导致解析问题。",
|
||||||
"internalResourceDownstreamSchemeRequired": "HTTP 资源需要方案",
|
"internalResourceDownstreamSchemeRequired": "HTTP 资源需要方案",
|
||||||
@@ -3073,7 +3096,7 @@
|
|||||||
"regionMiddleAfrica": "中东",
|
"regionMiddleAfrica": "中东",
|
||||||
"regionSouthernAfrica": "D. 南 非",
|
"regionSouthernAfrica": "D. 南 非",
|
||||||
"regionWesternAfrica": "D. 西部非洲",
|
"regionWesternAfrica": "D. 西部非洲",
|
||||||
"regionAmericas": "Americas",
|
"regionAmericas": "美洲",
|
||||||
"regionCaribbean": "加勒比",
|
"regionCaribbean": "加勒比",
|
||||||
"regionCentralAmerica": "中美洲:",
|
"regionCentralAmerica": "中美洲:",
|
||||||
"regionSouthAmerica": "南 非",
|
"regionSouthAmerica": "南 非",
|
||||||
@@ -3089,11 +3112,11 @@
|
|||||||
"regionNorthernEurope": "北欧洲",
|
"regionNorthernEurope": "北欧洲",
|
||||||
"regionSouthernEurope": "南欧洲",
|
"regionSouthernEurope": "南欧洲",
|
||||||
"regionWesternEurope": "西欧洲",
|
"regionWesternEurope": "西欧洲",
|
||||||
"regionOceania": "Oceania",
|
"regionOceania": "大洋洲",
|
||||||
"regionAustraliaAndNewZealand": "澳大利亚和新西兰",
|
"regionAustraliaAndNewZealand": "澳大利亚和新西兰",
|
||||||
"regionMelanesia": "Melanesia",
|
"regionMelanesia": "美拉尼西亚",
|
||||||
"regionMicronesia": "Micronesia",
|
"regionMicronesia": "密克罗尼西亚",
|
||||||
"regionPolynesia": "Polynesia",
|
"regionPolynesia": "玻里尼西亚",
|
||||||
"managedSelfHosted": {
|
"managedSelfHosted": {
|
||||||
"title": "托管自托管",
|
"title": "托管自托管",
|
||||||
"description": "更可靠和低维护自我托管的 Pangolin 服务器,带有额外的铃声和告密器",
|
"description": "更可靠和低维护自我托管的 Pangolin 服务器,带有额外的铃声和告密器",
|
||||||
@@ -3163,17 +3186,17 @@
|
|||||||
"roleMappingRemoveRule": "删除",
|
"roleMappingRemoveRule": "删除",
|
||||||
"idpGoogleConfiguration": "Google 配置",
|
"idpGoogleConfiguration": "Google 配置",
|
||||||
"idpGoogleConfigurationDescription": "配置 Google OAuth2 凭据",
|
"idpGoogleConfigurationDescription": "配置 Google OAuth2 凭据",
|
||||||
"idpGoogleClientIdDescription": "Google OAuth2 Client ID",
|
"idpGoogleClientIdDescription": "您的 Google OAuth2 客户端 ID",
|
||||||
"idpGoogleClientSecretDescription": "Google OAuth2 客户端密钥",
|
"idpGoogleClientSecretDescription": "Google OAuth2 客户端密钥",
|
||||||
"idpAzureConfiguration": "Azure Entra ID 配置",
|
"idpAzureConfiguration": "Azure Entra ID 配置",
|
||||||
"idpAzureConfigurationDescription": "配置 Azure Entra ID OAuth2 凭据",
|
"idpAzureConfigurationDescription": "配置 Azure Entra ID OAuth2 凭据",
|
||||||
"idpTenantId": "租户 ID",
|
"idpTenantId": "租户 ID",
|
||||||
"idpTenantIdPlaceholder": "tenant-id",
|
"idpTenantIdPlaceholder": "租户 ID",
|
||||||
"idpAzureTenantIdDescription": "Azure 租户ID (在 Azure Active Directory 概览中找到)",
|
"idpAzureTenantIdDescription": "Azure 租户ID (在 Azure Active Directory 概览中找到)",
|
||||||
"idpAzureClientIdDescription": "Azure 应用注册客户端 ID",
|
"idpAzureClientIdDescription": "Azure 应用注册客户端 ID",
|
||||||
"idpAzureClientSecretDescription": "Azure 应用程序注册客户端密钥",
|
"idpAzureClientSecretDescription": "Azure 应用程序注册客户端密钥",
|
||||||
"idpGoogleTitle": "谷歌",
|
"idpGoogleTitle": "谷歌",
|
||||||
"idpGoogleAlt": "Google",
|
"idpGoogleAlt": "谷歌",
|
||||||
"idpAzureTitle": "Azure Entra ID",
|
"idpAzureTitle": "Azure Entra ID",
|
||||||
"idpAzureAlt": "Azure",
|
"idpAzureAlt": "Azure",
|
||||||
"idpGoogleConfigurationTitle": "Google 配置",
|
"idpGoogleConfigurationTitle": "Google 配置",
|
||||||
@@ -3182,7 +3205,7 @@
|
|||||||
"idpAzureClientIdDescription2": "Azure 应用注册客户端 ID",
|
"idpAzureClientIdDescription2": "Azure 应用注册客户端 ID",
|
||||||
"idpAzureClientSecretDescription2": "Azure 应用程序注册客户端密钥",
|
"idpAzureClientSecretDescription2": "Azure 应用程序注册客户端密钥",
|
||||||
"idpGoogleDescription": "Google OAuth2/OIDC 提供商",
|
"idpGoogleDescription": "Google OAuth2/OIDC 提供商",
|
||||||
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC provider",
|
"idpAzureDescription": "Microsoft Azure OAuth2/OIDC 提供商",
|
||||||
"subnet": "子网",
|
"subnet": "子网",
|
||||||
"utilitySubnet": "实用程序子网",
|
"utilitySubnet": "实用程序子网",
|
||||||
"subnetDescription": "此组织网络配置的子网。",
|
"subnetDescription": "此组织网络配置的子网。",
|
||||||
@@ -3348,7 +3371,7 @@
|
|||||||
"manageMachineClientsDescription": "创建和管理服务器和系统用于私密连接到资源的客户端",
|
"manageMachineClientsDescription": "创建和管理服务器和系统用于私密连接到资源的客户端",
|
||||||
"machineClientsBannerTitle": "服务器与自动化系统",
|
"machineClientsBannerTitle": "服务器与自动化系统",
|
||||||
"machineClientsBannerDescription": "机器客户端适用于不与特定用户关联的服务器与自动化系统。它们使用ID和密钥进行身份验证,并可以与Pangolin CLI、Olm CLI或作为容器运行。",
|
"machineClientsBannerDescription": "机器客户端适用于不与特定用户关联的服务器与自动化系统。它们使用ID和密钥进行身份验证,并可以与Pangolin CLI、Olm CLI或作为容器运行。",
|
||||||
"machineClientsBannerPangolinCLI": "Pangolin CLI",
|
"machineClientsBannerPangolinCLI": "邦戈林 CLI",
|
||||||
"machineClientsBannerOlmCLI": "Olm CLI",
|
"machineClientsBannerOlmCLI": "Olm CLI",
|
||||||
"machineClientsBannerOlmContainer": "Olm 容器",
|
"machineClientsBannerOlmContainer": "Olm 容器",
|
||||||
"clientsTableUserClients": "用户",
|
"clientsTableUserClients": "用户",
|
||||||
@@ -3478,6 +3501,7 @@
|
|||||||
"priority": "优先权",
|
"priority": "优先权",
|
||||||
"priorityDescription": "先评估更高优先级线路。优先级 = 100意味着自动排序(系统决定). 使用另一个数字强制执行手动优先级。",
|
"priorityDescription": "先评估更高优先级线路。优先级 = 100意味着自动排序(系统决定). 使用另一个数字强制执行手动优先级。",
|
||||||
"instanceName": "实例名称",
|
"instanceName": "实例名称",
|
||||||
|
"clearInstanceName": "重置服务器关联",
|
||||||
"pathMatchModalTitle": "配置路径匹配",
|
"pathMatchModalTitle": "配置路径匹配",
|
||||||
"pathMatchModalDescription": "根据传入请求的路径设置匹配方式。",
|
"pathMatchModalDescription": "根据传入请求的路径设置匹配方式。",
|
||||||
"pathMatchType": "匹配类型",
|
"pathMatchType": "匹配类型",
|
||||||
@@ -3533,11 +3557,11 @@
|
|||||||
"allowedByRule": "根据规则允许",
|
"allowedByRule": "根据规则允许",
|
||||||
"allowedNoAuth": "无认证",
|
"allowedNoAuth": "无认证",
|
||||||
"validAccessToken": "有效访问令牌",
|
"validAccessToken": "有效访问令牌",
|
||||||
"validHeaderAuth": "Valid header auth",
|
"validHeaderAuth": "有效的头部认证",
|
||||||
"validPincode": "Valid Pincode",
|
"validPincode": "有效的 PIN 码",
|
||||||
"validPassword": "有效密码",
|
"validPassword": "有效密码",
|
||||||
"validEmail": "Valid email",
|
"validEmail": "有效的邮箱",
|
||||||
"validSSO": "Valid SSO",
|
"validSSO": "有效的 SSO",
|
||||||
"validVirtualAPIKey": "有效虚拟 API 密钥",
|
"validVirtualAPIKey": "有效虚拟 API 密钥",
|
||||||
"view": "查看",
|
"view": "查看",
|
||||||
"configManaged": "配置已管理",
|
"configManaged": "配置已管理",
|
||||||
@@ -3546,7 +3570,7 @@
|
|||||||
"droppedByRule": "被规则删除",
|
"droppedByRule": "被规则删除",
|
||||||
"noSessions": "无会话",
|
"noSessions": "无会话",
|
||||||
"temporaryRequestToken": "临时请求令牌",
|
"temporaryRequestToken": "临时请求令牌",
|
||||||
"noMoreAuthMethods": "No Valid Auth",
|
"noMoreAuthMethods": "没有有效的认证",
|
||||||
"ip": "IP",
|
"ip": "IP",
|
||||||
"reason": "原因",
|
"reason": "原因",
|
||||||
"requestLogs": "请求日志",
|
"requestLogs": "请求日志",
|
||||||
@@ -3750,8 +3774,8 @@
|
|||||||
"regenerateCredentialsWarning": "重新生成凭据将使以前的凭据失效并导致断开连接。请确保更新使用这些凭据的任何配置。",
|
"regenerateCredentialsWarning": "重新生成凭据将使以前的凭据失效并导致断开连接。请确保更新使用这些凭据的任何配置。",
|
||||||
"confirm": "确认",
|
"confirm": "确认",
|
||||||
"regenerateCredentialsConfirmation": "您确定要重新生成凭据吗?",
|
"regenerateCredentialsConfirmation": "您确定要重新生成凭据吗?",
|
||||||
"endpoint": "Endpoint",
|
"endpoint": "终端",
|
||||||
"Id": "Id",
|
"Id": "ID",
|
||||||
"SecretKey": "秘密密钥",
|
"SecretKey": "秘密密钥",
|
||||||
"niceId": "好的 ID",
|
"niceId": "好的 ID",
|
||||||
"niceIdUpdated": "好的 ID 已更新",
|
"niceIdUpdated": "好的 ID 已更新",
|
||||||
@@ -3760,13 +3784,14 @@
|
|||||||
"niceIdUpdateErrorDescription": "更新Nice ID时出错。",
|
"niceIdUpdateErrorDescription": "更新Nice ID时出错。",
|
||||||
"niceIdCannotBeEmpty": "好的 ID 不能为空",
|
"niceIdCannotBeEmpty": "好的 ID 不能为空",
|
||||||
"enterIdentifier": "输入标识符",
|
"enterIdentifier": "输入标识符",
|
||||||
"identifier": "Identifier",
|
"identifier": "标识符",
|
||||||
"deviceLoginUseDifferentAccount": "不是你?使用一个不同的帐户。",
|
"deviceLoginUseDifferentAccount": "不是你?使用一个不同的帐户。",
|
||||||
"deviceLoginDeviceRequestingAccessToAccount": "设备正在请求访问此帐户。",
|
"deviceLoginDeviceRequestingAccessToAccount": "设备正在请求访问此帐户。",
|
||||||
"loginSelectAuthenticationMethod": "选择要继续的身份验证方法。",
|
"loginSelectAuthenticationMethod": "选择要继续的身份验证方法。",
|
||||||
"noData": "无数据",
|
"noData": "无数据",
|
||||||
"machineClients": "机器客户端",
|
"machineClients": "机器客户端",
|
||||||
"install": "安装",
|
"install": "安装",
|
||||||
|
"downloadInstaller": "下载安装程序",
|
||||||
"run": "运行",
|
"run": "运行",
|
||||||
"envFile": "环境文件",
|
"envFile": "环境文件",
|
||||||
"serviceFile": "服务文件",
|
"serviceFile": "服务文件",
|
||||||
@@ -3944,7 +3969,7 @@
|
|||||||
"kernelVersion": "内核版本",
|
"kernelVersion": "内核版本",
|
||||||
"deviceModel": "设备模型",
|
"deviceModel": "设备模型",
|
||||||
"serialNumber": "序列号",
|
"serialNumber": "序列号",
|
||||||
"hostname": "Hostname",
|
"hostname": "主机名",
|
||||||
"firstSeen": "第一次查看",
|
"firstSeen": "第一次查看",
|
||||||
"lastSeen": "上次查看时间",
|
"lastSeen": "上次查看时间",
|
||||||
"biometricsEnabled": "生物计已启用",
|
"biometricsEnabled": "生物计已启用",
|
||||||
@@ -3974,6 +3999,7 @@
|
|||||||
"disconnected": "断开连接",
|
"disconnected": "断开连接",
|
||||||
"approvalsEmptyStateTitle": "设备批准未启用",
|
"approvalsEmptyStateTitle": "设备批准未启用",
|
||||||
"approvalsEmptyStateDescription": "在用户连接新设备之前,允许设备批准角色,需要管理员批准。",
|
"approvalsEmptyStateDescription": "在用户连接新设备之前,允许设备批准角色,需要管理员批准。",
|
||||||
|
"approvalsEmptyStateHowToTitle": "如何启用",
|
||||||
"approvalsEmptyStateStep1Title": "转到角色",
|
"approvalsEmptyStateStep1Title": "转到角色",
|
||||||
"approvalsEmptyStateStep1Description": "导航到您组织的角色设置来配置设备批准。",
|
"approvalsEmptyStateStep1Description": "导航到您组织的角色设置来配置设备批准。",
|
||||||
"approvalsEmptyStateStep2Title": "启用设备批准",
|
"approvalsEmptyStateStep2Title": "启用设备批准",
|
||||||
@@ -4253,6 +4279,11 @@
|
|||||||
"resourceLauncherViewAsAdmin": "以管理员身份查看",
|
"resourceLauncherViewAsAdmin": "以管理员身份查看",
|
||||||
"resourceLauncherResourceDetailsDescription": "此资源的连接信息和状态。",
|
"resourceLauncherResourceDetailsDescription": "此资源的连接信息和状态。",
|
||||||
"resourceLauncherResourceDetails": "资源详情",
|
"resourceLauncherResourceDetails": "资源详情",
|
||||||
|
"resourceLauncherSitesDescription": "该资源可通过以下网站访问。",
|
||||||
|
"resourceLauncherViewSiteAsAdmin": "以管理员身份查看网站",
|
||||||
|
"resourceLauncherFilterBySite": "按网站过滤",
|
||||||
|
"resourceLauncherSshCommand": "SSH命令",
|
||||||
|
"resourceLauncherSshCommandDescription": "使用Pangolin CLI来打开该资源的SSH会话。",
|
||||||
"resourceLauncherAuthMethodsDescription": "此资源启用的身份验证方法。",
|
"resourceLauncherAuthMethodsDescription": "此资源启用的身份验证方法。",
|
||||||
"resourceLauncherPrivateClientRequired": "请在您的设备上连接客户端以私密访问此资源。",
|
"resourceLauncherPrivateClientRequired": "请在您的设备上连接客户端以私密访问此资源。",
|
||||||
"resourceLauncherPrivateClientRequiredTitle": "需要客户端连接",
|
"resourceLauncherPrivateClientRequiredTitle": "需要客户端连接",
|
||||||
@@ -4363,5 +4394,6 @@
|
|||||||
"rdpUnicodeKeyboardMode": "Unicode 键盘模式",
|
"rdpUnicodeKeyboardMode": "Unicode 键盘模式",
|
||||||
"sessionToolbarShow": "显示工具栏",
|
"sessionToolbarShow": "显示工具栏",
|
||||||
"sessionToolbarHide": "隐藏工具栏",
|
"sessionToolbarHide": "隐藏工具栏",
|
||||||
"actionUpdateSiteApprovals": "更新站点审批"
|
"actionUpdateSiteApprovals": "更新站点审批",
|
||||||
|
"check": "检查"
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+69
-110
@@ -75,6 +75,7 @@
|
|||||||
"jmespath": "0.16.0",
|
"jmespath": "0.16.0",
|
||||||
"js-yaml": "5.4.1",
|
"js-yaml": "5.4.1",
|
||||||
"jsonwebtoken": "9.0.3",
|
"jsonwebtoken": "9.0.3",
|
||||||
|
"lru-cache": "11.5.2",
|
||||||
"lucide-react": "1.38.0",
|
"lucide-react": "1.38.0",
|
||||||
"maxmind": "5.0.7",
|
"maxmind": "5.0.7",
|
||||||
"moment": "2.30.1",
|
"moment": "2.30.1",
|
||||||
@@ -82,8 +83,7 @@
|
|||||||
"next-intl": "4.14.1",
|
"next-intl": "4.14.1",
|
||||||
"next-themes": "0.4.6",
|
"next-themes": "0.4.6",
|
||||||
"nextjs-toploader": "3.9.17",
|
"nextjs-toploader": "3.9.17",
|
||||||
"node-cache": "5.1.2",
|
"nodemailer": "9.1.1",
|
||||||
"nodemailer": "9.1.0",
|
|
||||||
"oslo": "1.2.1",
|
"oslo": "1.2.1",
|
||||||
"pg": "8.23.0",
|
"pg": "8.23.0",
|
||||||
"posthog-node": "5.51.4",
|
"posthog-node": "5.51.4",
|
||||||
@@ -910,14 +910,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@emnapi/core": {
|
"node_modules/@emnapi/core": {
|
||||||
"version": "1.10.0",
|
"version": "0.45.0",
|
||||||
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-0.45.0.tgz",
|
||||||
"integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==",
|
"integrity": "sha512-DPWjcUDQkCeEM4VnljEOEcXdAD7pp8zSZsgOujk/LGIwCXWbXJngin+MO4zbH429lzeC3WbYLGjE2MaUOwzpyw==",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emnapi/wasi-threads": "1.2.1",
|
|
||||||
"tslib": "^2.4.0"
|
"tslib": "^2.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -932,9 +930,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@emnapi/wasi-threads": {
|
"node_modules/@emnapi/wasi-threads": {
|
||||||
"version": "1.2.1",
|
"version": "1.2.3",
|
||||||
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz",
|
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.3.tgz",
|
||||||
"integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==",
|
"integrity": "sha512-ELEBe8PsLvvJ6QMr0zLt8ffvOHW/dc1m3CEzNMg7aJUv3bMaoDtw2TXyDAwkYBuroxxuHEwhRTLJSe5sya547g==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
@@ -2496,6 +2494,29 @@
|
|||||||
"@tybys/wasm-util": "^0.10.0"
|
"@tybys/wasm-util": "^0.10.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@napi-rs/wasm-runtime/node_modules/@emnapi/core": {
|
||||||
|
"version": "1.11.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.11.3.tgz",
|
||||||
|
"integrity": "sha512-zLpS5asjEb7lq8jYLq37N6XKaE41DIexlY1rF/z4/tIl3wo13Sqm28fRyfIsKZD+NZ8mM5RoKkpW/rBcuoSZSg==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@emnapi/wasi-threads": "1.2.3",
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@napi-rs/wasm-runtime/node_modules/@tybys/wasm-util": {
|
||||||
|
"version": "0.10.4",
|
||||||
|
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.4.tgz",
|
||||||
|
"integrity": "sha512-W3c4gRigFS0T/Ma4qIYF3GDAc5AQdHb1yL5znJT1Zv1YaD9Kitx656wBjvr19qbiosmZT8lWDM5BEMynUqX65A==",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@next/env": {
|
"node_modules/@next/env": {
|
||||||
"version": "16.3.3",
|
"version": "16.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.3.3.tgz",
|
||||||
@@ -2849,6 +2870,35 @@
|
|||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@node-rs/argon2-wasm32-wasi": {
|
||||||
|
"version": "1.7.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@node-rs/argon2-wasm32-wasi/-/argon2-wasm32-wasi-1.7.0.tgz",
|
||||||
|
"integrity": "sha512-Evmk9VcxqnuwQftfAfYEr6YZYSPLzmKUsbFIMep5nTt9PT4XYRFAERj7wNYp+rOcBenF3X4xoB+LhwcOMTNE5w==",
|
||||||
|
"cpu": [
|
||||||
|
"wasm32"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"@emnapi/core": "^0.45.0",
|
||||||
|
"@emnapi/runtime": "^0.45.0",
|
||||||
|
"@tybys/wasm-util": "^0.8.1",
|
||||||
|
"memfs-browser": "^3.4.13000"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@node-rs/argon2-wasm32-wasi/node_modules/@emnapi/runtime": {
|
||||||
|
"version": "0.45.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.45.0.tgz",
|
||||||
|
"integrity": "sha512-Txumi3td7J4A/xTTwlssKieHKTGl3j4A1tglBx72auZ49YK7ePY6XZricgIg9mnZT4xPfA+UPCUdnhRuEFDL+w==",
|
||||||
|
"license": "MIT",
|
||||||
|
"optional": true,
|
||||||
|
"dependencies": {
|
||||||
|
"tslib": "^2.4.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@node-rs/argon2-win32-arm64-msvc": {
|
"node_modules/@node-rs/argon2-win32-arm64-msvc": {
|
||||||
"version": "2.2.0",
|
"version": "2.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/@node-rs/argon2-win32-arm64-msvc/-/argon2-win32-arm64-msvc-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/@node-rs/argon2-win32-arm64-msvc/-/argon2-win32-arm64-msvc-2.2.0.tgz",
|
||||||
@@ -3111,16 +3161,6 @@
|
|||||||
"node": ">=14.0.0"
|
"node": ">=14.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@node-rs/bcrypt-wasm32-wasi/node_modules/@emnapi/core": {
|
|
||||||
"version": "0.45.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-0.45.0.tgz",
|
|
||||||
"integrity": "sha512-DPWjcUDQkCeEM4VnljEOEcXdAD7pp8zSZsgOujk/LGIwCXWbXJngin+MO4zbH429lzeC3WbYLGjE2MaUOwzpyw==",
|
|
||||||
"license": "MIT",
|
|
||||||
"optional": true,
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@node-rs/bcrypt-wasm32-wasi/node_modules/@emnapi/runtime": {
|
"node_modules/@node-rs/bcrypt-wasm32-wasi/node_modules/@emnapi/runtime": {
|
||||||
"version": "0.45.0",
|
"version": "0.45.0",
|
||||||
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.45.0.tgz",
|
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.45.0.tgz",
|
||||||
@@ -3131,16 +3171,6 @@
|
|||||||
"tslib": "^2.4.0"
|
"tslib": "^2.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@node-rs/bcrypt-wasm32-wasi/node_modules/@tybys/wasm-util": {
|
|
||||||
"version": "0.8.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.8.3.tgz",
|
|
||||||
"integrity": "sha512-Z96T/L6dUFFxgFJ+pQtkPpne9q7i6kIPYCFnQBHSgSPV9idTsKfIhCss0h5iM9irweZCatkrdeP8yi5uM1eX6Q==",
|
|
||||||
"license": "MIT",
|
|
||||||
"optional": true,
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@node-rs/bcrypt-win32-arm64-msvc": {
|
"node_modules/@node-rs/bcrypt-win32-arm64-msvc": {
|
||||||
"version": "1.9.0",
|
"version": "1.9.0",
|
||||||
"resolved": "https://registry.npmjs.org/@node-rs/bcrypt-win32-arm64-msvc/-/bcrypt-win32-arm64-msvc-1.9.0.tgz",
|
"resolved": "https://registry.npmjs.org/@node-rs/bcrypt-win32-arm64-msvc/-/bcrypt-win32-arm64-msvc-1.9.0.tgz",
|
||||||
@@ -6420,10 +6450,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@tybys/wasm-util": {
|
"node_modules/@tybys/wasm-util": {
|
||||||
"version": "0.10.2",
|
"version": "0.8.3",
|
||||||
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz",
|
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.8.3.tgz",
|
||||||
"integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==",
|
"integrity": "sha512-Z96T/L6dUFFxgFJ+pQtkPpne9q7i6kIPYCFnQBHSgSPV9idTsKfIhCss0h5iM9irweZCatkrdeP8yi5uM1eX6Q==",
|
||||||
"dev": true,
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -8307,15 +8336,6 @@
|
|||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/clone": {
|
|
||||||
"version": "2.1.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz",
|
|
||||||
"integrity": "sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==",
|
|
||||||
"license": "MIT",
|
|
||||||
"engines": {
|
|
||||||
"node": ">=0.8"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/clsx": {
|
"node_modules/clsx": {
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
|
||||||
@@ -12637,9 +12657,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/lru-cache": {
|
"node_modules/lru-cache": {
|
||||||
"version": "11.3.6",
|
"version": "11.5.2",
|
||||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.6.tgz",
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
||||||
"integrity": "sha512-Gf/KoL3C/MlI7Bt0PGI9I+TeTC/I6r/csU58N4BSNc4lppLBeKsOdFYkK+dX0ABDUMJNfCHTyPpzwwO21Awd3A==",
|
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
||||||
"license": "BlueOak-1.0.0",
|
"license": "BlueOak-1.0.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20 || >=22"
|
"node": "20 || >=22"
|
||||||
@@ -13146,18 +13166,6 @@
|
|||||||
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
"integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/node-cache": {
|
|
||||||
"version": "5.1.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-cache/-/node-cache-5.1.2.tgz",
|
|
||||||
"integrity": "sha512-t1QzWwnk4sjLWaQAS8CHgOJ+RAfmHpxFWmc36IWTiWHQfs0w5JDMBS1b1ZxQteo0vVVuWJvIUKHDkkeK7vIGCg==",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"clone": "2.x"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 8.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/node-exports-info": {
|
"node_modules/node-exports-info": {
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/node-exports-info/-/node-exports-info-1.6.0.tgz",
|
||||||
@@ -13207,9 +13215,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/nodemailer": {
|
"node_modules/nodemailer": {
|
||||||
"version": "9.1.0",
|
"version": "9.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-9.1.1.tgz",
|
||||||
"integrity": "sha512-xj1Ri5Sau3qpPffHJwi2bY0oWVVWYq62Ph17l+2v1xXpxjqTls3YPc3L8dub9mcJpxj+1ucNnuYVqLlgh4pmDA==",
|
"integrity": "sha512-izw9mVKFix6YSnC9eLgV6g1opl9DUlRio9ZNcq+Wu9Ujn2UwF+8Nl0B8nz22kEC+CTZCvinkxwJ0DeFbb6NwcQ==",
|
||||||
"license": "MIT-0",
|
"license": "MIT-0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.0.0"
|
"node": ">=6.0.0"
|
||||||
@@ -13447,26 +13455,6 @@
|
|||||||
"@node-rs/bcrypt": "1.9.0"
|
"@node-rs/bcrypt": "1.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/oslo/node_modules/@emnapi/core": {
|
|
||||||
"version": "0.45.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-0.45.0.tgz",
|
|
||||||
"integrity": "sha512-DPWjcUDQkCeEM4VnljEOEcXdAD7pp8zSZsgOujk/LGIwCXWbXJngin+MO4zbH429lzeC3WbYLGjE2MaUOwzpyw==",
|
|
||||||
"license": "MIT",
|
|
||||||
"optional": true,
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/oslo/node_modules/@emnapi/runtime": {
|
|
||||||
"version": "0.45.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-0.45.0.tgz",
|
|
||||||
"integrity": "sha512-Txumi3td7J4A/xTTwlssKieHKTGl3j4A1tglBx72auZ49YK7ePY6XZricgIg9mnZT4xPfA+UPCUdnhRuEFDL+w==",
|
|
||||||
"license": "MIT",
|
|
||||||
"optional": true,
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/oslo/node_modules/@node-rs/argon2": {
|
"node_modules/oslo/node_modules/@node-rs/argon2": {
|
||||||
"version": "1.7.0",
|
"version": "1.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@node-rs/argon2/-/argon2-1.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/@node-rs/argon2/-/argon2-1.7.0.tgz",
|
||||||
@@ -13658,25 +13646,6 @@
|
|||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/oslo/node_modules/@node-rs/argon2-wasm32-wasi": {
|
|
||||||
"version": "1.7.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@node-rs/argon2-wasm32-wasi/-/argon2-wasm32-wasi-1.7.0.tgz",
|
|
||||||
"integrity": "sha512-Evmk9VcxqnuwQftfAfYEr6YZYSPLzmKUsbFIMep5nTt9PT4XYRFAERj7wNYp+rOcBenF3X4xoB+LhwcOMTNE5w==",
|
|
||||||
"cpu": [
|
|
||||||
"wasm32"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"optional": true,
|
|
||||||
"dependencies": {
|
|
||||||
"@emnapi/core": "^0.45.0",
|
|
||||||
"@emnapi/runtime": "^0.45.0",
|
|
||||||
"@tybys/wasm-util": "^0.8.1",
|
|
||||||
"memfs-browser": "^3.4.13000"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=14.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/oslo/node_modules/@node-rs/argon2-win32-arm64-msvc": {
|
"node_modules/oslo/node_modules/@node-rs/argon2-win32-arm64-msvc": {
|
||||||
"version": "1.7.0",
|
"version": "1.7.0",
|
||||||
"resolved": "https://registry.npmjs.org/@node-rs/argon2-win32-arm64-msvc/-/argon2-win32-arm64-msvc-1.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/@node-rs/argon2-win32-arm64-msvc/-/argon2-win32-arm64-msvc-1.7.0.tgz",
|
||||||
@@ -13725,16 +13694,6 @@
|
|||||||
"node": ">= 10"
|
"node": ">= 10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/oslo/node_modules/@tybys/wasm-util": {
|
|
||||||
"version": "0.8.3",
|
|
||||||
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.8.3.tgz",
|
|
||||||
"integrity": "sha512-Z96T/L6dUFFxgFJ+pQtkPpne9q7i6kIPYCFnQBHSgSPV9idTsKfIhCss0h5iM9irweZCatkrdeP8yi5uM1eX6Q==",
|
|
||||||
"license": "MIT",
|
|
||||||
"optional": true,
|
|
||||||
"dependencies": {
|
|
||||||
"tslib": "^2.4.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/own-keys": {
|
"node_modules/own-keys": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
|
||||||
|
|||||||
+1
-1
@@ -106,7 +106,7 @@
|
|||||||
"next-intl": "4.14.1",
|
"next-intl": "4.14.1",
|
||||||
"next-themes": "0.4.6",
|
"next-themes": "0.4.6",
|
||||||
"nextjs-toploader": "3.9.17",
|
"nextjs-toploader": "3.9.17",
|
||||||
"nodemailer": "9.1.0",
|
"nodemailer": "9.1.1",
|
||||||
"oslo": "1.2.1",
|
"oslo": "1.2.1",
|
||||||
"pg": "8.23.0",
|
"pg": "8.23.0",
|
||||||
"posthog-node": "5.51.4",
|
"posthog-node": "5.51.4",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import path from "path";
|
|||||||
import { fileURLToPath } from "url";
|
import { fileURLToPath } from "url";
|
||||||
|
|
||||||
// This is a placeholder value replaced by the build process
|
// This is a placeholder value replaced by the build process
|
||||||
export const APP_VERSION = "1.22.0";
|
export const APP_VERSION = "1.23.0";
|
||||||
|
|
||||||
export const __FILENAME = fileURLToPath(import.meta.url);
|
export const __FILENAME = fileURLToPath(import.meta.url);
|
||||||
export const __DIRNAME = path.dirname(__FILENAME);
|
export const __DIRNAME = path.dirname(__FILENAME);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { LRUCache } from "lru-cache";
|
import { LRUCache } from "lru-cache";
|
||||||
|
|
||||||
const DEFAULT_MAX_KEYS = 10000;
|
const DEFAULT_MAX_KEYS = 10000;
|
||||||
const DEFAULT_TTL_MS = 3600 * 1000;
|
const DEFAULT_TTL_SECONDS = 3600;
|
||||||
|
|
||||||
export type LocalCache = {
|
export type LocalCache = {
|
||||||
get<T>(key: string): T | undefined;
|
get<T>(key: string): T | undefined;
|
||||||
@@ -14,10 +14,13 @@ export type LocalCache = {
|
|||||||
getTtl(key: string): number | undefined;
|
getTtl(key: string): number | undefined;
|
||||||
};
|
};
|
||||||
|
|
||||||
export function createLocalCache(max = DEFAULT_MAX_KEYS): LocalCache {
|
export function createLocalCache(
|
||||||
|
max = DEFAULT_MAX_KEYS,
|
||||||
|
ttlSeconds = DEFAULT_TTL_SECONDS
|
||||||
|
): LocalCache {
|
||||||
const lru = new LRUCache<string, {}>({
|
const lru = new LRUCache<string, {}>({
|
||||||
max,
|
max,
|
||||||
ttl: DEFAULT_TTL_MS,
|
ttl: ttlSeconds * 1000,
|
||||||
updateAgeOnGet: false
|
updateAgeOnGet: false
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -22,14 +22,7 @@ export async function startDnsServer() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const cacheOptions = {
|
dnsServer = new AuthoritativeDNSServer(dnsConfig.listen_port);
|
||||||
stdTTL: 300, // 5 minutes default TTL
|
|
||||||
checkperiod: 60, // Check for expired keys every 60 seconds
|
|
||||||
useClones: false // Better performance
|
|
||||||
};
|
|
||||||
|
|
||||||
// Create DNS server
|
|
||||||
dnsServer = new AuthoritativeDNSServer(dnsConfig.listen_port, cacheOptions);
|
|
||||||
|
|
||||||
await dnsServer.start();
|
await dnsServer.start();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,8 +13,11 @@
|
|||||||
|
|
||||||
import * as dgram from "dgram";
|
import * as dgram from "dgram";
|
||||||
import * as dns from "dns-packet";
|
import * as dns from "dns-packet";
|
||||||
import NodeCache from "node-cache";
|
|
||||||
import { createHash } from "crypto";
|
import { createHash } from "crypto";
|
||||||
|
import {
|
||||||
|
createLocalCache,
|
||||||
|
type LocalCache
|
||||||
|
} from "@server/lib/createLocalCache";
|
||||||
import { eq, and, gt, or, inArray, desc } from "drizzle-orm";
|
import { eq, and, gt, or, inArray, desc } from "drizzle-orm";
|
||||||
import {
|
import {
|
||||||
db,
|
db,
|
||||||
@@ -46,8 +49,10 @@ type DNSRecord = {
|
|||||||
enabled: boolean;
|
enabled: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const DNS_CACHE_TTL_SECONDS = 300;
|
||||||
|
|
||||||
export class AuthoritativeDNSServer {
|
export class AuthoritativeDNSServer {
|
||||||
private cache: NodeCache;
|
private cache: LocalCache = createLocalCache(10_000, DNS_CACHE_TTL_SECONDS);
|
||||||
private server: dgram.Socket;
|
private server: dgram.Socket;
|
||||||
private port: number;
|
private port: number;
|
||||||
private inFlightLookups: Map<string, Promise<unknown>> = new Map();
|
private inFlightLookups: Map<string, Promise<unknown>> = new Map();
|
||||||
@@ -66,23 +71,16 @@ export class AuthoritativeDNSServer {
|
|||||||
private licenseRefreshInterval: NodeJS.Timeout | null = null;
|
private licenseRefreshInterval: NodeJS.Timeout | null = null;
|
||||||
|
|
||||||
// Cache for per-queryName zone resolution and SOA records
|
// Cache for per-queryName zone resolution and SOA records
|
||||||
private authoritativeDomainCache: NodeCache = new NodeCache({
|
private authoritativeDomainCache: LocalCache = createLocalCache(
|
||||||
stdTTL: 300,
|
10_000,
|
||||||
checkperiod: 60
|
DNS_CACHE_TTL_SECONDS
|
||||||
});
|
);
|
||||||
private soaCache: NodeCache = new NodeCache({
|
private soaCache: LocalCache = createLocalCache(
|
||||||
stdTTL: 300,
|
10_000,
|
||||||
checkperiod: 60
|
DNS_CACHE_TTL_SECONDS
|
||||||
});
|
);
|
||||||
|
|
||||||
constructor(port: number, cacheOptions: NodeCache.Options = {}) {
|
|
||||||
// Initialize cache with default TTL of 5 minutes
|
|
||||||
this.cache = new NodeCache({
|
|
||||||
stdTTL: 300,
|
|
||||||
checkperiod: 60,
|
|
||||||
...cacheOptions
|
|
||||||
});
|
|
||||||
|
|
||||||
|
constructor(port: number) {
|
||||||
this.port = port;
|
this.port = port;
|
||||||
this.server = dgram.createSocket("udp4");
|
this.server = dgram.createSocket("udp4");
|
||||||
|
|
||||||
@@ -130,9 +128,7 @@ export class AuthoritativeDNSServer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!this.isLicensed) {
|
if (!this.isLicensed) {
|
||||||
logger.debug(
|
logger.debug("Refusing DNS query - license is not subscribed");
|
||||||
"Refusing DNS query - license is not subscribed"
|
|
||||||
);
|
|
||||||
// REFUSED (rcode=5) indicates a policy refusal by this nameserver.
|
// REFUSED (rcode=5) indicates a policy refusal by this nameserver.
|
||||||
this.sendResponse(packet, [], rinfo, false, 5, []);
|
this.sendResponse(packet, [], rinfo, false, 5, []);
|
||||||
return;
|
return;
|
||||||
@@ -1092,7 +1088,7 @@ export class AuthoritativeDNSServer {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public getCacheStats(): NodeCache.Stats {
|
public getCacheStats(): { keys: number } {
|
||||||
return this.cache.getStats();
|
return this.cache.getStats();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ import m20 from "./scriptsPg/1.19.0";
|
|||||||
import m21 from "./scriptsPg/1.20.0";
|
import m21 from "./scriptsPg/1.20.0";
|
||||||
import m22 from "./scriptsPg/1.21.0";
|
import m22 from "./scriptsPg/1.21.0";
|
||||||
import m23 from "./scriptsPg/1.22.0";
|
import m23 from "./scriptsPg/1.22.0";
|
||||||
|
import m24 from "./scriptsPg/1.23.0";
|
||||||
|
|
||||||
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
|
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
|
||||||
// EXCEPT FOR THE DATABASE AND THE SCHEMA
|
// EXCEPT FOR THE DATABASE AND THE SCHEMA
|
||||||
@@ -57,7 +58,8 @@ const migrations = [
|
|||||||
{ version: "1.19.0", run: m20 },
|
{ version: "1.19.0", run: m20 },
|
||||||
{ version: "1.20.0", run: m21 },
|
{ version: "1.20.0", run: m21 },
|
||||||
{ version: "1.21.0", run: m22 },
|
{ version: "1.21.0", run: m22 },
|
||||||
{ version: "1.22.0", run: m23 }
|
{ version: "1.22.0", run: m23 },
|
||||||
|
{ version: "1.23.0", run: m24 }
|
||||||
// Add new migrations here as they are created
|
// Add new migrations here as they are created
|
||||||
] as {
|
] as {
|
||||||
version: string;
|
version: string;
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ import m42 from "./scriptsSqlite/1.19.1";
|
|||||||
import m43 from "./scriptsSqlite/1.20.0";
|
import m43 from "./scriptsSqlite/1.20.0";
|
||||||
import m44 from "./scriptsSqlite/1.21.0";
|
import m44 from "./scriptsSqlite/1.21.0";
|
||||||
import m45 from "./scriptsSqlite/1.22.0";
|
import m45 from "./scriptsSqlite/1.22.0";
|
||||||
|
import m46 from "./scriptsSqlite/1.23.0";
|
||||||
|
|
||||||
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
|
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
|
||||||
// EXCEPT FOR THE DATABASE AND THE SCHEMA
|
// EXCEPT FOR THE DATABASE AND THE SCHEMA
|
||||||
@@ -93,7 +94,8 @@ const migrations = [
|
|||||||
{ version: "1.19.1", run: m42 },
|
{ version: "1.19.1", run: m42 },
|
||||||
{ version: "1.20.0", run: m43 },
|
{ version: "1.20.0", run: m43 },
|
||||||
{ version: "1.21.0", run: m44 },
|
{ version: "1.21.0", run: m44 },
|
||||||
{ version: "1.22.0", run: m45 }
|
{ version: "1.22.0", run: m45 },
|
||||||
|
{ version: "1.23.0", run: m46 }
|
||||||
// Add new migrations here as they are created
|
// Add new migrations here as they are created
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,32 @@
|
|||||||
|
import { db } from "@server/db/pg/driver";
|
||||||
|
import { sql } from "drizzle-orm";
|
||||||
|
|
||||||
|
const version = "1.23.0";
|
||||||
|
|
||||||
|
await migration();
|
||||||
|
|
||||||
|
export default async function migration() {
|
||||||
|
console.log(`Running setup script ${version}...`);
|
||||||
|
|
||||||
|
try {
|
||||||
|
await db.execute(sql`BEGIN`);
|
||||||
|
|
||||||
|
await db.execute(sql`
|
||||||
|
ALTER TABLE "newt" ADD COLUMN "agent" varchar;
|
||||||
|
`);
|
||||||
|
|
||||||
|
await db.execute(sql`
|
||||||
|
ALTER TABLE "newt" ADD COLUMN "agentVersion" varchar;
|
||||||
|
`);
|
||||||
|
|
||||||
|
await db.execute(sql`COMMIT`);
|
||||||
|
console.log("Migrated database");
|
||||||
|
} catch (e) {
|
||||||
|
await db.execute(sql`ROLLBACK`);
|
||||||
|
console.log("Unable to migrate database");
|
||||||
|
console.log(e);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(`${version} migration complete`);
|
||||||
|
}
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
import { APP_PATH } from "@server/lib/consts";
|
||||||
|
import Database from "better-sqlite3";
|
||||||
|
import path from "path";
|
||||||
|
|
||||||
|
const version = "1.23.0";
|
||||||
|
|
||||||
|
export default async function migration() {
|
||||||
|
console.log(`Running setup script ${version}...`);
|
||||||
|
|
||||||
|
const location = path.join(APP_PATH, "db", "db.sqlite");
|
||||||
|
const db = new Database(location);
|
||||||
|
|
||||||
|
try {
|
||||||
|
db.pragma("foreign_keys = OFF");
|
||||||
|
|
||||||
|
db.transaction(() => {
|
||||||
|
db.prepare(
|
||||||
|
`
|
||||||
|
ALTER TABLE 'newt' ADD 'agent' text;
|
||||||
|
`
|
||||||
|
).run();
|
||||||
|
|
||||||
|
db.prepare(
|
||||||
|
`
|
||||||
|
ALTER TABLE 'newt' ADD 'agentVersion' text;
|
||||||
|
`
|
||||||
|
).run();
|
||||||
|
})();
|
||||||
|
|
||||||
|
db.pragma("foreign_keys = ON");
|
||||||
|
|
||||||
|
console.log("Migrated database");
|
||||||
|
} catch (e) {
|
||||||
|
console.log("Failed to migrate db:", e);
|
||||||
|
throw e;
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log(`${version} migration complete`);
|
||||||
|
}
|
||||||
@@ -132,9 +132,10 @@ export default function Page() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const res = await api
|
const res = await api
|
||||||
.put<
|
.put<AxiosResponse<CreateClientResponse>>(
|
||||||
AxiosResponse<CreateClientResponse>
|
`/org/${orgId}/client`,
|
||||||
>(`/org/${orgId}/client`, payload)
|
payload
|
||||||
|
)
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
toast({
|
toast({
|
||||||
variant: "destructive",
|
variant: "destructive",
|
||||||
@@ -406,7 +407,6 @@ export default function Page() {
|
|||||||
id={olmId}
|
id={olmId}
|
||||||
endpoint={env.app.dashboardUrl}
|
endpoint={env.app.dashboardUrl}
|
||||||
secret={olmSecret}
|
secret={olmSecret}
|
||||||
version={olmVersion}
|
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -309,7 +309,6 @@ export default function CredentialsPage() {
|
|||||||
id={displayNewtId ?? "**********"}
|
id={displayNewtId ?? "**********"}
|
||||||
secret={displaySecret ?? "**************"}
|
secret={displaySecret ?? "**************"}
|
||||||
endpoint={env.app.dashboardUrl}
|
endpoint={env.app.dashboardUrl}
|
||||||
version={newtVersion}
|
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
@@ -196,8 +196,7 @@ export default function Page() {
|
|||||||
const { data: latestVersions } = useQuery(
|
const { data: latestVersions } = useQuery(
|
||||||
productUpdatesQueries.latestVersion(true)
|
productUpdatesQueries.latestVersion(true)
|
||||||
);
|
);
|
||||||
const newtVersion =
|
const newtVersion = latestVersions?.data?.newt?.latestVersion ?? "latest";
|
||||||
latestVersions?.data?.newt?.latestVersion ?? "latest";
|
|
||||||
|
|
||||||
const [siteDefaults, setSiteDefaults] =
|
const [siteDefaults, setSiteDefaults] =
|
||||||
useState<PickSiteDefaultsResponse | null>(null);
|
useState<PickSiteDefaultsResponse | null>(null);
|
||||||
@@ -285,9 +284,10 @@ export default function Page() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const res = await api
|
const res = await api
|
||||||
.put<
|
.put<AxiosResponse<CreateSiteResponse>>(
|
||||||
AxiosResponse<CreateSiteResponse>
|
`/org/${orgId}/site/`,
|
||||||
>(`/org/${orgId}/site/`, payload)
|
payload
|
||||||
|
)
|
||||||
.catch((e) => {
|
.catch((e) => {
|
||||||
toast({
|
toast({
|
||||||
variant: "destructive",
|
variant: "destructive",
|
||||||
@@ -641,7 +641,6 @@ export default function Page() {
|
|||||||
id={newtId}
|
id={newtId}
|
||||||
secret={newtSecret}
|
secret={newtSecret}
|
||||||
endpoint={env.app.dashboardUrl}
|
endpoint={env.app.dashboardUrl}
|
||||||
version={newtVersion}
|
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user