diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-14 00:19:31 +0000 |
commit | fea2277b632ff724856bee182ed1ab28e7c446f5 (patch) | |
tree | 33bf918ea5f6dcba103ba3a5ac3cb73ed650e73b /apps/user_ldap/l10n/cs.js | |
parent | 6f1d9eb11880efb900370f1e6857f05dbef5f84a (diff) | |
download | nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.tar.gz nextcloud-server-fea2277b632ff724856bee182ed1ab28e7c446f5.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/l10n/cs.js')
-rw-r--r-- | apps/user_ldap/l10n/cs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js index b289956342c..4280b040ec2 100644 --- a/apps/user_ldap/l10n/cs.js +++ b/apps/user_ldap/l10n/cs.js @@ -63,7 +63,6 @@ OC.L10N.register( "LDAP/AD integration" : "Napojení na LDAP/AD", "Invalid LDAP UUIDs" : "Neplatné LDAP UUID identif.", "None found" : "Žádné nenalezeno", - "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Nalezeny neplatné UUID identifikátory uživatelů nebo skupin. Zkontrolujte svá nastavení „Přebít zjišťování UUID identifikátorů“ v části pro odborníky nastavení pro LDAP a identifikátory pak zaktualizujte příkazem „ldap:update-uuid“.", "_%n group found_::_%n groups found_" : ["nalezena %n skupina","nalezeny %n skupiny","nalezeno %n skupin","nalezeny %n skupiny"], "> 1000 groups found" : "nalezeno více než 1 000 skupin", "> 1000 users found" : "nalezeno více než 1 000 uživatelů", @@ -217,6 +216,7 @@ OC.L10N.register( "Username-LDAP User Mapping" : "Mapování uživatelských jmen z LDAP", "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Uživatelská jména slouží k ukládání a přiřazování metadat. Pro přesnou identifikaci a rozpoznávání uživatelů, každý LDAP uživatel má vnitřní uživatelské jméno. Toto vyžaduje mapování uživatelského jména na LDAP uživatele. Krom toho je uložen do mezipaměti rozlišený název aby se omezila interakce s LDAP, ale není používáno pro identifikaci. Pokud se DN změní, změny budou nalezeny. Vnitřní uživatelské jméno bude použito nade všechno. Čištění mapování bude mít pozůstatky všude. Čištění mapování není citlivé na nastavení, postihuje všechny LDAP nastavení. Nikdy nečistěte mapování v produkčním prostředí, pouze v testovací nebo experimentální fázi.", "Clear Username-LDAP User Mapping" : "Zrušit mapování uživatelských jmen v LDAP", - "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin na LDAP" + "Clear Groupname-LDAP Group Mapping" : "Zrušit mapování názvů skupin na LDAP", + "Invalid UUIDs of LDAP users or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Nalezeny neplatné UUID identifikátory uživatelů nebo skupin. Zkontrolujte svá nastavení „Přebít zjišťování UUID identifikátorů“ v části pro odborníky nastavení pro LDAP a identifikátory pak zaktualizujte příkazem „ldap:update-uuid“." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |