platform/packages/ui/lang/ru.json
Andrey Sobolev 3f4d26d419
Keyboard Shortcuts (#1408)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-04-19 16:38:31 +07:00

38 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 {через # дней}}",
"NoActionsDefined": "Нет доступных действий"
}
}