diff --git a/messages/bg-BG.json b/messages/bg-BG.json index 7d9a5262..3717855e 100644 --- a/messages/bg-BG.json +++ b/messages/bg-BG.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} Settings", "alwaysAllow": "Always Allow", "alwaysDeny": "Always Deny", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configure your organization's general settings", "orgGeneralSettings": "Organization Settings", "orgGeneralSettingsDescription": "Manage your organization details and configuration", @@ -545,6 +546,7 @@ "rulesActions": "Actions", "rulesActionAlwaysAllow": "Always Allow: Bypass all authentication methods", "rulesActionAlwaysDeny": "Always Deny: Block all requests; no authentication can be attempted", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Matching Criteria", "rulesMatchCriteriaIpAddress": "Match a specific IP address", "rulesMatchCriteriaIpAddressRange": "Match a range of IP addresses in CIDR notation", diff --git a/messages/cs-CZ.json b/messages/cs-CZ.json index 3a6737fa..fc03108a 100644 --- a/messages/cs-CZ.json +++ b/messages/cs-CZ.json @@ -149,44 +149,44 @@ "resourceDescription": "Vytvořte bezpečné proxy služby pro přístup k privátním aplikacím", "resourcesSearch": "Prohledat zdroje...", "resourceAdd": "Přidat zdroj", - "resourceErrorDelte": "Error deleting resource", - "authentication": "Authentication", - "protected": "Protected", - "notProtected": "Not Protected", - "resourceMessageRemove": "Once removed, the resource will no longer be accessible. All targets associated with the resource will also be removed.", - "resourceMessageConfirm": "To confirm, please type the name of the resource below.", - "resourceQuestionRemove": "Are you sure you want to remove the resource {selectedResource} from the organization?", - "resourceHTTP": "HTTPS Resource", + "resourceErrorDelte": "Chyba při odstraňování zdroje", + "authentication": "Autentifikace", + "protected": "Chráněno", + "notProtected": "Nechráněno", + "resourceMessageRemove": "Jakmile zdroj odstraníte, nebude dostupný. Všechny související služby a cíle budou také odstraněny.", + "resourceMessageConfirm": "Pro potvrzení zadejte prosím název zdroje.", + "resourceQuestionRemove": "Opravdu chcete odstranit zdroj {selectedResource} z organizace?", + "resourceHTTP": "Zdroj HTTPS", "resourceHTTPDescription": "Proxy requests to your app over HTTPS using a subdomain or base domain.", "resourceRaw": "Raw TCP/UDP Resource", "resourceRawDescription": "Proxy requests to your app over TCP/UDP using a port number.", - "resourceCreate": "Create Resource", - "resourceCreateDescription": "Follow the steps below to create a new resource", - "resourceSeeAll": "See All Resources", - "resourceInfo": "Resource Information", - "resourceNameDescription": "This is the display name for the resource.", - "siteSelect": "Select site", - "siteSearch": "Search site", - "siteNotFound": "No site found.", - "siteSelectionDescription": "This site will provide connectivity to the target.", - "resourceType": "Resource Type", - "resourceTypeDescription": "Determine how you want to access your resource", - "resourceHTTPSSettings": "HTTPS Settings", - "resourceHTTPSSettingsDescription": "Configure how your resource will be accessed over HTTPS", - "domainType": "Domain Type", - "subdomain": "Subdomain", - "baseDomain": "Base Domain", - "subdomnainDescription": "The subdomain where your resource will be accessible.", - "resourceRawSettings": "TCP/UDP Settings", - "resourceRawSettingsDescription": "Configure how your resource will be accessed over TCP/UDP", - "protocol": "Protocol", - "protocolSelect": "Select a protocol", - "resourcePortNumber": "Port Number", - "resourcePortNumberDescription": "The external port number to proxy requests.", - "cancel": "Cancel", - "resourceConfig": "Configuration Snippets", - "resourceConfigDescription": "Copy and paste these configuration snippets to set up your TCP/UDP resource", - "resourceAddEntrypoints": "Traefik: Add Entrypoints", + "resourceCreate": "Vytvořit zdroj", + "resourceCreateDescription": "Postupujte podle níže uvedených kroků, abyste vytvořili a připojili nový zdroj", + "resourceSeeAll": "Zobrazit všechny zdroje", + "resourceInfo": "Informace o zdroji", + "resourceNameDescription": "Toto je zobrazovaný název zdroje.", + "siteSelect": "Vybrat lokalitu", + "siteSearch": "Hledat lokalitu", + "siteNotFound": "Nebyla nalezena žádná lokalita.", + "siteSelectionDescription": "Tato lokalita poskytne připojení k cíli.", + "resourceType": "Typ zdroje", + "resourceTypeDescription": "Určete, jak chcete přistupovat ke svému zdroji", + "resourceHTTPSSettings": "Nastavení HTTPS", + "resourceHTTPSSettingsDescription": "Nakonfigurujte, jak bude váš zdroj přístupný přes HTTPS", + "domainType": "Typ domény", + "subdomain": "Subdoména", + "baseDomain": "Základní doména", + "subdomnainDescription": "Subdoména, kde bude váš zdroj přístupný.", + "resourceRawSettings": "Nastavení TCP/UDP", + "resourceRawSettingsDescription": "Nakonfigurujte, jak bude váš dokument přístupný přes TCP/UDP", + "protocol": "Protokol", + "protocolSelect": "Vybrat protokol", + "resourcePortNumber": "Číslo portu", + "resourcePortNumberDescription": "Externí port k požadavkům proxy serveru.", + "cancel": "Zrušit", + "resourceConfig": "Konfigurační snippety", + "resourceConfigDescription": "Zkopírujte a vložte tyto konfigurační snippety pro nastavení TCP/UDP zdroje", + "resourceAddEntrypoints": "Traefik: Přidat vstupní body", "resourceExposePorts": "Gerbil: Expose Ports in Docker Compose", "resourceLearnRaw": "Learn how to configure TCP/UDP resources", "resourceBack": "Back to Resources", @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} Settings", "alwaysAllow": "Always Allow", "alwaysDeny": "Always Deny", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configure your organization's general settings", "orgGeneralSettings": "Organization Settings", "orgGeneralSettingsDescription": "Manage your organization details and configuration", @@ -545,6 +546,7 @@ "rulesActions": "Actions", "rulesActionAlwaysAllow": "Always Allow: Bypass all authentication methods", "rulesActionAlwaysDeny": "Always Deny: Block all requests; no authentication can be attempted", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Matching Criteria", "rulesMatchCriteriaIpAddress": "Match a specific IP address", "rulesMatchCriteriaIpAddressRange": "Match a range of IP addresses in CIDR notation", diff --git a/messages/de-DE.json b/messages/de-DE.json index 01b712e1..0b37fde9 100644 --- a/messages/de-DE.json +++ b/messages/de-DE.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} Einstellungen", "alwaysAllow": "Immer erlauben", "alwaysDeny": "Immer ablehnen", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Konfiguriere die allgemeinen Einstellungen deiner Organisation", "orgGeneralSettings": "Organisations-Einstellungen", "orgGeneralSettingsDescription": "Organisationsdetails und Konfiguration verwalten", @@ -545,6 +546,7 @@ "rulesActions": "Aktionen", "rulesActionAlwaysAllow": "Immer erlauben: Alle Authentifizierungsmethoden umgehen", "rulesActionAlwaysDeny": "Immer verweigern: Alle Anfragen blockieren; keine Authentifizierung möglich", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Übereinstimmungskriterien", "rulesMatchCriteriaIpAddress": "Mit einer bestimmten IP-Adresse übereinstimmen", "rulesMatchCriteriaIpAddressRange": "Mit einem IP-Adressbereich in CIDR-Notation übereinstimmen", diff --git a/messages/es-ES.json b/messages/es-ES.json index 70076d07..deab21df 100644 --- a/messages/es-ES.json +++ b/messages/es-ES.json @@ -205,6 +205,7 @@ "resourceSetting": "Ajustes {resourceName}", "alwaysAllow": "Permitir siempre", "alwaysDeny": "Denegar siempre", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configurar la configuración general de su organización", "orgGeneralSettings": "Configuración de la organización", "orgGeneralSettingsDescription": "Administra los detalles y la configuración de tu organización", @@ -545,6 +546,7 @@ "rulesActions": "Acciones", "rulesActionAlwaysAllow": "Permitir siempre: pasar todos los métodos de autenticación", "rulesActionAlwaysDeny": "Denegar siempre: Bloquear todas las peticiones; no se puede intentar autenticación", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Criterios coincidentes", "rulesMatchCriteriaIpAddress": "Coincidir con una dirección IP específica", "rulesMatchCriteriaIpAddressRange": "Coincide con un rango de direcciones IP en notación CIDR", diff --git a/messages/fr-FR.json b/messages/fr-FR.json index 8d1890c8..d1fe5417 100644 --- a/messages/fr-FR.json +++ b/messages/fr-FR.json @@ -23,7 +23,7 @@ "inviteLoginUser": "Assurez-vous que vous êtes bien connecté en tant qu'utilisateur correct.", "inviteErrorNoUser": "Nous sommes désolés, mais il semble que l'invitation que vous essayez d'accéder ne soit pas pour un utilisateur qui existe.", "inviteCreateUser": "Veuillez d'abord créer un compte.", - "goHome": "Aller à l’accueil", + "goHome": "Retour à la maison", "inviteLogInOtherUser": "Se connecter en tant qu'utilisateur différent", "createAnAccount": "Créer un compte", "inviteNotAccepted": "Invitation non acceptée", @@ -34,16 +34,16 @@ "confirmPassword": "Confirmer le mot de passe", "createAccount": "Créer un compte", "viewSettings": "Afficher les paramètres", - "delete": "Supprimer", + "delete": "Supprimez", "name": "Nom", "online": "En ligne", "offline": "Hors ligne", "site": "Site", - "dataIn": "Données entrantes", - "dataOut": "Données sortantes", + "dataIn": "Données dans", + "dataOut": "Données épuisées", "connectionType": "Type de connexion", "tunnelType": "Type de tunnel", - "local": "Local", + "local": "Locale", "edit": "Editer", "siteConfirmDelete": "Confirmer la suppression du site", "siteDelete": "Supprimer le site", @@ -68,7 +68,7 @@ "toggle": "Activer/désactiver", "dockerCompose": "Composition Docker", "dockerRun": "Exécution Docker", - "siteLearnLocal": "Les sites locaux ne tunnel plus, en savoir plus", + "siteLearnLocal": "Les sites locaux ne tunnel, en savoir plus", "siteConfirmCopy": "J'ai copié la configuration", "searchSitesProgress": "Rechercher des sites...", "siteAdd": "Ajouter un site", @@ -94,9 +94,9 @@ "siteNewtTunnelDescription": "La façon la plus simple de créer un point d'entrée dans votre réseau. Pas de configuration supplémentaire.", "siteWg": "WireGuard basique", "siteWgDescription": "Utilisez n'importe quel client WireGuard pour établir un tunnel. Configuration NAT manuelle requise.", - "siteWgDescriptionSaas": "Utilisez n'importe quel client WireGuard pour établir un tunnel. Configuration NAT manuelle requise. NE FONCTIONNE QUE SUR LES NŒUDS AUTO-HÉBERGÉS", + "siteWgDescriptionSaas": "Utilisez n'importe quel client WireGuard pour établir un tunnel. Configuration NAT manuelle requise. FONCTIONNE UNIQUEMENT SUR DES NŒUDS AUTONOMES", "siteLocalDescription": "Ressources locales seulement. Pas de tunneling.", - "siteLocalDescriptionSaas": "Ressources locales uniquement. Pas de tunneling. NE FONCTIONNE QUE SUR LES NŒUDS AUTO-HÉBERGÉS", + "siteLocalDescriptionSaas": "Ressources locales uniquement. Pas de tunneling. FONCTIONNE UNIQUEMENT SUR DES NŒUDS AUTONOMES", "siteSeeAll": "Voir tous les sites", "siteTunnelDescription": "Déterminez comment vous voulez vous connecter à votre site", "siteNewtCredentials": "Identifiants Newt", @@ -132,7 +132,7 @@ "expireIn": "Expire dans", "neverExpire": "N'expire jamais", "shareExpireDescription": "Le temps d'expiration est combien de temps le lien sera utilisable et fournira un accès à la ressource. Après cette période, le lien ne fonctionnera plus et les utilisateurs qui ont utilisé ce lien perdront l'accès à la ressource.", - "shareSeeOnce": "Vous ne pourrez voir ce lien qu’une seule fois. Assurez-vous de le copier.", + "shareSeeOnce": "Vous ne pourrez voir ce lien. Assurez-vous de le copier.", "shareAccessHint": "N'importe qui avec ce lien peut accéder à la ressource. Partagez-le avec soin.", "shareTokenUsage": "Voir Utilisation du jeton d'accès", "createLink": "Créer un lien", @@ -140,7 +140,7 @@ "resourceSearch": "Rechercher des ressources", "openMenu": "Ouvrir le menu", "resource": "Ressource", - "title": "Titre", + "title": "Titre de la page", "created": "Créé", "expires": "Expire", "never": "Jamais", @@ -196,7 +196,7 @@ "visibility": "Visibilité", "enabled": "Activé", "disabled": "Désactivé", - "general": "Général", + "general": "Généraux", "generalSettings": "Paramètres généraux", "proxy": "Proxy", "internal": "Interne", @@ -205,6 +205,7 @@ "resourceSetting": "Réglages {resourceName}", "alwaysAllow": "Toujours autoriser", "alwaysDeny": "Toujours refuser", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configurer les paramètres généraux de votre organisation", "orgGeneralSettings": "Paramètres de l'organisation", "orgGeneralSettingsDescription": "Gérer les détails et la configuration de votre organisation", @@ -545,6 +546,7 @@ "rulesActions": "Actions", "rulesActionAlwaysAllow": "Toujours autoriser : Contourner toutes les méthodes d'authentification", "rulesActionAlwaysDeny": "Toujours refuser : Bloquer toutes les requêtes ; aucune authentification ne peut être tentée", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Critères de correspondance", "rulesMatchCriteriaIpAddress": "Correspondre à une adresse IP spécifique", "rulesMatchCriteriaIpAddressRange": "Correspondre à une plage d'adresses IP en notation CIDR", @@ -593,7 +595,7 @@ "newtId": "ID Newt", "newtSecretKey": "Clé secrète Newt", "architecture": "Architecture", - "sites": "Sites", + "sites": "Espaces", "siteWgAnyClients": "Utilisez n'importe quel client WireGuard pour vous connecter. Vous devrez adresser vos ressources internes en utilisant l'IP du pair.", "siteWgCompatibleAllClients": "Compatible avec tous les clients WireGuard", "siteWgManualConfigurationRequired": "Configuration manuelle requise", @@ -959,7 +961,7 @@ "supportKetOptionFull": "Support complet", "forWholeServer": "Pour tout le serveur", "lifetimePurchase": "Achat à vie", - "supporterStatus": "Statut de supporteur", + "supporterStatus": "Statut de supporter", "buy": "Acheter", "supportKeyOptionLimited": "Support limité", "forFiveUsers": "Pour 5 utilisateurs ou moins", @@ -1103,7 +1105,7 @@ "allowAll": "Tout autoriser", "permissionsAllowAll": "Autoriser toutes les autorisations", "githubUsernameRequired": "Le nom d'utilisateur GitHub est requis", - "supportKeyRequired": "La clé de supporteur est requise", + "supportKeyRequired": "La clé de supporter est requise", "passwordRequirementsChars": "Le mot de passe doit comporter au moins 8 caractères", "language": "Langue", "verificationCodeRequired": "Le code est requis", @@ -1115,14 +1117,14 @@ "orgErrorNoProvided": "Aucune organisation fournie", "apiKeysErrorNoUpdate": "Pas de clé API à mettre à jour", "sidebarOverview": "Aperçu", - "sidebarHome": "Accueil", - "sidebarSites": "Sites", - "sidebarResources": "Ressources", + "sidebarHome": "Domicile", + "sidebarSites": "Espaces", + "sidebarResources": "Ressource", "sidebarAccessControl": "Contrôle d'accès", "sidebarUsers": "Utilisateurs", "sidebarInvitations": "Invitations", "sidebarRoles": "Rôles", - "sidebarShareableLinks": "Liens partageables", + "sidebarShareableLinks": "Liens partagables", "sidebarApiKeys": "Clés API", "sidebarSettings": "Réglages", "sidebarAllUsers": "Tous les utilisateurs", diff --git a/messages/it-IT.json b/messages/it-IT.json index c6b09859..05534b5f 100644 --- a/messages/it-IT.json +++ b/messages/it-IT.json @@ -205,6 +205,7 @@ "resourceSetting": "Impostazioni {resourceName}", "alwaysAllow": "Consenti Sempre", "alwaysDeny": "Nega Sempre", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configura le impostazioni generali della tua organizzazione", "orgGeneralSettings": "Impostazioni Organizzazione", "orgGeneralSettingsDescription": "Gestisci i dettagli dell'organizzazione e la configurazione", @@ -545,6 +546,7 @@ "rulesActions": "Azioni", "rulesActionAlwaysAllow": "Consenti Sempre: Ignora tutti i metodi di autenticazione", "rulesActionAlwaysDeny": "Nega Sempre: Blocca tutte le richieste; nessuna autenticazione può essere tentata", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Criteri di Corrispondenza", "rulesMatchCriteriaIpAddress": "Corrisponde a un indirizzo IP specifico", "rulesMatchCriteriaIpAddressRange": "Corrisponde a un intervallo di indirizzi IP in notazione CIDR", diff --git a/messages/ko-KR.json b/messages/ko-KR.json index e97c214f..3c2c3121 100644 --- a/messages/ko-KR.json +++ b/messages/ko-KR.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} 설정", "alwaysAllow": "항상 허용", "alwaysDeny": "항상 거부", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "조직의 일반 설정을 구성하세요", "orgGeneralSettings": "조직 설정", "orgGeneralSettingsDescription": "조직 세부정보 및 구성을 관리하세요.", @@ -545,6 +546,7 @@ "rulesActions": "작업", "rulesActionAlwaysAllow": "항상 허용: 모든 인증 방법 우회", "rulesActionAlwaysDeny": "항상 거부: 모든 요청을 차단합니다. 인증을 시도할 수 없습니다.", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "일치 기준", "rulesMatchCriteriaIpAddress": "특정 IP 주소와 일치", "rulesMatchCriteriaIpAddressRange": "CIDR 표기법으로 IP 주소 범위를 일치시킵니다", diff --git a/messages/nb-NO.json b/messages/nb-NO.json index be7453e2..16b2ab31 100644 --- a/messages/nb-NO.json +++ b/messages/nb-NO.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} Innstillinger", "alwaysAllow": "Alltid tillat", "alwaysDeny": "Alltid avslå", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Konfigurer organisasjonens generelle innstillinger", "orgGeneralSettings": "Organisasjonsinnstillinger", "orgGeneralSettingsDescription": "Administrer dine organisasjonsdetaljer og konfigurasjon", @@ -545,6 +546,7 @@ "rulesActions": "Handlinger", "rulesActionAlwaysAllow": "Alltid Tillat: Omgå alle autentiserings metoder", "rulesActionAlwaysDeny": "Alltid Nekt: Blokker alle forespørsler; ingen autentisering kan forsøkes", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Samsvarende kriterier", "rulesMatchCriteriaIpAddress": "Samsvar med en spesifikk IP-adresse", "rulesMatchCriteriaIpAddressRange": "Samsvar et IP-adresseområde i CIDR-notasjon", diff --git a/messages/nl-NL.json b/messages/nl-NL.json index ef2978bc..91aff1c4 100644 --- a/messages/nl-NL.json +++ b/messages/nl-NL.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} instellingen", "alwaysAllow": "Altijd toestaan", "alwaysDeny": "Altijd weigeren", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configureer de algemene instellingen van je organisatie", "orgGeneralSettings": "Organisatie Instellingen", "orgGeneralSettingsDescription": "Beheer de details en configuratie van uw organisatie", @@ -545,6 +546,7 @@ "rulesActions": "acties", "rulesActionAlwaysAllow": "Altijd toegestaan: Omzeil alle authenticatiemethoden", "rulesActionAlwaysDeny": "Altijd weigeren: Blokkeer alle aanvragen, er kan geen verificatie worden geprobeerd", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Overeenkomende criteria", "rulesMatchCriteriaIpAddress": "Overeenkomen met een specifiek IP-adres", "rulesMatchCriteriaIpAddressRange": "Overeenkomen met een bereik van IP-adressen in de CIDR-notatie", diff --git a/messages/pl-PL.json b/messages/pl-PL.json index 25928ab1..03baabc7 100644 --- a/messages/pl-PL.json +++ b/messages/pl-PL.json @@ -205,6 +205,7 @@ "resourceSetting": "Ustawienia {resourceName}", "alwaysAllow": "Zawsze zezwalaj", "alwaysDeny": "Zawsze odmawiaj", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Skonfiguruj ustawienia ogólne swojej organizacji", "orgGeneralSettings": "Ustawienia organizacji", "orgGeneralSettingsDescription": "Zarządzaj szczegółami swojej organizacji i konfiguracją", @@ -545,6 +546,7 @@ "rulesActions": "Akcje", "rulesActionAlwaysAllow": "Zawsze zezwalaj: Pomiń wszystkie metody uwierzytelniania", "rulesActionAlwaysDeny": "Zawsze odmawiaj: Blokuj wszystkie żądania; nie można próbować uwierzytelniania", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Kryteria dopasowania", "rulesMatchCriteriaIpAddress": "Dopasuj konkretny adres IP", "rulesMatchCriteriaIpAddressRange": "Dopasuj zakres adresów IP w notacji CIDR", diff --git a/messages/pt-PT.json b/messages/pt-PT.json index 80b44bac..8a9039f6 100644 --- a/messages/pt-PT.json +++ b/messages/pt-PT.json @@ -205,6 +205,7 @@ "resourceSetting": "Configurações do {resourceName}", "alwaysAllow": "Sempre permitir", "alwaysDeny": "Sempre negar", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Configurar as configurações gerais da sua organização", "orgGeneralSettings": "Configurações da organização", "orgGeneralSettingsDescription": "Gerencie os detalhes e a configuração da sua organização", @@ -545,6 +546,7 @@ "rulesActions": "Ações", "rulesActionAlwaysAllow": "Sempre Permitir: Ignorar todos os métodos de autenticação", "rulesActionAlwaysDeny": "Sempre Negar: Bloquear todas as requisições; nenhuma autenticação pode ser tentada", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Critérios de Correspondência", "rulesMatchCriteriaIpAddress": "Corresponder a um endereço IP específico", "rulesMatchCriteriaIpAddressRange": "Corresponder a uma faixa de endereços IP em notação CIDR", diff --git a/messages/ru-RU.json b/messages/ru-RU.json index 12174c81..e0a75f0c 100644 --- a/messages/ru-RU.json +++ b/messages/ru-RU.json @@ -205,6 +205,7 @@ "resourceSetting": "Настройки {resourceName}", "alwaysAllow": "Всегда разрешать", "alwaysDeny": "Всегда запрещать", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Настройте общие параметры вашей организации", "orgGeneralSettings": "Настройки организации", "orgGeneralSettingsDescription": "Управляйте данными и конфигурацией вашей организации", @@ -545,6 +546,7 @@ "rulesActions": "Действия", "rulesActionAlwaysAllow": "Всегда разрешать: Обойти все методы аутентификации", "rulesActionAlwaysDeny": "Всегда запрещать: Блокировать все запросы; аутентификация не может быть выполнена", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Критерии совпадения", "rulesMatchCriteriaIpAddress": "Совпадение с конкретным IP адресом", "rulesMatchCriteriaIpAddressRange": "Совпадение с диапазоном IP адресов в нотации CIDR", diff --git a/messages/tr-TR.json b/messages/tr-TR.json index a1bc4dc3..f0ad4033 100644 --- a/messages/tr-TR.json +++ b/messages/tr-TR.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} Ayarları", "alwaysAllow": "Her Zaman İzin Ver", "alwaysDeny": "Her Zaman Reddet", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "Organizasyonunuzun genel ayarlarını yapılandırın", "orgGeneralSettings": "Organizasyon Ayarları", "orgGeneralSettingsDescription": "Organizasyon detaylarınızı ve yapılandırmanızı yönetin", @@ -545,6 +546,7 @@ "rulesActions": "Aksiyonlar", "rulesActionAlwaysAllow": "Her Zaman İzin Ver: Tüm kimlik doğrulama yöntemlerini atlayın", "rulesActionAlwaysDeny": "Her Zaman Reddedin: Tüm istekleri engelleyin; kimlik doğrulaması yapılamaz", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "Eşleşme Kriterleri", "rulesMatchCriteriaIpAddress": "Belirli bir IP adresi ile eşleşme", "rulesMatchCriteriaIpAddressRange": "CIDR gösteriminde bir IP adresi aralığı ile eşleşme", diff --git a/messages/zh-CN.json b/messages/zh-CN.json index e87e455b..b6db0f3a 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -205,6 +205,7 @@ "resourceSetting": "{resourceName} 设置", "alwaysAllow": "一律允许", "alwaysDeny": "一律拒绝", + "passToAuth": "Pass to Auth", "orgSettingsDescription": "配置您组织的一般设置", "orgGeneralSettings": "组织设置", "orgGeneralSettingsDescription": "管理您的机构详细信息和配置", @@ -545,6 +546,7 @@ "rulesActions": "行动", "rulesActionAlwaysAllow": "总是允许:绕过所有身份验证方法", "rulesActionAlwaysDeny": "总是拒绝:阻止所有请求;无法尝试验证", + "rulesActionPassToAuth": "Pass to Auth: Allow authentication methods to be attempted", "rulesMatchCriteria": "匹配条件", "rulesMatchCriteriaIpAddress": "匹配一个指定的 IP 地址", "rulesMatchCriteriaIpAddressRange": "在 CIDR 符号中匹配一系列IP地址",