summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-25 02:25:01 +0000
committerNextcloud bot <bot@nextcloud.com>2022-08-25 02:25:01 +0000
commit56df202d5202f8748bb476afd91fe74cf0d1ea11 (patch)
tree81d272221b84d7e341d054239bbf92c7efa14e28 /apps/user_ldap
parentb6265a825560b57d635f23075de5d21282dc1c27 (diff)
downloadnextcloud-server-56df202d5202f8748bb476afd91fe74cf0d1ea11.tar.gz
nextcloud-server-56df202d5202f8748bb476afd91fe74cf0d1ea11.zip
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/cs.js4
-rw-r--r--apps/user_ldap/l10n/cs.json4
-rw-r--r--apps/user_ldap/l10n/de_DE.js4
-rw-r--r--apps/user_ldap/l10n/de_DE.json4
-rw-r--r--apps/user_ldap/l10n/pl.js4
-rw-r--r--apps/user_ldap/l10n/pl.json4
-rw-r--r--apps/user_ldap/l10n/zh_TW.js4
-rw-r--r--apps/user_ldap/l10n/zh_TW.json4
8 files changed, 32 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/cs.js b/apps/user_ldap/l10n/cs.js
index 4fe0279fe93..298f45555fc 100644
--- a/apps/user_ldap/l10n/cs.js
+++ b/apps/user_ldap/l10n/cs.js
@@ -60,6 +60,10 @@ OC.L10N.register(
"Your password will expire today." : "Platnost hesla dnes končí.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Platnost hesla skončí za %n den.","Platnost hesla skončí za %n dny.","Platnost hesla skončí za %n dnů.","Platnost hesla skončí za %n dny."],
"LDAP/AD integration" : "Napojení na LDAP/AD",
+ "_%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ů",
+ "_%n user found_::_%n users found_" : ["nalezen %n uživatel","nalezení %n uživatelé","nalezeno %n uživatelů","nalezeni %n uživatelé"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nedaří se zjistit atribut pro zobrazení jména uživatele. Upřesněte ho sami v rozšířeném nastavení LDAP.",
"Could not find the desired feature" : "Nelze nalézt požadovanou vlastnost",
"Invalid Host" : "Neplatný hostitel",
diff --git a/apps/user_ldap/l10n/cs.json b/apps/user_ldap/l10n/cs.json
index fa2be7547a7..1ad1abd893f 100644
--- a/apps/user_ldap/l10n/cs.json
+++ b/apps/user_ldap/l10n/cs.json
@@ -58,6 +58,10 @@
"Your password will expire today." : "Platnost hesla dnes končí.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Platnost hesla skončí za %n den.","Platnost hesla skončí za %n dny.","Platnost hesla skončí za %n dnů.","Platnost hesla skončí za %n dny."],
"LDAP/AD integration" : "Napojení na LDAP/AD",
+ "_%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ů",
+ "_%n user found_::_%n users found_" : ["nalezen %n uživatel","nalezení %n uživatelé","nalezeno %n uživatelů","nalezeni %n uživatelé"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nedaří se zjistit atribut pro zobrazení jména uživatele. Upřesněte ho sami v rozšířeném nastavení LDAP.",
"Could not find the desired feature" : "Nelze nalézt požadovanou vlastnost",
"Invalid Host" : "Neplatný hostitel",
diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js
index 162aab022b4..7b01e91a8c7 100644
--- a/apps/user_ldap/l10n/de_DE.js
+++ b/apps/user_ldap/l10n/de_DE.js
@@ -60,6 +60,10 @@ OC.L10N.register(
"Your password will expire today." : "Ihr Passwort läuft heute ab.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Ihr Passwort läuft in %n Tag ab.","Ihr Passwort läuft in %n Tagen ab."],
"LDAP/AD integration" : "LDAP/AD-Integration",
+ "_%n group found_::_%n groups found_" : ["%n Gruppe gefunden","%n Gruppen gefunden"],
+ "> 1000 groups found" : "Mehr als 1000 Gruppen gefunden",
+ "> 1000 users found" : "Mehr als 1000 Benutzer gefunden",
+ "_%n user found_::_%n users found_" : ["%n Benutzer gefunden","%n Benugtzer gefunden"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Das Anzeigename-Attribut des Benutzers konnte nicht gefunden werden. Bitte geben Sie es selbst in den erweiterten LDAP-Einstellungen an.",
"Could not find the desired feature" : "Die gewünschte Funktion konnte nicht gefunden werden",
"Invalid Host" : "Ungültiger Host",
diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json
index 2851f8baba9..44b94d8eeca 100644
--- a/apps/user_ldap/l10n/de_DE.json
+++ b/apps/user_ldap/l10n/de_DE.json
@@ -58,6 +58,10 @@
"Your password will expire today." : "Ihr Passwort läuft heute ab.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Ihr Passwort läuft in %n Tag ab.","Ihr Passwort läuft in %n Tagen ab."],
"LDAP/AD integration" : "LDAP/AD-Integration",
+ "_%n group found_::_%n groups found_" : ["%n Gruppe gefunden","%n Gruppen gefunden"],
+ "> 1000 groups found" : "Mehr als 1000 Gruppen gefunden",
+ "> 1000 users found" : "Mehr als 1000 Benutzer gefunden",
+ "_%n user found_::_%n users found_" : ["%n Benutzer gefunden","%n Benugtzer gefunden"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Das Anzeigename-Attribut des Benutzers konnte nicht gefunden werden. Bitte geben Sie es selbst in den erweiterten LDAP-Einstellungen an.",
"Could not find the desired feature" : "Die gewünschte Funktion konnte nicht gefunden werden",
"Invalid Host" : "Ungültiger Host",
diff --git a/apps/user_ldap/l10n/pl.js b/apps/user_ldap/l10n/pl.js
index c58708b4970..26460974b5e 100644
--- a/apps/user_ldap/l10n/pl.js
+++ b/apps/user_ldap/l10n/pl.js
@@ -60,6 +60,10 @@ OC.L10N.register(
"Your password will expire today." : "Twoje hasło wygasa dzisiaj.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Twoje hasło wygaśnie w ciągu %n dnia.","Twoje hasło wygaśnie w ciągu %n dni.","Twoje hasło wygaśnie w ciągu %n dni.","Twoje hasło wygaśnie w ciągu %n dni."],
"LDAP/AD integration" : "Integracja z LDAP/AD",
+ "_%n group found_::_%n groups found_" : ["Znaleziono %n grupę","Znaleziono %n grupy","Znaleziono %n grup","Znaleziono %n grup"],
+ "> 1000 groups found" : "> 1000 znalezionych grup",
+ "> 1000 users found" : "> 1000 znalezionych użytkowników",
+ "_%n user found_::_%n users found_" : ["Znaleziono %n użytkownika","Znaleziono %n użytkowników","Znaleziono %n użytkowników","Znaleziono %n użytkowników"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nie można wykryć atrybutu wyświetlania nazwy użytkownika.",
"Could not find the desired feature" : "Nie można znaleźć żądanej funkcji",
"Invalid Host" : "Nieprawidłowy host",
diff --git a/apps/user_ldap/l10n/pl.json b/apps/user_ldap/l10n/pl.json
index aa5a7ab288d..3df3c93dd1e 100644
--- a/apps/user_ldap/l10n/pl.json
+++ b/apps/user_ldap/l10n/pl.json
@@ -58,6 +58,10 @@
"Your password will expire today." : "Twoje hasło wygasa dzisiaj.",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Twoje hasło wygaśnie w ciągu %n dnia.","Twoje hasło wygaśnie w ciągu %n dni.","Twoje hasło wygaśnie w ciągu %n dni.","Twoje hasło wygaśnie w ciągu %n dni."],
"LDAP/AD integration" : "Integracja z LDAP/AD",
+ "_%n group found_::_%n groups found_" : ["Znaleziono %n grupę","Znaleziono %n grupy","Znaleziono %n grup","Znaleziono %n grup"],
+ "> 1000 groups found" : "> 1000 znalezionych grup",
+ "> 1000 users found" : "> 1000 znalezionych użytkowników",
+ "_%n user found_::_%n users found_" : ["Znaleziono %n użytkownika","Znaleziono %n użytkowników","Znaleziono %n użytkowników","Znaleziono %n użytkowników"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Nie można wykryć atrybutu wyświetlania nazwy użytkownika.",
"Could not find the desired feature" : "Nie można znaleźć żądanej funkcji",
"Invalid Host" : "Nieprawidłowy host",
diff --git a/apps/user_ldap/l10n/zh_TW.js b/apps/user_ldap/l10n/zh_TW.js
index 2c016e75893..e22a79ed03d 100644
--- a/apps/user_ldap/l10n/zh_TW.js
+++ b/apps/user_ldap/l10n/zh_TW.js
@@ -60,6 +60,10 @@ OC.L10N.register(
"Your password will expire today." : "您的密碼將於今天到期。",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["您的密碼將於%n天後到期。"],
"LDAP/AD integration" : "LDAP/AD 整合",
+ "_%n group found_::_%n groups found_" : ["找到 %n 個群組"],
+ "> 1000 groups found" : "找到 > 1000 個群組",
+ "> 1000 users found" : "找到 > 1000 個使用者",
+ "_%n user found_::_%n users found_" : ["找到 %n 個使用者"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "偵測不到使用者顯示名稱屬性。請在進階 LDAP 設定中自行指定。",
"Could not find the desired feature" : "找不到所需的功能",
"Invalid Host" : "無效的主機",
diff --git a/apps/user_ldap/l10n/zh_TW.json b/apps/user_ldap/l10n/zh_TW.json
index 63343beb9e3..90a5566e017 100644
--- a/apps/user_ldap/l10n/zh_TW.json
+++ b/apps/user_ldap/l10n/zh_TW.json
@@ -58,6 +58,10 @@
"Your password will expire today." : "您的密碼將於今天到期。",
"_Your password will expire within %n day._::_Your password will expire within %n days._" : ["您的密碼將於%n天後到期。"],
"LDAP/AD integration" : "LDAP/AD 整合",
+ "_%n group found_::_%n groups found_" : ["找到 %n 個群組"],
+ "> 1000 groups found" : "找到 > 1000 個群組",
+ "> 1000 users found" : "找到 > 1000 個使用者",
+ "_%n user found_::_%n users found_" : ["找到 %n 個使用者"],
"Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "偵測不到使用者顯示名稱屬性。請在進階 LDAP 設定中自行指定。",
"Could not find the desired feature" : "找不到所需的功能",
"Invalid Host" : "無效的主機",