nextcloud-server/apps/user_status/l10n/ru.js

23 lines
1.1 KiB
JavaScript

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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);");