summaryrefslogtreecommitdiffstats
path: root/apps/comments
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-03-20 01:11:59 +0000
committerNextcloud bot <bot@nextcloud.com>2018-03-20 01:11:59 +0000
commita6f1721c2d1fa13a6f2cd48556392327fee64151 (patch)
tree087c86ae84952946235f0635161eeab1eb4c37fb /apps/comments
parent17ae973d6fb26cf40391f256490e88bdbf5a49c1 (diff)
downloadnextcloud-server-a6f1721c2d1fa13a6f2cd48556392327fee64151.tar.gz
nextcloud-server-a6f1721c2d1fa13a6f2cd48556392327fee64151.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r--apps/comments/l10n/uk.js21
-rw-r--r--apps/comments/l10n/uk.json21
2 files changed, 30 insertions, 12 deletions
diff --git a/apps/comments/l10n/uk.js b/apps/comments/l10n/uk.js
index 547fa22b7a5..30942d77ae3 100644
--- a/apps/comments/l10n/uk.js
+++ b/apps/comments/l10n/uk.js
@@ -1,20 +1,29 @@
OC.L10N.register(
"comments",
{
- "Type in a new comment..." : "Введіть новий коментар...",
+ "Comments" : "Коментарі",
+ "New comment …" : "Новий коментар...",
"Delete comment" : "Видалити коментар",
"Post" : "Відправити",
"Cancel" : "Скасувати",
"Edit comment" : "Редагувати коментар",
"[Deleted user]" : "[Видалений користувач]",
- "Comments" : "Коментарі",
- "No other comments available" : "Інші коментарі не доступні",
- "More comments..." : "Більше коментарів...",
+ "No comments yet, start the conversation!" : "Коментарі відсутні, почніть бесіду!",
+ "More comments …" : "Більше коментарів ...",
"Save" : "Зберегти",
"Allowed characters {count} of {max}" : "Доступно символів {count} з {max}",
- "{count} unread comments" : "{count} непрочитаних коментарів",
+ "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 прокоментовано",
- "%1$s commented on %2$s" : "%1$s прокоментовано у %2$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> для файлів",
+ "Unknown user" : "Невідомий користувач"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/comments/l10n/uk.json b/apps/comments/l10n/uk.json
index 5fbbe2a6217..f5103ea7820 100644
--- a/apps/comments/l10n/uk.json
+++ b/apps/comments/l10n/uk.json
@@ -1,18 +1,27 @@
{ "translations": {
- "Type in a new comment..." : "Введіть новий коментар...",
+ "Comments" : "Коментарі",
+ "New comment …" : "Новий коментар...",
"Delete comment" : "Видалити коментар",
"Post" : "Відправити",
"Cancel" : "Скасувати",
"Edit comment" : "Редагувати коментар",
"[Deleted user]" : "[Видалений користувач]",
- "Comments" : "Коментарі",
- "No other comments available" : "Інші коментарі не доступні",
- "More comments..." : "Більше коментарів...",
+ "No comments yet, start the conversation!" : "Коментарі відсутні, почніть бесіду!",
+ "More comments …" : "Більше коментарів ...",
"Save" : "Зберегти",
"Allowed characters {count} of {max}" : "Доступно символів {count} з {max}",
- "{count} unread comments" : "{count} непрочитаних коментарів",
+ "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 прокоментовано",
- "%1$s commented on %2$s" : "%1$s прокоментовано у %2$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> для файлів",
+ "Unknown user" : "Невідомий користувач"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file