event-timeline/app/static/timeline/js/locale/uk.json
2021-11-12 18:21:51 +00:00

75 lines
No EOL
2.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.

{
"lang": "uk",
"date": {
"month_abbr": [
"січ.",
"лют.",
"берез.",
"квіт.",
"трав.",
"черв.",
"лип.",
"серп.",
"вер.",
"жовт.",
"листоп.",
"груд."
],
"day_abbr": [
"нд.",
"пн.",
"вт.",
"ср.",
"чт.",
"пт.",
"сб."
],
"day": [
"неділя",
"понеділок",
"вівторок",
"середа",
"четвер",
"п'ятниця‎",
"субота"
],
"month": [
"січня",
"лютого",
"березня",
"квітня",
"травня",
"червня",
"липня",
"серпня",
"вересня",
"жовтня",
"листопада",
"грудня"
]
},
"api": {
"wikipedia": "uk"
},
"messages": {
"loading": "Завантаження",
"contract_timeline": "Зменьшити",
"return_to_title": "Повернутися до початку",
"wikipedia": "З Wikipedia, вільної енциклопедії",
"loading_content": "Завантаження вмісту",
"expand_timeline": "Збільшити",
"loading_timeline": "Завантаження..."
},
"dateformats": {
"full_long": "d mmm yyyy 'у' H:MM",
"full_short": "d mmm",
"full": "d mmmm',' yyyy",
"month_short": "mmm",
"time_no_seconds_small_date": "H:MM'<br/><small>'d mmmm',' yyyy'</small>'",
"month": "mmmm yyyy",
"time_no_seconds_short": "H:MM",
"time_short": "H:MM:ss",
"year": "yyyy",
"full_long_small_date": "H:MM'<br/><small>d mmm',' yyyy'</small>'"
}
}