platform/packages/ui/lang/ru.json
Alexander Platov 28329f74bc
Update DatePicker (#1337)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
2022-04-09 01:17:04 +07:00

37 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": {
"EditBoxPlaceholder": "Введите текст здесь",
"Ok": "Ок",
"Cancel": "Отменить",
"Minutes": "{minutes, plural, =0 {меньше минуты назад} =1 {минуту назад} other {# минут назад}}",
"Hours": "{hours, plural, =0 {меньше часа назад} =1 {час назад} other {# часов назад}}",
"Days": "{days, plural, =0 {сегода} =1 {вчера} other {# дней назад}}",
"ShowMore": "Показать больше",
"ShowLess": "Показать меньше",
"Search": "Поиск",
"SearchDots": "Поиск...",
"Suggested": "Предложено",
"TimeTooltip": "{value}",
"None": "Нет",
"NotSelected": "Не выбрано",
"Today": "Сегодня",
"NoDate": "Без даты",
"StartDate": "Дата начала",
"TargetDate": "Дата окончания",
"Overdue": "Просрочено",
"DueDate": "Срок",
"AddDueDate": "Установить дату",
"EditDueDate": "Изменить дату",
"SaveDueDate": "Сохранить дату",
"IssueNeedsToBeCompletedByThisDate": "Задача должна быть завершена к этой дате",
"English": "Английский",
"Russian": "Русский",
"MinutesBefore": "{minutes, plural, =1 {за минуту} other {за # минут}}",
"HoursBefore": "{hours, plural, =1 {за час} other {за # часа}}",
"DaysBefore": "{days, plural, =1 {за день} =3 {за # дня} other {за # дней}}",
"MinutesAfter": "{minutes, plural, =1 {через минуту} other {через # минут}}",
"HoursAfter": "{hours, plural, =1 {через час} other {через # часа}}",
"DaysAfter": "{days, plural, =1 {через день} other {через # дней}}"
}
}