2025-06-17 11:39:51 +08:00

191 lines
4.5 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.

{
"mk": {
"date": {
"abbr_day_names": [
"Нед",
"Пон",
"Вто",
"Сре",
"Чет",
"Пет",
"Саб"
],
"abbr_month_names": [
null,
"Јан",
"Фев",
"Мар",
"Апр",
"Мај",
"Јун",
"Јул",
"Авг",
"Сеп",
"Окт",
"Ное",
"Дек"
],
"day_names": [
"Недела",
"Понеделник",
"Вторник",
"Среда",
"Четврток",
"Петок",
"Сабота"
],
"formats": {
"default": "%d/%m/%Y",
"long": "%B %e, %Y",
"short": "%e %b"
},
"month_names": [
null,
"Јануари",
"Февруари",
"Март",
"Април",
"Мај",
"Јуни",
"Јули",
"Август",
"Септември",
"Октомври",
"Ноември",
"Декември"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "околу %{count} час",
"other": "околу %{count} часа"
},
"about_x_months": {
"one": "околу %{count} месец",
"other": "околу %{count} месеци"
},
"about_x_years": {
"one": "околу %{count} година",
"other": "околу %{count} години"
},
"almost_x_years": {
"one": "скоро %{count} година",
"other": "скоро %{count} години"
},
"half_a_minute": "пола минута",
"less_than_x_seconds": {
"one": "помалку од %{count} секунда",
"other": "помалку од %{count} секунди"
},
"less_than_x_minutes": {
"one": "помалку од %{count} минута",
"other": "помалку од %{count} минути"
},
"over_x_years": {
"one": "над %{count} година",
"other": "над %{count} години"
},
"x_seconds": {
"one": "%{count} секунда",
"other": "%{count} секунди"
},
"x_minutes": {
"one": "%{count} минута",
"other": "%{count} минути"
},
"x_days": {
"one": "%{count} ден",
"other": "%{count} денови"
},
"x_months": {
"one": "%{count} месец",
"other": "%{count} месеци"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%n %u",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "MKD"
}
},
"format": {
"delimiter": ".",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "илјади",
"million": "милјони",
"quadrillion": "милјарди",
"thousand": "трилјони",
"trillion": "квадрилјони",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "бајт",
"other": "бајти"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": ""
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", и ",
"two_words_connector": " и ",
"words_connector": ", "
}
},
"time": {
"am": "АМ",
"formats": {
"default": "%a %b %d %H:%M:%S %Z %Y",
"long": "%B %d, %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": "ПМ"
}
}
}