mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-01-08 01:55:50 +00:00
9dbfed0633
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
23 lines
3.3 KiB
JavaScript
23 lines
3.3 KiB
JavaScript
OC.L10N.register(
|
||
"breezedark",
|
||
{
|
||
"Saved" : "Збережено",
|
||
"Error" : "Помилка",
|
||
"Breeze Dark" : "Breeze Dark",
|
||
"Breeze Dark theme for Nextcloud, based on the theme by KDE" : "Темна тема Breeze для 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 enforces the usage of this theme for all users. Please note, this prevents users from disabling it or choosing a different theme." : "Це налаштування встановить тему для всіх користувачів хмари, при цьому користувачі не зможуть вибрати відмінну тему.",
|
||
"Enforce Breeze Dark theme use globally" : "Примусово встановити темну тему Breeze Dark для всіх користувачів",
|
||
"This setting enables the automated activation by the clients' system settings by default, for unauthenticated users and users who have not set a preference." : "Це налаштування атоматично створює типове налаштовуння клієнтів для неавторизованих користувачів, а також користувачів, які не зробили власні налаштування.",
|
||
"Enable Breeze Dark theme automated activation by the clients' system settings by default" : "Увімкнутии автоматичне застосування теми Breeze Dark яко типову тему для користувачів",
|
||
"This setting enables use of the theme for the login page. This only takes effect on the login page itself if the theme is globally enforced, or during login for a user who has the theme enabled." : "Це налаштування встановить тему сторінки входу. Матиме значення як для сторінки входу, якщо встановлено тему для всіх користувачів, або для тих користувачів, які окремо не налаштували тему.",
|
||
"Enable Breeze Dark theme for the login page" : "Увімкнути тему Breeze Dark для сторінки входу",
|
||
"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",
|
||
"Enable Breeze Dark automated activation by clients system settings" : "Увімкнути автоматичну активацію Breeze Dark за системними налаштуваннями клієнта"
|
||
},
|
||
"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
|