0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/user_status/l10n/ru.js
Nextcloud bot e218d1f98e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-15 00:25:46 +00:00

48 lines
2.8 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Недавние статусы",
"No recent status changes" : "Недавние изменения статуса отсуствуют ",
"In a meeting" : "На встрече",
"Commuting" : "В пути",
"Out sick" : "Болею",
"Vacationing" : "В отпуске",
"Out of office" : "Вне офиса",
"Working remotely" : "Удалённая работа",
"In a call" : "В звонке",
"User status" : "Статус пользователя",
"Clear status after" : "Удалить статус через",
"Emoji for your status message" : "Эмодзи для вашего сообщения о состоянии",
"What is your status?" : "Какой у вас статус?",
"Predefined statuses" : "Предопределенные статусы",
"Previously set" : "Установлено ранее",
"Reset status" : "Сбросить статус",
"Set status" : "Установить статус",
"Online status" : "Статус работы в сети",
"Status message" : "Описание статуса",
"Your status was set automatically" : "Ваш статус был установлен автоматически",
"Clear status message" : "Удалить описание статуса",
"Set status message" : "Установить описание статуса",
"Reset status to \"{icon} {message}\"" : "Сбросить статус на \"{icon} {message}\"",
"Reset status to \"{message}\"" : "Сбросить статус на \"{message}\"",
"Reset status to \"{icon}\"" : "Сбросить статус на \"{icon}\"",
"There was an error saving the status" : "Не удалось сохранить статус",
"There was an error clearing the status" : "Не удалось убрать статус",
"There was an error reverting the status" : "Произошла ошибка при сбросе статуса",
"Don't clear" : "Не очищать",
"Today" : "Сегодня",
"This week" : "Эта неделя",
"Online" : "На связи",
"Away" : "Отошёл",
"Do not disturb" : "Не беспокоить",
"Invisible" : "Невидимка",
"Offline" : "Автономно",
"There was an error saving the new status" : "Не удалось сохранить новый статус",
"30 minutes" : "30 минут",
"1 hour" : "1 час",
"4 hours" : "4 часа",
"Mute all notifications" : "Отключить все уведомления",
"Appear offline" : "Возможно, не в сети"
},
"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);");