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

246 lines
6.8 KiB
JSON
Raw Permalink 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.

{
"uk": {
"date": {
"abbr_day_names": [
"нд.",
"пн.",
"вт.",
"ср.",
"чт.",
"пт.",
"сб."
],
"abbr_month_names": [
null,
"січ.",
"лют.",
"бер.",
"квіт.",
"трав.",
"черв.",
"лип.",
"серп.",
"вер.",
"жовт.",
"лист.",
"груд."
],
"day_names": [
"неділя",
"понеділок",
"вівторок",
"середа",
"четвер",
"п'ятниця",
"субота"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%d %B %Y",
"short": "%d %b"
},
"month_names": [
null,
"Січня",
"Лютого",
"Березня",
"Квітня",
"Травня",
"Червня",
"Липня",
"Серпня",
"Вересня",
"Жовтня",
"Листопада",
"Грудня"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "близько %{count} години",
"few": "близько %{count} годин",
"many": "близько %{count} годин",
"other": "близько %{count} години"
},
"about_x_months": {
"one": "близько %{count} місяця",
"few": "близько %{count} місяців",
"many": "близько %{count} місяців",
"other": "близько %{count} місяця"
},
"about_x_years": {
"one": "близько %{count} року",
"few": "близько %{count} років",
"many": "близько %{count} років",
"other": "близько %{count} року"
},
"almost_x_years": {
"one": "майже %{count} рік",
"few": "майже %{count} роки",
"many": "майже %{count} років",
"other": "майже %{count} років"
},
"half_a_minute": "пів хвилини",
"less_than_x_seconds": {
"one": "менше %{count} секунди",
"few": "менше %{count} секунд",
"many": "менше %{count} секунд",
"other": "менше %{count} секунди"
},
"less_than_x_minutes": {
"one": "менше %{count} хвилини",
"few": "менше %{count} хвилин",
"many": "менше %{count} хвилин",
"other": "менше %{count} хвилини"
},
"over_x_years": {
"one": "більше %{count} року",
"few": "більше %{count} років",
"many": "більше %{count} років",
"other": "більше %{count} року"
},
"x_seconds": {
"one": "%{count} секунда",
"few": "%{count} секунди",
"many": "%{count} секунд",
"other": "%{count} секунди"
},
"x_minutes": {
"one": "%{count} хвилина",
"few": "%{count} хвилини",
"many": "%{count} хвилин",
"other": "%{count} хвилини"
},
"x_days": {
"one": "%{count} день",
"few": "%{count} дні",
"many": "%{count} днів",
"other": "%{count} дня"
},
"x_months": {
"one": "%{count} місяць",
"few": "%{count} місяці",
"many": "%{count} місяців",
"other": "%{count} місяця"
},
"x_years": {
"one": "%{count} рік",
"few": "%{count} роки",
"many": "%{count} років",
"other": "%{count} року"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": " ",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "грн."
}
},
"format": {
"delimiter": " ",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": {
"one": "Мільярд",
"few": "Мільярдів",
"many": "Мільярдів",
"other": "Мільярдів"
},
"million": {
"one": "Мільйон",
"few": "Мільйонів",
"many": "Мільйонів",
"other": "Мільйонів"
},
"quadrillion": {
"one": "Квадрильйон",
"few": "Квадрильйонів",
"many": "Квадрильйонів",
"other": "Квадрильйонів"
},
"thousand": {
"one": "Тисяча",
"few": "Тисяч",
"many": "Тисяч",
"other": "Тисяч"
},
"trillion": {
"one": "Трильйон",
"few": "Трильйонів",
"many": "Трильйонів",
"other": "Трильйонів"
},
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 1,
"significant": false,
"strip_insignificant_zeros": false
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "байт",
"few": "байти",
"many": "байтів",
"other": "байту"
},
"gb": "ГБ",
"kb": "кБ",
"mb": "МБ",
"tb": "ТБ"
}
}
},
"percentage": {
"format": {
"delimiter": ""
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " та ",
"two_words_connector": " і ",
"words_connector": ", "
}
},
"time": {
"am": "до полудня",
"formats": {
"default": "%a, %d %b %Y, %H:%M:%S %z",
"long": "%d %B %Y, %H:%M",
"short": "%d %b, %H:%M"
},
"pm": "по полудні"
}
}
}