mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-09 04:26:43 +02:00
New translations en-us.json (Czech)
This commit is contained in:
+21
-3
@@ -898,6 +898,7 @@
|
|||||||
"idpDisplayName": "Zobrazované jméno tohoto poskytovatele identity",
|
"idpDisplayName": "Zobrazované jméno tohoto poskytovatele identity",
|
||||||
"idpAutoProvisionUsers": "Automatická úprava uživatelů",
|
"idpAutoProvisionUsers": "Automatická úprava uživatelů",
|
||||||
"idpAutoProvisionUsersDescription": "Pokud je povoleno, uživatelé budou automaticky vytvářeni v systému při prvním přihlášení, s možností namapovat uživatele na role a organizace.",
|
"idpAutoProvisionUsersDescription": "Pokud je povoleno, uživatelé budou automaticky vytvářeni v systému při prvním přihlášení, s možností namapovat uživatele na role a organizace.",
|
||||||
|
"idpAutoProvisionConfigureAfterCreate": "You can configure auto provision settings once the identity provider is created.",
|
||||||
"licenseBadge": "PE",
|
"licenseBadge": "PE",
|
||||||
"idpType": "Typ poskytovatele",
|
"idpType": "Typ poskytovatele",
|
||||||
"idpTypeDescription": "Vyberte typ poskytovatele identity, který chcete nakonfigurovat",
|
"idpTypeDescription": "Vyberte typ poskytovatele identity, který chcete nakonfigurovat",
|
||||||
@@ -949,7 +950,7 @@
|
|||||||
"defaultMappingsRole": "Výchozí mapování rolí",
|
"defaultMappingsRole": "Výchozí mapování rolí",
|
||||||
"defaultMappingsRoleDescription": "Výsledek tohoto výrazu musí vrátit název role definovaný v organizaci jako řetězec.",
|
"defaultMappingsRoleDescription": "Výsledek tohoto výrazu musí vrátit název role definovaný v organizaci jako řetězec.",
|
||||||
"defaultMappingsOrg": "Výchozí mapování organizace",
|
"defaultMappingsOrg": "Výchozí mapování organizace",
|
||||||
"defaultMappingsOrgDescription": "Tento výraz musí vrátit org ID nebo pravdu, aby měl uživatel přístup k organizaci.",
|
"defaultMappingsOrgDescription": "When set, this expression must return the organization ID or true for the user to access that organization. When unset, defining a role mapping is enough: the user is allowed in as long as a valid role mapping can be resolved for them within the organization.",
|
||||||
"defaultMappingsSubmit": "Uložit výchozí mapování",
|
"defaultMappingsSubmit": "Uložit výchozí mapování",
|
||||||
"orgPoliciesEdit": "Upravit zásady organizace",
|
"orgPoliciesEdit": "Upravit zásady organizace",
|
||||||
"org": "Organizace",
|
"org": "Organizace",
|
||||||
@@ -2026,7 +2027,7 @@
|
|||||||
},
|
},
|
||||||
"internationaldomaindetected": "Zjištěna mezinárodní doména",
|
"internationaldomaindetected": "Zjištěna mezinárodní doména",
|
||||||
"willbestoredas": "Bude uloženo jako:",
|
"willbestoredas": "Bude uloženo jako:",
|
||||||
"roleMappingDescription": "Určete, jak jsou role přiřazeny uživatelům, když se přihlásí, když je povoleno automatické poskytnutí služby.",
|
"roleMappingDescription": "Determine how roles are assigned to users when they sign in with this identity provider.",
|
||||||
"selectRole": "Vyberte roli",
|
"selectRole": "Vyberte roli",
|
||||||
"roleMappingExpression": "Výraz",
|
"roleMappingExpression": "Výraz",
|
||||||
"selectRolePlaceholder": "Vyberte roli",
|
"selectRolePlaceholder": "Vyberte roli",
|
||||||
@@ -2899,5 +2900,22 @@
|
|||||||
"httpDestUpdatedSuccess": "Cíl byl úspěšně aktualizován",
|
"httpDestUpdatedSuccess": "Cíl byl úspěšně aktualizován",
|
||||||
"httpDestCreatedSuccess": "Cíl byl úspěšně vytvořen",
|
"httpDestCreatedSuccess": "Cíl byl úspěšně vytvořen",
|
||||||
"httpDestUpdateFailed": "Nepodařilo se aktualizovat cíl",
|
"httpDestUpdateFailed": "Nepodařilo se aktualizovat cíl",
|
||||||
"httpDestCreateFailed": "Nepodařilo se vytvořit cíl"
|
"httpDestCreateFailed": "Nepodařilo se vytvořit cíl",
|
||||||
|
"idpAddActionCreateNew": "Create new identity provider",
|
||||||
|
"idpAddActionImportFromOrg": "Import from another organization",
|
||||||
|
"idpImportDialogTitle": "Import Identity Provider",
|
||||||
|
"idpImportDialogDescription": "Choose an identity provider from an organization where you are an admin. It will be linked to this organization.",
|
||||||
|
"idpImportSearchPlaceholder": "Search by organization or provider name...",
|
||||||
|
"idpImportEmpty": "No identity providers found.",
|
||||||
|
"idpImportedDescription": "Identity provider imported successfully.",
|
||||||
|
"idpDeleteGlobalQuestion": "Are you sure you want to permanently delete this identity provider?",
|
||||||
|
"idpDeleteGlobalDescription": "This will permanently delete the identity provider from all organizations it is associated with.",
|
||||||
|
"idpUnassociateTitle": "Unassociate Identity Provider",
|
||||||
|
"idpUnassociateQuestion": "Are you sure you want to unassociate this identity provider from this organization?",
|
||||||
|
"idpUnassociateDescription": "All users associated with this identity provider will be removed from this organization, but the identity provider will still continue to exist for other associated organizations.",
|
||||||
|
"idpUnassociateConfirm": "Confirm Unassociate Identity Provider",
|
||||||
|
"idpUnassociateWarning": "This cannot be undone for this organization.",
|
||||||
|
"idpUnassociatedDescription": "Identity provider unassociated from this organization successfully",
|
||||||
|
"idpUnassociateMenu": "Unassociate",
|
||||||
|
"idpDeleteAllOrgsMenu": "Delete"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user