i18n-js
Version:
A small library to provide I18n on JavaScript.
249 lines • 6.95 kB
JSON
{
"be": {
"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": "байта"
},
"eb": "ЭБ",
"gb": "ГБ",
"kb": "КБ",
"mb": "МБ",
"pb": "ПБ",
"tb": "ТБ"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"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": "вечара"
}
}
}