diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-02-13 02:19:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-02-13 02:19:26 +0000 |
commit | c34570faf8d0e18df32a1bb334733964f88a388f (patch) | |
tree | d1761cc41e00f353466f745c7cc780bff2752cf3 /apps/accessibility/l10n/ru.js | |
parent | e6d91098d407c885d5e46af61d934464fc7f92fc (diff) | |
download | nextcloud-server-c34570faf8d0e18df32a1bb334733964f88a388f.tar.gz nextcloud-server-c34570faf8d0e18df32a1bb334733964f88a388f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/accessibility/l10n/ru.js')
-rw-r--r-- | apps/accessibility/l10n/ru.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/accessibility/l10n/ru.js b/apps/accessibility/l10n/ru.js index 5421b944269..d0ffda62ed9 100644 --- a/apps/accessibility/l10n/ru.js +++ b/apps/accessibility/l10n/ru.js @@ -10,12 +10,12 @@ OC.L10N.register( "Accessibility" : "Доступность", "Accessibility options for nextcloud" : "Настройки доступности для Nextcloud", "Provides multiple accessibilities options to ease your use of Nextcloud" : "Предоставляет несколько вариантов доступности, чтобы облегчить использование Nextcloud", + "High contrast theme" : "Режим высокой контрастности", + "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Это высококонтрастное оформление упрощает навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.", + "Dark theme (beta)" : "Тёмное оформление (бета)", "Web Content Accessibility Guidelines" : "Руководство по обеспечению доступности Web-контента WGAG", "our issue tracker" : "Сообщить об ошибке", "our design team" : "Команда разработчиков", - "Enable" : "Включить", - "High contrast theme" : "Режим высокой контрастности", - "A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Это высококонтрастное оформление упрощает навигацию по сайту. Качество изображения будет уменьшено за счёт увеличения чёткости.", - "Dark theme (beta)" : "Тёмное оформление (бета)" + "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);"); |