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:36 +0300
committerNextcloud bot <bot@nextcloud.com>2018-10-12 03:25:36 +0300
commit85a03f8c93fe022ee4590cc5c2e85985dd4e1b2e (patch)
treef3eeb59f2cedae9be3a63c353c87e7942e9cd6f9
parent92a3272f7e88068d0abe00a00a37002f8475c218 (diff)
[tx-robot] updated from transifexv12.0.13RC2v12.0.13RC1v12.0.13stable12
-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." : "Пароль должен содержать хотя бы один спецсимвол.",