1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-05 08:17:07 +00:00
nextcloud-breeze-dark/l10n/ru.js
Nextcloud bot 7eb8bcc600
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-22 04:22:12 +00:00

18 lines
1.4 KiB
JavaScript

OC.L10N.register(
"breezedark",
{
"Saved" : "Сохранено",
"Error" : "Ошибка",
"Breeze Dark" : "Breeze Dark",
"Breeze Dark theme for Nextcloud, based on the theme by KDE" : "Тема Breeze Dark для Nextcloud, основанная на теме KDE",
"A Dark theme based on Breeze Dark by the KDE project. Please refresh the page for changes to take effect." : "Тёмная тема, основанная на Breeze Dark от проекта KDE. Обновите страницу, чтобы изменения вступили в силу.",
"Custom Styling" : "Индивидуальный стиль",
"Insert custom styling here …" : "Вставьте здесь собственный стиль…",
"Save" : "Сохранить",
"A Breeze Dark theme for Nextcloud." : "Тема Breeze Dark для Nextcloud.",
"Breeze Dark theme" : "Тема Breeze Dark",
"Enable Breeze Dark theme" : "Включить тему Breeze Dark",
"Enable Breeze Dark automated activation by clients system settings" : "Включить автоматическую активацию Breeze Dark в настройках системы клиентов"
},
"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);");