aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-03-05 00:19:49 +0000
committerNextcloud bot <bot@nextcloud.com>2024-03-05 00:19:49 +0000
commit989ac4175d7f0b834196e383b6206ce88ccf75e2 (patch)
tree1436c7f172d88fe87910483c4f567a2020f7ad00 /apps/user_ldap
parenta14ec0ace63db04966ba6ad596b88ce369c7987b (diff)
downloadnextcloud-server-989ac4175d7f0b834196e383b6206ce88ccf75e2.tar.gz
nextcloud-server-989ac4175d7f0b834196e383b6206ce88ccf75e2.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/he.js4
-rw-r--r--apps/user_ldap/l10n/he.json4
-rw-r--r--apps/user_ldap/l10n/pt_BR.js1
-rw-r--r--apps/user_ldap/l10n/pt_BR.json1
4 files changed, 6 insertions, 4 deletions
diff --git a/apps/user_ldap/l10n/he.js b/apps/user_ldap/l10n/he.js
index f44e987ad27..550d9f7cefc 100644
--- a/apps/user_ldap/l10n/he.js
+++ b/apps/user_ldap/l10n/he.js
@@ -52,7 +52,7 @@ OC.L10N.register(
"Please login with the new password" : "נא להיכנס עם הססמה החדשה",
"Your password will expire tomorrow." : "הססמה שלך תפוג מחר.",
"Your password will expire today." : "הססמה שלך תפוג היום.",
- "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["הססמה שלך תפוג בעוד יום.","הססמה שלך תפוג בעוד יומיים.","הססמה שלך תפוג בעוד %n ימים.","הססמה שלך תפוג בעוד %n ימים."],
+ "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["הססמה שלך תפוג בעוד יום.","הססמה שלך תפוג בעוד יומיים.","הססמה שלך תפוג בעוד %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" : "מארח לא חוקי",
@@ -160,4 +160,4 @@ OC.L10N.register(
"Clear Username-LDAP User Mapping" : "ניקוי מיפוי שם משתמש LDAP:",
"Clear Groupname-LDAP Group Mapping" : "ניקוי מיפוי שם משתמש קבוצה LDAP:"
},
-"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
+"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
diff --git a/apps/user_ldap/l10n/he.json b/apps/user_ldap/l10n/he.json
index 862382e345f..592d76eb7f0 100644
--- a/apps/user_ldap/l10n/he.json
+++ b/apps/user_ldap/l10n/he.json
@@ -50,7 +50,7 @@
"Please login with the new password" : "נא להיכנס עם הססמה החדשה",
"Your password will expire tomorrow." : "הססמה שלך תפוג מחר.",
"Your password will expire today." : "הססמה שלך תפוג היום.",
- "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["הססמה שלך תפוג בעוד יום.","הססמה שלך תפוג בעוד יומיים.","הססמה שלך תפוג בעוד %n ימים.","הססמה שלך תפוג בעוד %n ימים."],
+ "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["הססמה שלך תפוג בעוד יום.","הססמה שלך תפוג בעוד יומיים.","הססמה שלך תפוג בעוד %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" : "מארח לא חוקי",
@@ -157,5 +157,5 @@
"Username-LDAP User Mapping" : "מיפוי שם משתמש LDAP:",
"Clear Username-LDAP User Mapping" : "ניקוי מיפוי שם משתמש LDAP:",
"Clear Groupname-LDAP Group Mapping" : "ניקוי מיפוי שם משתמש קבוצה LDAP:"
-},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
+},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
} \ No newline at end of file
diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js
index 670c09430a5..a083373f8aa 100644
--- a/apps/user_ldap/l10n/pt_BR.js
+++ b/apps/user_ldap/l10n/pt_BR.js
@@ -63,6 +63,7 @@ OC.L10N.register(
"LDAP/AD integration" : "LDAP/AD integração",
"Invalid LDAP UUIDs" : "UUIDs LDAP inválidos",
"None found" : "Nenhum encontrado",
+ "Invalid UUIDs of LDAP accounts 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." : "Foram encontrados UUIDs inválidos de contas ou grupos LDAP. Revise as configurações de \"Substituir detecção de UUID\" na parte Especialista da configuração LDAP e use \"occ ldap:update-uuid\" para atualizá-las.",
"_%n group found_::_%n groups found_" : ["%n grupo encontrado","%n grupo encontrado","%n grupos encontrados"],
"> 1000 groups found" : ">1000 grupos encontrados",
"> 1000 users found" : ">1000 usuários encontrados",
diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json
index cdea8bf6538..b74cc425862 100644
--- a/apps/user_ldap/l10n/pt_BR.json
+++ b/apps/user_ldap/l10n/pt_BR.json
@@ -61,6 +61,7 @@
"LDAP/AD integration" : "LDAP/AD integração",
"Invalid LDAP UUIDs" : "UUIDs LDAP inválidos",
"None found" : "Nenhum encontrado",
+ "Invalid UUIDs of LDAP accounts 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." : "Foram encontrados UUIDs inválidos de contas ou grupos LDAP. Revise as configurações de \"Substituir detecção de UUID\" na parte Especialista da configuração LDAP e use \"occ ldap:update-uuid\" para atualizá-las.",
"_%n group found_::_%n groups found_" : ["%n grupo encontrado","%n grupo encontrado","%n grupos encontrados"],
"> 1000 groups found" : ">1000 grupos encontrados",
"> 1000 users found" : ">1000 usuários encontrados",