platform/packages/ui/lang/ru.json
Andrey Sobolev 1db5547318
Calendar view (#1174)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-03-18 23:07:42 +07:00

24 lines
950 B
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": "Сегодня",
"English": "Английский",
"Russian": "Русский",
"CalendarLeft": "<",
"CalendarRight": ">"
}
}