nextcloud/apps/accessibility/l10n/uk.js

27 lines
3.7 KiB
JavaScript
Raw Normal View History

2019-04-08 03:14:18 +03:00
OC.L10N.register(
"accessibility",
{
2019-07-30 05:14:45 +03:00
"Dark theme" : "Темна тема",
2019-04-08 03:14:18 +03:00
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Темна тема зменшує навантаження для очей шляхом зменшення загального світлового випромінення і яскравості. Вона все ще перебуває на стадії розробки, тож якщо знайдете якісь проблеми, будь ласка, сповістіть нас про це.",
2020-01-20 05:17:27 +03:00
"High contrast mode" : "Контрастна тема",
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Контрастна тема спрощує Вашу навігацію. Знижена візуальна якість, проте підвищена ясність і зрозумілість.",
2019-04-08 03:14:18 +03:00
"Dyslexia font" : "Шрифт для людей, які страждають від дислексії",
2020-01-20 05:17:27 +03:00
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic - це вільно доступний шрифт, що було розроблено для уникнення деяких загальних помилок, що спричинені дизлексією.",
2019-04-08 03:14:18 +03:00
"Accessibility" : "Доступність",
"Accessibility options for nextcloud" : "Опції доступності для nextcloud",
2019-05-27 05:13:41 +03:00
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Надає кілька опцій доступності для полегшення вашого користування Nextcloud",
2020-01-20 05:17:27 +03:00
"Web Content Accessibility Guidelines" : "Вказівки щодо доступності веб контенту",
2019-05-27 05:13:41 +03:00
"our issue tracker" : "наш баґ-трекер",
"our design team" : "наша команда дизайнерів",
2019-07-07 05:14:15 +03:00
"Enable" : "Увімкнути",
2019-09-18 05:14:55 +03:00
"High contrast theme" : "Висококонтрастна тема",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Висококонтрастна тема для того, щоб полегшити користування. Візуальні ефекти буде погіршено, однак чіткість - покращено.",
2019-07-30 05:14:45 +03:00
"Dark theme (beta)" : "Темна тема (бета)",
2020-01-20 05:17:27 +03:00
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia. The typeface was created by Abelardo Gonzalez, who released it through an open-source license." : "OpenDyslexic - це вільно доступний шрифт, що було розроблено для уникнення деяких загальних помилок, що спричинені дизлексією. Шрифт було розроблено Abelardo Gonzalez, який випустив його чере ліцензію з відкритим кодом.",
"Provides multiple accessibilities options to ease your use of nextcloud" : "Надає кілька опцій доступності для полегшення вашого користування Nextcloud",
2019-07-30 05:14:45 +03:00
"Themes" : "Теми",
"Fonts" : "Шрифти",
"enabled" : "увімкнено"
2019-04-08 03:14:18 +03:00
},
"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);");