event-timeline/app/static/timeline/js/locale/bg.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": "bg",
"date": {
"month_abbr": [
"Ян.",
"Фев.",
"Март",
"Апр.",
"Май",
"Юни",
"Юли",
"Авг.",
"Септ.",
"Окт.",
"Ноем.",
"Дек."
],
"day_abbr": [
"Нед.",
"Пон.",
"Вт.",
"Ср.",
"Четв.",
"Пет.",
"Съб."
],
"day": [
"Неделя",
"Понеделник",
"Вторник",
"Сряда",
"Четвъртък",
"Петък",
"Събота"
],
"month": [
"Януари",
"Февруари",
"Март",
"Април",
"Май",
"Юни",
"Юли",
"Август",
"Септември",
"Октомври",
"Ноември",
"Декември"
]
},
"api": {
"wikipedia": "bg"
},
"messages": {
"loading": "Зарежда се",
"contract_timeline": "Свиване",
"return_to_title": "В началото",
"wikipedia": "От Уикипедия, свободната енциклопедия",
"loading_content": "Съдържанието се зарежда",
"expand_timeline": "Разширяване",
"loading_timeline": "Зареждане... "
},
"dateformats": {
"full_long": "d mmm yyyy 'at' h:MM TT",
"full_short": "d mmm",
"full": "d mmmm yyyy",
"month_short": "mmm",
"time_no_seconds_small_date": "h:MM TT'<br/><small>'d mmmm yyyy'</small>'",
"month": "mmmm yyyy",
"time_no_seconds_short": "h:MM TT",
"time_short": "h:MM:ss TT",
"year": "yyyy",
"full_long_small_date": "h:MM TT'<br/><small>d mmm yyyy'</small>'"
}
}