summaryrefslogtreecommitdiffstats
path: root/apps/dav/l10n/uk.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-12-23 03:04:48 +0000
committerNextcloud bot <bot@nextcloud.com>2022-12-23 03:04:48 +0000
commit945afd4432d25fb36de4cb98736fc2777c0a54a5 (patch)
tree373c437abfc554fe5e1a74162fe0610bbed6ec52 /apps/dav/l10n/uk.js
parent5b64b8119fc9c004887b514722bcecc2353564de (diff)
downloadnextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.tar.gz
nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.zip
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/uk.js')
-rw-r--r--apps/dav/l10n/uk.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js
index c13be4d8b20..bedfbe26f92 100644
--- a/apps/dav/l10n/uk.js
+++ b/apps/dav/l10n/uk.js
@@ -180,8 +180,6 @@ OC.L10N.register(
"Please contact the organizer directly." : "Будь-ласка повідомте організатора.",
"Are you accepting the invitation?" : "Чи приймаєте ви запрошення?",
"Tentative" : "Попередній",
- "Number of guests" : "Кількість гостей",
- "Comment" : "Коментар",
"Your attendance was updated successfully." : "Ваша участь успішно оновлена.",
"Todos" : "Завдання",
"{actor} created todo {todo} in list {calendar}" : "{actor} створив завдання {todo} у списку {calendar}",
@@ -194,6 +192,8 @@ OC.L10N.register(
"You solved todo {todo} in list {calendar}" : "Ви виконали завдання {todo} зі списку {calendar}",
"{actor} reopened todo {todo} in list {calendar}" : "{actor} повторно відкрив завдання {todo} у списку {calendar}",
"You reopened todo {todo} in list {calendar}" : "Ви повторно відкрили завдання {todo} у списку {calendar}",
- "A calendar <strong>todo</strong> was modified" : "Календарне <strong>завдання</strong> було змінене"
+ "A calendar <strong>todo</strong> was modified" : "Календарне <strong>завдання</strong> було змінене",
+ "Number of guests" : "Кількість гостей",
+ "Comment" : "Коментар"
},
"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);");