nextcloud/apps/user_status/l10n/ru.js

39 lines
2.1 KiB
JavaScript
Raw Normal View History

2020-10-31 05:18:47 +03:00
OC.L10N.register(
"user_status",
{
2020-12-07 05:20:42 +03:00
"Recent statuses" : "Недавние статусы",
"In a meeting" : "На встрече",
"Commuting" : "В пути",
"Out sick" : "Болею",
"Vacationing" : "В отпуске",
"Working remotely" : "Удалённая работа",
"User status" : "Статус пользователя",
2020-10-31 05:18:47 +03:00
"Clear status message after" : "Очистить сообщение о состоянии через",
2020-12-07 05:20:42 +03:00
"What's your status?" : "Укажите свой статус",
2020-12-18 05:20:09 +03:00
"Set status" : "Установить статус",
"Online status" : "Статус работы в сети",
"Status message" : "Описание статуса",
"Clear status message" : "Удалить описание статуса",
"Set status message" : "Установить описание статуса",
2020-12-07 05:20:42 +03:00
"There was an error saving the status" : "Не удалось сохранить статус",
"There was an error clearing the status" : "Не удалось убрать статус",
"No recent status changes" : "Недавние изменения статуса отсуствуют ",
2020-12-18 05:20:09 +03:00
"Away" : "Отошёл",
2020-10-31 05:18:47 +03:00
"Do not disturb" : "Не беспокоить",
2020-12-07 05:20:42 +03:00
"{status}, {timestamp}" : "{status}, {timestamp}",
2020-10-31 05:18:47 +03:00
"Don't clear" : "Не очищать",
"Today" : "Сегодня",
"This week" : "Эта неделя",
"Online" : "На связи",
2020-12-07 05:20:42 +03:00
"Invisible" : "Невидимка",
2020-10-31 05:18:47 +03:00
"Offline" : "Автономно",
2020-12-07 05:20:42 +03:00
"There was an error saving the new status" : "Не удалось сохранить новый статус",
2020-10-31 05:18:47 +03:00
"30 minutes" : "30 минут",
2020-12-07 05:20:42 +03:00
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Отключить все уведомления",
2020-12-18 05:20:09 +03:00
"Appear offline" : "Возможно, не в сети",
2020-12-07 05:20:42 +03:00
"Clear status after" : "Удалить статус через"
2020-10-31 05:18:47 +03:00
},
"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);");