mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-01-08 01:55:50 +00:00
ee3e1dadd5
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
18 lines
1.9 KiB
JavaScript
18 lines
1.9 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. Обновите страницу, чтобы изменения вступили в силу.",
|
||
"This setting enables the automated activation by the clients' system settings by default, for unauthenticated users and users who have not set a preference." : "Этот параметр по умолчанию включает автоматическую активацию с помощью системных настроек клиентов для неаутентифицированных пользователей и пользователей, которые не установили предпочтения.",
|
||
"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);");
|