i18n-js
Version:
A small library to provide I18n on JavaScript.
191 lines • 4.19 kB
JSON
{
"az": {
"date": {
"abbr_day_names": [
"B.",
"B.E.",
"Ç.A.",
"Ç.",
"C.A.",
"C.",
"Ş."
],
"abbr_month_names": [
null,
"Yan",
"Fev",
"Mar",
"Apr",
"May",
"İyn",
"İyl",
"Avq",
"Sen",
"Okt",
"Noy",
"Dek"
],
"day_names": [
"Bazar",
"Bazar ertəsi",
"Çərşənbə axşamı",
"Çərşənbə",
"Cümə axşamı",
"Cümə",
"Şənbə"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%d %B %Y",
"short": "%d %b"
},
"month_names": [
null,
"Yanvar",
"Fevral",
"Mart",
"Aprel",
"May",
"İyun",
"İyul",
"Avqust",
"Sentyabr",
"Oktyabr",
"Noyabr",
"Dekabr"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "təxminən 1 saat",
"other": "təxminən %{count} saat"
},
"about_x_months": {
"one": "təxminən 1 ay",
"other": "təxminən %{count} ay"
},
"about_x_years": {
"one": "təxminən 1 il",
"other": "təxminən %{count} il"
},
"almost_x_years": {
"one": "təqribən 1 il",
"other": "təqribən %{count} il"
},
"half_a_minute": "yarım dəqiqə",
"less_than_x_seconds": {
"one": "1 saniyədən az",
"other": "%{count} saniyədən az"
},
"less_than_x_minutes": {
"one": "1 dəqiqədən az",
"other": "%{count} dəqiqədən az"
},
"over_x_years": {
"one": "1 ildən çox",
"other": "%{count} ildən çox"
},
"x_seconds": {
"one": "1 saniyə",
"other": "%{count} saniyə"
},
"x_minutes": {
"one": "1 dəqiqə",
"other": "%{count} dəqiqə"
},
"x_days": {
"one": "1 gün",
"other": "%{count} gün"
},
"x_months": {
"one": "1 ay",
"other": "%{count} ay"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": " ",
"format": "%n %u",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "AZN"
}
},
"format": {
"delimiter": " ",
"precision": 3,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "Milyard",
"million": "Milyon",
"quadrillion": "Kvadrilyon",
"thousand": "Min",
"trillion": "Trilyon",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 1,
"significant": false,
"strip_insignificant_zeros": false
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Bayt",
"other": "Bayt"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": ""
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " və ",
"two_words_connector": " və ",
"words_connector": ", "
}
},
"time": {
"am": "günortaya qədər",
"formats": {
"default": "%a, %d %b %Y, %H:%M:%S %z",
"long": "%d %B %Y, %H:%M",
"short": "%d %b, %H:%M"
},
"pm": "günortadan sonra"
}
}
}