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/ru.json')
-rw-r--r--apps/comments/l10n/ru.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json
index 460706293e7..d1a3f22ad7d 100644
--- a/apps/comments/l10n/ru.json
+++ b/apps/comments/l10n/ru.json
@@ -1,11 +1,22 @@
{ "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> к файлам",
+ "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена",
+ "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”.",
+ "Files app plugin to add comments to files" : "Модуль приложения «Файлы», позволяющий комментировать файлы",
"Edit comment" : "Редактировать комментарий",
"Delete comment" : "Удалить комментарий",
"New comment …" : "Новый комментарий…",
"Post" : "Опубликовать",
"Cancel" : "Отмена",
"[Deleted user]" : "[Удалённый пользователь]",
- "Comments" : "Комментарии",
"No comments yet, start the conversation!" : "Комментарии отсутствуют, начните обсуждение!",
"More comments …" : "Ещё комментарии…",
"Save" : "Сохранить",
@@ -15,17 +26,6 @@
"Error occurred while posting comment" : "При сохранении комментария произошла ошибка",
"_%n unread comment_::_%n unread comments_" : ["%n непрочитанный комментарий","%n непрочитанных комментариев","%n непрочитанных комментариев","%n непрочитанных комментариев"],
"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> к файлам",
- "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «{file}» пользователем, учётная запись которого была удалена",
- "{user} mentioned you in a comment on “{file}”" : "{user} упомянул вас в комментарии к “{file}”.",
- "Files app plugin to add comments to files" : "Модуль приложения «Файлы», позволяющий комментировать файлы",
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Вы были упомянуты в комментарии к файлу «%s» пользователем, учётная запись которого была удалена",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s упомянул вас в комментарии к \"%2$s\""
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"