diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-07 02:20:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-07 02:20:42 +0000 |
commit | eab710c2fd6febbf946be3ce8376fb386b61ee90 (patch) | |
tree | 2437fab08226f34120dfb4365cc16519b7ee1dde /apps/user_status | |
parent | e41e2fe0037642a1d72d06c29bb16ad118783892 (diff) | |
download | nextcloud-server-eab710c2fd6febbf946be3ce8376fb386b61ee90.tar.gz nextcloud-server-eab710c2fd6febbf946be3ce8376fb386b61ee90.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/ru.js | 23 | ||||
-rw-r--r-- | apps/user_status/l10n/ru.json | 23 |
2 files changed, 38 insertions, 8 deletions
diff --git a/apps/user_status/l10n/ru.js b/apps/user_status/l10n/ru.js index a932f5cf2a2..7d1c7931fa3 100644 --- a/apps/user_status/l10n/ru.js +++ b/apps/user_status/l10n/ru.js @@ -1,22 +1,37 @@ OC.L10N.register( "user_status", { + "Recent statuses" : "Недавние статусы", + "In a meeting" : "На встрече", + "Commuting" : "В пути", + "Out sick" : "Болею", + "Vacationing" : "В отпуске", + "Working remotely" : "Удалённая работа", + "User status" : "Статус пользователя", "Clear status message after" : "Очистить сообщение о состоянии через", - "What's your status?" : "Укажите ваше состояние", - "Set status" : "Установить состояние", + "What's your status?" : "Укажите свой статус", + "Set status" : "Задать статус", "Online status" : "Состояние на связи", "Status message" : "Сообщение о состоянии", "Clear status message" : "Очистить сообщение о состоянии", "Set status message" : "Установить сообщение о состоянии", + "There was an error saving the status" : "Не удалось сохранить статус", + "There was an error clearing the status" : "Не удалось убрать статус", + "No recent status changes" : "Недавние изменения статуса отсуствуют ", "Away" : "Отсутствует", "Do not disturb" : "Не беспокоить", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Не очищать", "Today" : "Сегодня", "This week" : "Эта неделя", "Online" : "На связи", - "Invisible" : "Невидимая", + "Invisible" : "Невидимка", "Offline" : "Автономно", + "There was an error saving the new status" : "Не удалось сохранить новый статус", "30 minutes" : "30 минут", - "1 hour" : "1 час" + "1 hour" : "1 час", + "4 hours" : "4 часа", + "Mute all notifications" : "Отключить все уведомления", + "Clear status after" : "Удалить статус через" }, "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);"); diff --git a/apps/user_status/l10n/ru.json b/apps/user_status/l10n/ru.json index b59b8f39726..b63d2c06a41 100644 --- a/apps/user_status/l10n/ru.json +++ b/apps/user_status/l10n/ru.json @@ -1,20 +1,35 @@ { "translations": { + "Recent statuses" : "Недавние статусы", + "In a meeting" : "На встрече", + "Commuting" : "В пути", + "Out sick" : "Болею", + "Vacationing" : "В отпуске", + "Working remotely" : "Удалённая работа", + "User status" : "Статус пользователя", "Clear status message after" : "Очистить сообщение о состоянии через", - "What's your status?" : "Укажите ваше состояние", - "Set status" : "Установить состояние", + "What's your status?" : "Укажите свой статус", + "Set status" : "Задать статус", "Online status" : "Состояние на связи", "Status message" : "Сообщение о состоянии", "Clear status message" : "Очистить сообщение о состоянии", "Set status message" : "Установить сообщение о состоянии", + "There was an error saving the status" : "Не удалось сохранить статус", + "There was an error clearing the status" : "Не удалось убрать статус", + "No recent status changes" : "Недавние изменения статуса отсуствуют ", "Away" : "Отсутствует", "Do not disturb" : "Не беспокоить", + "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Не очищать", "Today" : "Сегодня", "This week" : "Эта неделя", "Online" : "На связи", - "Invisible" : "Невидимая", + "Invisible" : "Невидимка", "Offline" : "Автономно", + "There was an error saving the new status" : "Не удалось сохранить новый статус", "30 minutes" : "30 минут", - "1 hour" : "1 час" + "1 hour" : "1 час", + "4 hours" : "4 часа", + "Mute all notifications" : "Отключить все уведомления", + "Clear status after" : "Удалить статус через" },"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 |