diff options
Diffstat (limited to 'apps/user_status/l10n/ru.json')
-rw-r--r-- | apps/user_status/l10n/ru.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/user_status/l10n/ru.json b/apps/user_status/l10n/ru.json new file mode 100644 index 00000000000..b59b8f39726 --- /dev/null +++ b/apps/user_status/l10n/ru.json @@ -0,0 +1,20 @@ +{ "translations": { + "Clear status message after" : "Очистить сообщение о состоянии через", + "What's your status?" : "Укажите ваше состояние", + "Set status" : "Установить состояние", + "Online status" : "Состояние на связи", + "Status message" : "Сообщение о состоянии", + "Clear status message" : "Очистить сообщение о состоянии", + "Set status message" : "Установить сообщение о состоянии", + "Away" : "Отсутствует", + "Do not disturb" : "Не беспокоить", + "Don't clear" : "Не очищать", + "Today" : "Сегодня", + "This week" : "Эта неделя", + "Online" : "На связи", + "Invisible" : "Невидимая", + "Offline" : "Автономно", + "30 minutes" : "30 минут", + "1 hour" : "1 час" +},"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 |