diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-04-06 00:13:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-04-06 00:13:10 +0000 |
commit | 9c9c410094b1353b2ca07da4d03124b71366f691 (patch) | |
tree | 748cc4c85bcf17b8a69411d4bdd0c202d207661d /apps/accessibility/l10n/ru.js | |
parent | 2339e946805df4f021444ed9f5d72daad0a46e07 (diff) | |
download | nextcloud-server-9c9c410094b1353b2ca07da4d03124b71366f691.tar.gz nextcloud-server-9c9c410094b1353b2ca07da4d03124b71366f691.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/accessibility/l10n/ru.js')
-rw-r--r-- | apps/accessibility/l10n/ru.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/accessibility/l10n/ru.js b/apps/accessibility/l10n/ru.js new file mode 100644 index 00000000000..baa9a9c4c9e --- /dev/null +++ b/apps/accessibility/l10n/ru.js @@ -0,0 +1,14 @@ +OC.L10N.register( + "accessibility", + { + "High contrast theme" : "Высококонтрастная тема", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Данная высококонтрастная тема упростит Вашу навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.", + "Dark theme (beta)" : "Тёмная тема (бета)", + "A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Данная тёмная тема снимет напряжение с Ваших глаз за счёт уменьшения общей яркости. Тема находится в разработке. Сообщайте о всех найденных ошибках и недочетах.", + "Dyslexia font" : "Шрифт Dyslexia", + "Accessibility" : "Удобство", + "Accessibility options for nextcloud" : "Настройки удобства для Nextcloud", + "Provides multiple accessibilities options to ease your use of Nextcloud" : "Предоставляет множество настроек удобства для упрощения Вашего использования Nextcloud", + "Enable" : "Включено" +}, +"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);"); |