diff options
Diffstat (limited to 'apps/comments/l10n/ru.json')
-rw-r--r-- | apps/comments/l10n/ru.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/ru.json b/apps/comments/l10n/ru.json index eea01451765..8089b1e3e64 100644 --- a/apps/comments/l10n/ru.json +++ b/apps/comments/l10n/ru.json @@ -1,20 +1,20 @@ { "translations": { - "You commented" : "Вы откомментировали", - "%1$s commented" : "%1$s откомментировано", - "You commented on %2$s" : "Вы откомментировали в %2$s", - "%1$s commented on %2$s" : "%1$s откомментировано на %2$s", - "Comments" : "Коментарии", "Type in a new comment..." : "Запишите новый комментарий...", "Delete comment" : "Удалить комментарий", "Post" : "Запись", "Cancel" : "Отмена", "Edit comment" : "Редактировать комментарий", "[Deleted user]" : "[Удалённый пользователь]", + "Comments" : "Коментарии", "No other comments available" : "Нет других комментариев", "More comments..." : "Ещё комментарии...", "Save" : "Сохранить", "Allowed characters {count} of {max}" : "Допустимых символов {count} из {max}", "{count} unread comments" : "{count} непрочитанных комментариев", - "Comment" : "Коментарий" + "Comment" : "Коментарий", + "You commented" : "Вы откомментировали", + "%1$s commented" : "%1$s откомментировано", + "You commented on %2$s" : "Вы откомментировали в %2$s", + "%1$s commented 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);" }
\ No newline at end of file |