platform/plugins/calendar-assets/lang/ru.json
Vyacheslav Tumanov 1d4122f58a
UBER-439: fix plurals in russian (#3412)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
2023-06-08 23:03:43 +07:00

44 lines
1.9 KiB
JSON
Raw 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.

{
"string": {
"ApplicationLabelCalendar": "Календарь",
"Calendars": "Календари",
"Participants": "Участники",
"NoParticipants": "Участники не добавлены",
"PersonsLabel": "{name}",
"AddDescription": "Добавить описание",
"Date": "Дата",
"DueTo": "Дата конца",
"Description": "Описание",
"Title": "Название",
"Location": "Местоположение",
"Company": "Компания",
"CreateCalendar": "Новый Календарь",
"Calendar": "Календарь",
"Events": "События",
"Event": "Событие",
"ModeDay": "День",
"ModeWeek": "Неделя",
"ModeMonth": "Месяц",
"ModeYear": "Год",
"Today": "Сегодня",
"TableView": "Таблица",
"DueMinutes": "{minutes, plural, =0 {меньше минуты} =1 {минута} one {# минута} few {# минуты} other {# минут}}",
"DueHours": "{hours, plural, =0 {меньше часа} one {# час} few {# часа} other {# часов}}",
"DueDays": "{days, plural, =0 {сегодня} one {# день} few {# дня} other {# дней}}",
"Reminder": "Напоминание",
"RemindMeAt": "Напомнить мне",
"ReminderTime": "Время напоминания",
"CreateReminder": "Создать напоминание",
"CreatedReminder": "Создал напоминание",
"Reminders": "Напоминания",
"Shift": "Сдвиг",
"State": "Состояние",
"NoReminders": "Нет напоминаний",
"AllDay": "Весь день",
"AndMore": "И еще {count}",
"CreateEvent": "Создать событие",
"EventFor": "Событие для: ",
"ConfigLabel": "Календарь",
"ConfigDescription": "Расширение для календаря с событиями"
}
}