aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/l10n/ru.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-03-24 02:27:05 +0000
committerNextcloud bot <bot@nextcloud.com>2023-03-24 02:27:05 +0000
commit97b8e6d2a388cd08bd83ee08b1d322b9e813387a (patch)
tree312561281043f9ed5f0bc7c3aa4ad2d043e3901d /apps/encryption/l10n/ru.js
parent553b5a51f6622f618f7776bdc38cd699f20ec686 (diff)
downloadnextcloud-server-97b8e6d2a388cd08bd83ee08b1d322b9e813387a.tar.gz
nextcloud-server-97b8e6d2a388cd08bd83ee08b1d322b9e813387a.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/encryption/l10n/ru.js')
-rw-r--r--apps/encryption/l10n/ru.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/encryption/l10n/ru.js b/apps/encryption/l10n/ru.js
index 3f2a525a4f8..3cb5f9077f7 100644
--- a/apps/encryption/l10n/ru.js
+++ b/apps/encryption/l10n/ru.js
@@ -32,7 +32,6 @@ OC.L10N.register(
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не могу прочитать этот файл, вероятно, это общий файл. Пожалуйста, попросите владельца файла повторно поделиться им с вами.",
"Default encryption module" : "Модуль шифрования по умолчанию",
"Default encryption module for server-side encryption" : "Используемый по умолчанию модуль для шифрования данных на сервере",
- "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Перед началом использования использования необходимо включить этот модуль в разделе «Администрирование». Включённый модуль выполняет прозрачное шифрование файлов. Шифрование основано на алгоритме AES 256. Модуль не изменяет существующие файлы, шифруются только файлы, создаваемые после включения шифрования. Также невозможно отключить шифрование и вернуться к незашифрованной системе. Перед включением шифрования обязательно ознакомьтесь с документацией, чтобы узнать все последствия такого действия.",
"Hey there,\n\nThe administration enabled server-side-encryption. Your files were encrypted using the password \"%s\".\n\nPlease login to the web interface, go to the section \"Basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"Old log-in password\" field and your current login-password.\n\n" : "Привет,\n\nАдминистрация включила шифрование на стороне сервера. Ваши файлы были зашифрованы с помощью пароля \"%s\".\n\nПожалуйста, войдите в веб-интерфейс, перейдите в раздел \"Основной модуль шифрования\" ваших персональных настроек и обновите пароль шифрования, введя этот пароль в поле \"Старый пароль для входа\" и ваш текущий пароль для входа.\n\n",
"The share will expire on %s." : "Доступ будет закрыт %s",
"Cheers!" : "Всего наилучшего!",
@@ -60,6 +59,7 @@ OC.L10N.register(
"Enable password recovery:" : "Включить восстановление пароля:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Включение этой опции позволит вам получить доступ к своим зашифрованным файлам в случае утери пароля",
"Enabled" : "Включено",
- "Disabled" : "Отключено"
+ "Disabled" : "Отключено",
+ "In order to use this encryption module you need to enable server-side\n\t\tencryption in the admin settings. Once enabled this module will encrypt\n\t\tall your files transparently. The encryption is based on AES 256 keys.\n\t\tThe module won't touch existing files, only new files will be encrypted\n\t\tafter server-side encryption was enabled. It is also not possible to\n\t\tdisable the encryption again and switch back to a unencrypted system.\n\t\tPlease read the documentation to know all implications before you decide\n\t\tto enable server-side encryption." : "Перед началом использования использования необходимо включить этот модуль в разделе «Администрирование». Включённый модуль выполняет прозрачное шифрование файлов. Шифрование основано на алгоритме AES 256. Модуль не изменяет существующие файлы, шифруются только файлы, создаваемые после включения шифрования. Также невозможно отключить шифрование и вернуться к незашифрованной системе. Перед включением шифрования обязательно ознакомьтесь с документацией, чтобы узнать все последствия такого действия."
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");