nc-weather/l10n/uk.js

33 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

OC.L10N.register(
"weather",
{
"Weather" : "Погода",
"Monday" : "Понеділок",
"Tuesday" : "Вівторок",
"Wednesday" : "Середа",
"Thursday" : "Четвер",
"Friday" : "П'ятниця",
"Saturday" : "Субота",
"Sunday" : "Неділя",
"Watch the weather directly on your Nextcloud." : "Дивись погоду прямо у твоєму Nextcloud",
"OpenWeatherMap API Key" : "Ключ OpenWeatherMap API",
"Save" : "Зберегти",
"Add a city" : "Додати місто",
"Add city" : "Додати місто",
"City name" : "Назва міста",
"Add" : "Додати",
"Cancel" : "Скасувати",
"Settings" : "Налаштування",
"Metric" : "Метрика",
"Click here to get an API key" : "Для отримання ключа API натисніть тут",
"Pressure" : "Тиск",
"Humidity" : "Вологість",
"Cloudiness" : "Хмарність",
"Wind" : "Вітер",
"Sunrise" : "Світанок",
"Sunset" : "Захід сонця",
"Date" : "Date",
"Temperature" : "Температура"
},
"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);");