diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
commit | ffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch) | |
tree | 54948ef22495ba8b71842de95d4e54a41f81848c /apps/user_status/l10n/ru.js | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.tar.gz nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status/l10n/ru.js')
-rw-r--r-- | apps/user_status/l10n/ru.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/user_status/l10n/ru.js b/apps/user_status/l10n/ru.js new file mode 100644 index 00000000000..a932f5cf2a2 --- /dev/null +++ b/apps/user_status/l10n/ru.js @@ -0,0 +1,22 @@ +OC.L10N.register( + "user_status", + { + "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 час" +}, +"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);"); |