Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-11-05 05:44:37 +0300
committerNextcloud bot <bot@nextcloud.com>2022-11-05 05:44:37 +0300
commitde45f167e566911632501dc95cd9beba27623256 (patch)
treefa279bc52155382a40219933951a0469b5a09e89
parentf371791806ebceafb41c0645b44637088a241d59 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ca.js33
-rw-r--r--l10n/ca.json33
-rw-r--r--l10n/da.js11
-rw-r--r--l10n/da.json11
-rw-r--r--l10n/el.js3
-rw-r--r--l10n/el.json3
-rw-r--r--l10n/sk.js3
-rw-r--r--l10n/sk.json3
-rw-r--r--l10n/uk.js23
-rw-r--r--l10n/uk.json23
-rw-r--r--l10n/zh_CN.js2
-rw-r--r--l10n/zh_CN.json2
12 files changed, 116 insertions, 34 deletions
diff --git a/l10n/ca.js b/l10n/ca.js
index f861707..9348beb 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -1,24 +1,33 @@
OC.L10N.register(
"password_policy",
{
- "Password is expired, please use forgot password method to reset" : "La contrasenya ha caducat, utilitzeu el mètode de contrasenya oblidada per restablir",
- "Password must not have been used recently before." : "La contrasenya no s'ha d'haver utilitzat recentment abans.",
- "Password is among the 1,000,000 most common ones. Please make it unique." : "La contrasenya es troba entre les 1.000.000 més comunes. Feu que sigui única.",
- "Password is present in compromised password list. Please choose a different password." : "La contrasenya és dins de la llista de contrasenyes compromeses. Trieu una contrasenya diferent.",
+ "Password is expired, please use forgot password method to reset" : "La contrasenya ha caducat. Utilitzeu el mètode de recuperació de contrasenya per reinicialitzar-la.",
+ "Password must not have been used recently before." : "La contrasenya no es pot haver utilitzat recentment abans.",
+ "Password is among the 1,000,000 most common ones. Please make it unique." : "La contrasenya es troba entre les 1.000.000 més freqüents. Indiqueu una contrasenya única.",
+ "Password is present in compromised password list. Please choose a different password." : "La contrasenya forma part de la llista de contrasenyes compromeses. Trieu una contrasenya diferent.",
+ "Password needs to be at least %s characters long." : "La contrasenya ha de contenir com a mínim %s caràcters",
"Password needs to contain at least one numeric character." : "La contrasenya ha de contenir com a mínim un caràcter numèric.",
"Password needs to contain at least one special character." : "La contrasenya ha de contenir com a mínim un caràcter especial.",
- "Password needs to contain at least one lower and one upper case character." : "La contrasenya ha de contenir com a mínim un caràcter en majúscules i minúscules.",
+ "Password needs to contain at least one lower and one upper case character." : "La contrasenya ha de contenir com a mínim un caràcter en majúscula i un en minúscula.",
"Password policy" : "Política de contrasenyes",
"Allows admins to configure a password policy" : "Permet als administradors configurar una política de contrasenyes",
- "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Permetre a l'administrador definir determinades condicions prèvies per a la contrasenya, p. ex. forçar una longitud mínima",
- "Saved" : "Guardat",
- "User password history" : "Historial de contrasenyes d'usuari",
- "Forbid common passwords" : "Prohibeix les contrasenyes comunes",
- "Enforce upper and lower case characters" : "Força els caràcters de majúscules i minúscules",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Permet que l'administrador defineixi determinades condicions prèvies per a les contrasenyes; p. ex., una longitud mínima",
+ "Saved" : "S'ha desat",
+ "Minimum password length" : "Longitud mínima de la contrasenya",
+ "User password history" : "Historial de contrasenyes de l'usuari",
+ "Number of days until user password expires" : "Nombre de dies fins que caduca la contrasenya de l'usuari",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "Nombre d'intents d'inici de sessió abans de blocar el compte d'usuari (0: sense límit)",
+ "Forbid common passwords" : "Prohibeix les contrasenyes freqüents",
+ "Enforce upper and lower case characters" : "Força els caràcters en majúscula i minúscula",
"Enforce numeric characters" : "Força els caràcters numèrics",
"Enforce special characters" : "Força els caràcters especials",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Comprova la contrasenya amb la llista de contrasenyes compromeses de haveibeenpwned.com",
- "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Aquesta comprovació crea un hash de la contrasenya i envia els 5 primers caràcters d'aquest hash a l'API haveibeenpwned.com per recuperar una llista de tots els hashes que comencen per aquests. A continuació, comprova a la instància de Nextcloud si el hash de la contrasenya és dins del conjunt de resultats.",
- "Unknown error" : "Error desconegut"
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Aquesta comprovació crea una suma de verificació de la contrasenya i n'envia els 5 primers caràcters a l'API de haveibeenpwned.com per a recuperar una llista de totes les sumes de verificació que comencen per aquests caràcters. A continuació, comprova a la instància del Nextcloud si la contrasenya es troba en el conjunt de resultats.",
+ "Unknown error" : "Error desconegut",
+ "Minimal length has to be a non negative number" : "La longitud mínima ha de ser un nombre no negatiu",
+ "History size has to be a non negative number" : "La mida de l'historial ha de ser un nombre no negatiu",
+ "Expiration days have to be a non negative number" : "El nombre de dies de caducitat ha de ser un nombre no negatiu",
+ "Maximum login attempts have to be a non negative number" : "El nombre màxim d'intents d'inici de sessió ha de ser un nombre no negatiu",
+ "Error while saving" : "S'ha produït un error en desar"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ca.json b/l10n/ca.json
index e4647c2..152296b 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -1,22 +1,31 @@
{ "translations": {
- "Password is expired, please use forgot password method to reset" : "La contrasenya ha caducat, utilitzeu el mètode de contrasenya oblidada per restablir",
- "Password must not have been used recently before." : "La contrasenya no s'ha d'haver utilitzat recentment abans.",
- "Password is among the 1,000,000 most common ones. Please make it unique." : "La contrasenya es troba entre les 1.000.000 més comunes. Feu que sigui única.",
- "Password is present in compromised password list. Please choose a different password." : "La contrasenya és dins de la llista de contrasenyes compromeses. Trieu una contrasenya diferent.",
+ "Password is expired, please use forgot password method to reset" : "La contrasenya ha caducat. Utilitzeu el mètode de recuperació de contrasenya per reinicialitzar-la.",
+ "Password must not have been used recently before." : "La contrasenya no es pot haver utilitzat recentment abans.",
+ "Password is among the 1,000,000 most common ones. Please make it unique." : "La contrasenya es troba entre les 1.000.000 més freqüents. Indiqueu una contrasenya única.",
+ "Password is present in compromised password list. Please choose a different password." : "La contrasenya forma part de la llista de contrasenyes compromeses. Trieu una contrasenya diferent.",
+ "Password needs to be at least %s characters long." : "La contrasenya ha de contenir com a mínim %s caràcters",
"Password needs to contain at least one numeric character." : "La contrasenya ha de contenir com a mínim un caràcter numèric.",
"Password needs to contain at least one special character." : "La contrasenya ha de contenir com a mínim un caràcter especial.",
- "Password needs to contain at least one lower and one upper case character." : "La contrasenya ha de contenir com a mínim un caràcter en majúscules i minúscules.",
+ "Password needs to contain at least one lower and one upper case character." : "La contrasenya ha de contenir com a mínim un caràcter en majúscula i un en minúscula.",
"Password policy" : "Política de contrasenyes",
"Allows admins to configure a password policy" : "Permet als administradors configurar una política de contrasenyes",
- "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Permetre a l'administrador definir determinades condicions prèvies per a la contrasenya, p. ex. forçar una longitud mínima",
- "Saved" : "Guardat",
- "User password history" : "Historial de contrasenyes d'usuari",
- "Forbid common passwords" : "Prohibeix les contrasenyes comunes",
- "Enforce upper and lower case characters" : "Força els caràcters de majúscules i minúscules",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Permet que l'administrador defineixi determinades condicions prèvies per a les contrasenyes; p. ex., una longitud mínima",
+ "Saved" : "S'ha desat",
+ "Minimum password length" : "Longitud mínima de la contrasenya",
+ "User password history" : "Historial de contrasenyes de l'usuari",
+ "Number of days until user password expires" : "Nombre de dies fins que caduca la contrasenya de l'usuari",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "Nombre d'intents d'inici de sessió abans de blocar el compte d'usuari (0: sense límit)",
+ "Forbid common passwords" : "Prohibeix les contrasenyes freqüents",
+ "Enforce upper and lower case characters" : "Força els caràcters en majúscula i minúscula",
"Enforce numeric characters" : "Força els caràcters numèrics",
"Enforce special characters" : "Força els caràcters especials",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Comprova la contrasenya amb la llista de contrasenyes compromeses de haveibeenpwned.com",
- "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Aquesta comprovació crea un hash de la contrasenya i envia els 5 primers caràcters d'aquest hash a l'API haveibeenpwned.com per recuperar una llista de tots els hashes que comencen per aquests. A continuació, comprova a la instància de Nextcloud si el hash de la contrasenya és dins del conjunt de resultats.",
- "Unknown error" : "Error desconegut"
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Aquesta comprovació crea una suma de verificació de la contrasenya i n'envia els 5 primers caràcters a l'API de haveibeenpwned.com per a recuperar una llista de totes les sumes de verificació que comencen per aquests caràcters. A continuació, comprova a la instància del Nextcloud si la contrasenya es troba en el conjunt de resultats.",
+ "Unknown error" : "Error desconegut",
+ "Minimal length has to be a non negative number" : "La longitud mínima ha de ser un nombre no negatiu",
+ "History size has to be a non negative number" : "La mida de l'historial ha de ser un nombre no negatiu",
+ "Expiration days have to be a non negative number" : "El nombre de dies de caducitat ha de ser un nombre no negatiu",
+ "Maximum login attempts have to be a non negative number" : "El nombre màxim d'intents d'inici de sessió ha de ser un nombre no negatiu",
+ "Error while saving" : "S'ha produït un error en desar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/da.js b/l10n/da.js
index c936d46..04eaf64 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"password_policy",
{
+ "Password is expired, please use forgot password method to reset" : "Adgangskoden er udløbet, vælg venligst \"Glemt kodeord\" for at vælge et nyt",
"Password must not have been used recently before." : "Adgangskoden må ikke være benyttet for nyligt.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "Kodeordet er i blandt de 1.000.000 mest almindelige kodeord. Vælg venligst et andet.",
"Password is present in compromised password list. Please choose a different password." : "Adgangskoden findes i liste over kompromitterede adgangskoder. Vælg en anden adgangsode.",
@@ -13,12 +14,20 @@ OC.L10N.register(
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Tillad en administrator af fastsætte krav til adgangskoder, f.eks. at sætte en mindstelængde",
"Saved" : "Gemt",
"Minimum password length" : "Minimumslængde på adgangskode",
+ "User password history" : "Kodeords historik",
+ "Number of days until user password expires" : "Dage før brugeres kodeord udløber",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "Tilladte login forsøg før en brugers konto blokeres (0 for ubegrænset)",
"Forbid common passwords" : "Forbyd almindelige kodeord",
"Enforce upper and lower case characters" : "Tving små og store bogstaver",
"Enforce numeric characters" : "Tving tal",
"Enforce special characters" : "Tving special tegn",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Kontroller adgangskoden op imod listen over kompromitterede adgangskoder i haveibeenpwned.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Dette check danner et krypteret kendetegn af adgangskoden og sender de første 4 tegn af dette kendetegn til haveibeenpwned.com's API for at modtage en liste med alle kendetegn, der starter med disse tegn. Derefter checker det, om adgsngskodekendetegnet findes i Nextclud-installationen.",
- "Unknown error" : "Ukendt fejl"
+ "Unknown error" : "Ukendt fejl",
+ "Minimal length has to be a non negative number" : "Minimumslængden må ikke være negativ",
+ "History size has to be a non negative number" : "Historik størrelsen må ikke være negativ",
+ "Expiration days have to be a non negative number" : "Udløbstiden må ikke være negativ",
+ "Maximum login attempts have to be a non negative number" : "Antal tilladte loginforsøg må ikke være negativ",
+ "Error while saving" : "Kunne ikke gemme de nye værdier"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/da.json b/l10n/da.json
index 3d2b005..22e09ea 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Password is expired, please use forgot password method to reset" : "Adgangskoden er udløbet, vælg venligst \"Glemt kodeord\" for at vælge et nyt",
"Password must not have been used recently before." : "Adgangskoden må ikke være benyttet for nyligt.",
"Password is among the 1,000,000 most common ones. Please make it unique." : "Kodeordet er i blandt de 1.000.000 mest almindelige kodeord. Vælg venligst et andet.",
"Password is present in compromised password list. Please choose a different password." : "Adgangskoden findes i liste over kompromitterede adgangskoder. Vælg en anden adgangsode.",
@@ -11,12 +12,20 @@
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Tillad en administrator af fastsætte krav til adgangskoder, f.eks. at sætte en mindstelængde",
"Saved" : "Gemt",
"Minimum password length" : "Minimumslængde på adgangskode",
+ "User password history" : "Kodeords historik",
+ "Number of days until user password expires" : "Dage før brugeres kodeord udløber",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "Tilladte login forsøg før en brugers konto blokeres (0 for ubegrænset)",
"Forbid common passwords" : "Forbyd almindelige kodeord",
"Enforce upper and lower case characters" : "Tving små og store bogstaver",
"Enforce numeric characters" : "Tving tal",
"Enforce special characters" : "Tving special tegn",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Kontroller adgangskoden op imod listen over kompromitterede adgangskoder i haveibeenpwned.com",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Dette check danner et krypteret kendetegn af adgangskoden og sender de første 4 tegn af dette kendetegn til haveibeenpwned.com's API for at modtage en liste med alle kendetegn, der starter med disse tegn. Derefter checker det, om adgsngskodekendetegnet findes i Nextclud-installationen.",
- "Unknown error" : "Ukendt fejl"
+ "Unknown error" : "Ukendt fejl",
+ "Minimal length has to be a non negative number" : "Minimumslængden må ikke være negativ",
+ "History size has to be a non negative number" : "Historik størrelsen må ikke være negativ",
+ "Expiration days have to be a non negative number" : "Udløbstiden må ikke være negativ",
+ "Maximum login attempts have to be a non negative number" : "Antal tilladte loginforsøg må ikke være negativ",
+ "Error while saving" : "Kunne ikke gemme de nye værdier"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/el.js b/l10n/el.js
index d3eb9f6..0b16bc0 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Minimal length has to be a non negative number" : "Το ελάχιστο μήκος πρέπει να είναι μη αρνητικός αριθμός",
"History size has to be a non negative number" : "Το μέγεθος ιστορικού πρέπει να είναι μη αρνητικός αριθμός",
"Expiration days have to be a non negative number" : "Οι ημέρες λήξης πρέπει να είναι μη αρνητικοί αριθμοί",
- "Maximum login attempts have to be a non negative number" : "Οι μέγιστες προσπάθειες σύνδεσης πρέπει να είναι μη αρνητικός αριθμός"
+ "Maximum login attempts have to be a non negative number" : "Οι μέγιστες προσπάθειες σύνδεσης πρέπει να είναι μη αρνητικός αριθμός",
+ "Error while saving" : "Σφάλμα κατά την αποθήκευση"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/el.json b/l10n/el.json
index 06bbff4..0910dfc 100644
--- a/l10n/el.json
+++ b/l10n/el.json
@@ -25,6 +25,7 @@
"Minimal length has to be a non negative number" : "Το ελάχιστο μήκος πρέπει να είναι μη αρνητικός αριθμός",
"History size has to be a non negative number" : "Το μέγεθος ιστορικού πρέπει να είναι μη αρνητικός αριθμός",
"Expiration days have to be a non negative number" : "Οι ημέρες λήξης πρέπει να είναι μη αρνητικοί αριθμοί",
- "Maximum login attempts have to be a non negative number" : "Οι μέγιστες προσπάθειες σύνδεσης πρέπει να είναι μη αρνητικός αριθμός"
+ "Maximum login attempts have to be a non negative number" : "Οι μέγιστες προσπάθειες σύνδεσης πρέπει να είναι μη αρνητικός αριθμός",
+ "Error while saving" : "Σφάλμα κατά την αποθήκευση"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
index 930f097..1251bd2 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Minimal length has to be a non negative number" : "Minimálna dĺžka musí byť kladné číslo",
"History size has to be a non negative number" : "Veľkosť histórie musí byť kladné číslo",
"Expiration days have to be a non negative number" : "Dní do expirácie musí byť kladné číslo",
- "Maximum login attempts have to be a non negative number" : "Maximálny počet pokusov o prihlásenie musí byť kladné číslo"
+ "Maximum login attempts have to be a non negative number" : "Maximálny počet pokusov o prihlásenie musí byť kladné číslo",
+ "Error while saving" : "Chyba pri ukladaní"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index 643e9a7..c787c09 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -25,6 +25,7 @@
"Minimal length has to be a non negative number" : "Minimálna dĺžka musí byť kladné číslo",
"History size has to be a non negative number" : "Veľkosť histórie musí byť kladné číslo",
"Expiration days have to be a non negative number" : "Dní do expirácie musí byť kladné číslo",
- "Maximum login attempts have to be a non negative number" : "Maximálny počet pokusov o prihlásenie musí byť kladné číslo"
+ "Maximum login attempts have to be a non negative number" : "Maximálny počet pokusov o prihlásenie musí byť kladné číslo",
+ "Error while saving" : "Chyba pri ukladaní"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/uk.js b/l10n/uk.js
index 4aaf77d..b849137 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -1,12 +1,33 @@
OC.L10N.register(
"password_policy",
{
+ "Password is expired, please use forgot password method to reset" : "Термін дії пароля закінчився, скористайтеся методом «Забули пароль», щоб скинути його",
+ "Password must not have been used recently before." : "Пароль не повинен використовуватися нещодавно.",
+ "Password is among the 1,000,000 most common ones. Please make it unique." : "Пароль",
+ "Password is present in compromised password list. Please choose a different password." : "Пароль присутній у списку зламаних паролів. Виберіть інший пароль.",
+ "Password needs to be at least %s characters long." : "Довжина пароля має бути не менше %s символів.",
+ "Password needs to contain at least one numeric character." : "Пароль має містити принаймні одну цифру.",
+ "Password needs to contain at least one special character." : "Пароль повинен містити хоча б один спеціальний символ.",
+ "Password needs to contain at least one lower and one upper case character." : "Пароль повинен містити принаймні один нижній і один верхній регістри.",
"Password policy" : "Політика паролей",
+ "Allows admins to configure a password policy" : "Дозволяє адміністраторам налаштовувати політику паролів",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Дозволити адміністратору визначати певні попередні умови для пароля, напр. дотримуватися мінімальної довжини",
"Saved" : "Збережено",
+ "Minimum password length" : "Мінімальна довжина пароля",
+ "User password history" : "Історія паролів користувача",
+ "Number of days until user password expires" : "Кількість днів до закінчення терміну дії пароля користувача",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "Кількість спроб входу до блокування облікового запису користувача (0 без обмежень)",
"Forbid common passwords" : "Заборонити загальні паролі",
"Enforce upper and lower case characters" : "Застосування символів верхнього та нижнього регістру",
"Enforce numeric characters" : "Застосування цифрових символів",
"Enforce special characters" : "Застосування спеціальних символів",
- "Unknown error" : "Невідома помилка"
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Перевірте пароль зі списком зламаних паролів на сайті haveibeenpwned.com",
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Ця перевірка створює хеш пароля та надсилає перші 5 символів цього хешу до API haveibeenpwned.com для отримання списку всіх хешів, які починаються з них. Потім він перевіряє екземпляр Nextcloud, чи є хеш пароля в наборі результатів.",
+ "Unknown error" : "Невідома помилка",
+ "Minimal length has to be a non negative number" : "Мінімальна довжина має бути невід’ємним числом",
+ "History size has to be a non negative number" : "Розмір історії має бути невід’ємним числом",
+ "Expiration days have to be a non negative number" : "Дні закінчення терміну дії мають бути невід’ємними числами",
+ "Maximum login attempts have to be a non negative number" : "Максимальна кількість спроб входу має бути невід’ємним числом",
+ "Error while saving" : "Помилка під час збереження"
},
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/l10n/uk.json b/l10n/uk.json
index 18ddcb4..e3c033f 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -1,10 +1,31 @@
{ "translations": {
+ "Password is expired, please use forgot password method to reset" : "Термін дії пароля закінчився, скористайтеся методом «Забули пароль», щоб скинути його",
+ "Password must not have been used recently before." : "Пароль не повинен використовуватися нещодавно.",
+ "Password is among the 1,000,000 most common ones. Please make it unique." : "Пароль",
+ "Password is present in compromised password list. Please choose a different password." : "Пароль присутній у списку зламаних паролів. Виберіть інший пароль.",
+ "Password needs to be at least %s characters long." : "Довжина пароля має бути не менше %s символів.",
+ "Password needs to contain at least one numeric character." : "Пароль має містити принаймні одну цифру.",
+ "Password needs to contain at least one special character." : "Пароль повинен містити хоча б один спеціальний символ.",
+ "Password needs to contain at least one lower and one upper case character." : "Пароль повинен містити принаймні один нижній і один верхній регістри.",
"Password policy" : "Політика паролей",
+ "Allows admins to configure a password policy" : "Дозволяє адміністраторам налаштовувати політику паролів",
+ "Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "Дозволити адміністратору визначати певні попередні умови для пароля, напр. дотримуватися мінімальної довжини",
"Saved" : "Збережено",
+ "Minimum password length" : "Мінімальна довжина пароля",
+ "User password history" : "Історія паролів користувача",
+ "Number of days until user password expires" : "Кількість днів до закінчення терміну дії пароля користувача",
+ "Number of login attempts before the user account is blocked (0 for no limit)" : "Кількість спроб входу до блокування облікового запису користувача (0 без обмежень)",
"Forbid common passwords" : "Заборонити загальні паролі",
"Enforce upper and lower case characters" : "Застосування символів верхнього та нижнього регістру",
"Enforce numeric characters" : "Застосування цифрових символів",
"Enforce special characters" : "Застосування спеціальних символів",
- "Unknown error" : "Невідома помилка"
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Перевірте пароль зі списком зламаних паролів на сайті haveibeenpwned.com",
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Ця перевірка створює хеш пароля та надсилає перші 5 символів цього хешу до API haveibeenpwned.com для отримання списку всіх хешів, які починаються з них. Потім він перевіряє екземпляр Nextcloud, чи є хеш пароля в наборі результатів.",
+ "Unknown error" : "Невідома помилка",
+ "Minimal length has to be a non negative number" : "Мінімальна довжина має бути невід’ємним числом",
+ "History size has to be a non negative number" : "Розмір історії має бути невід’ємним числом",
+ "Expiration days have to be a non negative number" : "Дні закінчення терміну дії мають бути невід’ємними числами",
+ "Maximum login attempts have to be a non negative number" : "Максимальна кількість спроб входу має бути невід’ємним числом",
+ "Error while saving" : "Помилка під час збереження"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 3fa4ed5..bea888b 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -17,7 +17,7 @@ OC.L10N.register(
"User password history" : "用户密码记录",
"Number of days until user password expires" : "用户密码过期前的天数",
"Number of login attempts before the user account is blocked (0 for no limit)" : "用户账户被锁定前的登录尝试次数(0 表示无限制)",
- "Forbid common passwords" : "禁止普通密码",
+ "Forbid common passwords" : "禁用常见密码",
"Enforce upper and lower case characters" : "强制要求大写和小写字符",
"Enforce numeric characters" : "强制要求数字字符",
"Enforce special characters" : "强制要求特殊字符",
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index 32a1424..a6dea5d 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -15,7 +15,7 @@
"User password history" : "用户密码记录",
"Number of days until user password expires" : "用户密码过期前的天数",
"Number of login attempts before the user account is blocked (0 for no limit)" : "用户账户被锁定前的登录尝试次数(0 表示无限制)",
- "Forbid common passwords" : "禁止普通密码",
+ "Forbid common passwords" : "禁用常见密码",
"Enforce upper and lower case characters" : "强制要求大写和小写字符",
"Enforce numeric characters" : "强制要求数字字符",
"Enforce special characters" : "强制要求特殊字符",