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:22 +0300
committerNextcloud bot <bot@nextcloud.com>2018-10-12 03:25:22 +0300
commitb5857b6e83d26b933632fc10e3167d004b8fe93a (patch)
treea627e8f0e2b785f4726bc66370ff063b0283ed24
parentc9fb91185f75c9cf25a70f9103b23a4d9b6e3b93 (diff)
[tx-robot] updated from transifexv15.0.0beta2v15.0.0beta1v15.0.0RC1
-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." : "Пароль должен содержать хотя бы один спецсимвол.",