nextcloud/apps/dashboard/l10n/uk.json
Nextcloud bot 3197ae83a4
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-02 13:12:35 +00:00

21 lines
No EOL
1.2 KiB
JSON
Raw 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.

{ "translations": {
"Dashboard" : "Майстерня",
"Customize" : "Редагувати",
"Edit widgets" : "Редагувати віджети",
"Get more widgets from the App Store" : "Більше віджетів у магазині додатків",
"Change background image" : "Змінити фонову світлину",
"Weather service" : "Погода",
"Weather data from Met.no" : "Дані про погоду з Met.no",
"Weather" : "Погода",
"Status" : "Статус",
"Good morning" : "Доброго ранку",
"Good morning, {name}" : "Доброго ранку, {name}",
"Good afternoon" : "Добрий день",
"Good afternoon, {name}" : "Добрий день, {name}",
"Good evening" : "Добрий вечір",
"Good evening, {name}" : "Добрий вечір, {name}",
"Hello" : "Привіт",
"Hello, {name}" : "Привіт, {name}",
"Show something" : "Показати щось"
},"pluralForm" :"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);"
}