Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/comments/l10n/uk.json')
-rw-r--r--apps/comments/l10n/uk.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/comments/l10n/uk.json b/apps/comments/l10n/uk.json
index dca20044884..dd73c54e0da 100644
--- a/apps/comments/l10n/uk.json
+++ b/apps/comments/l10n/uk.json
@@ -1,11 +1,19 @@
{ "translations": {
+ "Comments" : "Коментарі",
+ "You commented" : "Ви прокоментували",
+ "%1$s commented" : "%1$s прокоментовано",
+ "{author} commented" : "{author} прокоментував",
+ "You commented on %1$s" : "Ви прокоментували на %1$s",
+ "You commented on {file}" : "Ви прокоментували {file}",
+ "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s",
+ "{author} commented on {file}" : "{author} прокоментував {file}",
+ "<strong>Comments</strong> for files" : "<strong>Коментів</strong> для файлів",
"Edit comment" : "Редагувати коментар",
"Delete comment" : "Видалити коментар",
"New comment …" : "Новий коментар...",
"Post" : "Відправити",
"Cancel" : "Скасувати",
"[Deleted user]" : "[Видалений користувач]",
- "Comments" : "Коментарі",
"No comments yet, start the conversation!" : "Коментарі відсутні, почніть бесіду!",
"More comments …" : "Більше коментарів ...",
"Save" : "Зберегти",
@@ -13,14 +21,6 @@
"Error occurred while retrieving comment with ID {id}" : "Помилка під час відповіді на коментар ID {id}",
"Error occurred while updating comment with id {id}" : "Помилка під час оновлення коментаря з id {id}",
"Error occurred while posting comment" : "Помилка під час написання коментаря",
- "Comment" : "Коментар",
- "You commented" : "Ви прокоментували",
- "%1$s commented" : "%1$s прокоментовано",
- "{author} commented" : "{author} прокоментував",
- "You commented on %1$s" : "Ви прокоментували на %1$s",
- "You commented on {file}" : "Ви прокоментували {file}",
- "%1$s commented on %2$s" : "%1$s прокоментовано у %2$s",
- "{author} commented on {file}" : "{author} прокоментував {file}",
- "<strong>Comments</strong> for files" : "<strong>Коментів</strong> для файлів"
+ "Comment" : "Коментар"
},"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);"
} \ No newline at end of file