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>2018-10-12 03:25:31 +0300
committerNextcloud bot <bot@nextcloud.com>2018-10-12 03:25:31 +0300
commitb7ed69c2382512b417d95fd9b1f5bae503086a53 (patch)
treec3158d3c395777d0c5542f4fdd78093d2b71260b
parent49c2bef5627cf81df2791d368b78b0c3abc7a9b5 (diff)
[tx-robot] updated from transifexv13.0.8RC2v13.0.8RC1v13.0.8
-rw-r--r--l10n/ru.js2
-rw-r--r--l10n/ru.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/ru.js b/l10n/ru.js
index 8bb9e70..183ac77 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -1,7 +1,7 @@
OC.L10N.register(
"password_policy",
{
- "Password needs to be at least %s characters long" : "Длина пароля должна не менее %s символов",
+ "Password needs to be at least %s characters long" : "Длина пароля должна быть не менее %s символов",
"Password needs to contain at least one lower and one upper case character." : "В пароле должны присутствовать и прописные и строчные буквы.",
"Password needs to contain at least one numeric character." : "Пароль должен содержать хотя бы одну цифру.",
"Password needs to contain at least one special character." : "Пароль должен содержать хотя бы один спецсимвол.",
diff --git a/l10n/ru.json b/l10n/ru.json
index 27fdf37..83b8097 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -1,5 +1,5 @@
{ "translations": {
- "Password needs to be at least %s characters long" : "Длина пароля должна не менее %s символов",
+ "Password needs to be at least %s characters long" : "Длина пароля должна быть не менее %s символов",
"Password needs to contain at least one lower and one upper case character." : "В пароле должны присутствовать и прописные и строчные буквы.",
"Password needs to contain at least one numeric character." : "Пароль должен содержать хотя бы одну цифру.",
"Password needs to contain at least one special character." : "Пароль должен содержать хотя бы один спецсимвол.",