1
0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2024-11-14 20:16:26 +00:00
nextcloud-breeze-dark/l10n/uk.js
Nextcloud bot fedb00b7e3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-04 03:59:23 +00:00

16 lines
1.3 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"breezedark",
{
"Saved" : "Збережено",
"Error" : "Помилка",
"Enable Breeze Dark theme by default" : "Увімкнути тему Breeze Dark за замовчуванням",
"Enable Breeze Dark automated activation by the clients system settings by default" : "Увімкнути автоматичну активацію Breeze Dark у системних налаштуваннях клієнта за замовчуванням",
"Theme the login page" : "Тема сторінки входу",
"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);");