geosphere-maps/public/assets/date-picker/nls/ru.json
2023-09-22 11:33:13 +02:00

33 lines
1.1 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.

{
"default-calendar": "gregorian",
"separator": ".",
"unitOrder": "DD.MM.YYYY",
"weekStart": 1,
"placeholder": "DD.MM.YYYY",
"days": {
"abbreviated": ["вс", "пн", "вт", "ср", "чт", "пт", "сб"],
"narrow": ["вс", "пн", "вт", "ср", "чт", "пт", "сб"],
"short": ["вс", "пн", "вт", "ср", "чт", "пт", "сб"],
"wide": ["воскресенье", "понедельник", "вторник", "среда", "четверг", "пятница", "суббота"]
},
"numerals": "0123456789",
"months": {
"abbreviated": ["янв.", "февр.", "март", "апр.", "май", "июнь", "июль", "авг.", "сент.", "окт.", "нояб.", "дек."],
"narrow": ["Я", "Ф", "М", "А", "М", "И", "И", "А", "С", "О", "Н", "Д"],
"wide": [
"январь",
"февраль",
"март",
"апрель",
"май",
"июнь",
"июль",
"август",
"сентябрь",
"октябрь",
"ноябрь",
"декабрь"
]
}
}