i18n-js
Version:
A small library to provide I18n on JavaScript.
191 lines • 4.21 kB
JSON
{
"hu": {
"date": {
"abbr_day_names": [
"v.",
"h.",
"k.",
"sze.",
"cs.",
"p.",
"szo."
],
"abbr_month_names": [
null,
"jan.",
"febr.",
"márc.",
"ápr.",
"máj.",
"jún.",
"júl.",
"aug.",
"szept.",
"okt.",
"nov.",
"dec."
],
"day_names": [
"vasárnap",
"hétfő",
"kedd",
"szerda",
"csütörtök",
"péntek",
"szombat"
],
"formats": {
"default": "%Y.%m.%d.",
"long": "%Y. %B %e.",
"short": "%b %e."
},
"month_names": [
null,
"január",
"február",
"március",
"április",
"május",
"június",
"július",
"augusztus",
"szeptember",
"október",
"november",
"december"
],
"order": [
"year",
"month",
"day"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "kb. 1 órája",
"other": "kb. %{count} órája"
},
"about_x_months": {
"one": "kb. 1 hónapja",
"other": "kb. %{count} hónapja"
},
"about_x_years": {
"one": "kb. 1 éve",
"other": "kb. %{count} éve"
},
"almost_x_years": {
"one": "majdnem 1 éve",
"other": "majdnem %{count} éve"
},
"half_a_minute": "fél perce",
"less_than_x_seconds": {
"one": "kevesebb, mint 1 másodperce",
"other": "kevesebb, mint %{count} másodperce"
},
"less_than_x_minutes": {
"one": "kevesebb, mint 1 perce",
"other": "kevesebb, mint %{count} perce"
},
"over_x_years": {
"one": "több, mint 1 éve",
"other": "több, mint %{count} éve"
},
"x_seconds": {
"one": "1 másodperce",
"other": "%{count} másodperce"
},
"x_minutes": {
"one": "1 perce",
"other": "%{count} perce"
},
"x_days": {
"one": "1 napja",
"other": "%{count} napja"
},
"x_months": {
"one": "1 hónapja",
"other": "%{count} hónapja"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": "",
"format": "%n %u",
"precision": 0,
"separator": ",",
"significant": true,
"strip_insignificant_zeros": true,
"unit": "Ft"
}
},
"format": {
"delimiter": " ",
"precision": 2,
"separator": ",",
"significant": true,
"strip_insignificant_zeros": true
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "milliárd",
"million": "millió",
"quadrillion": "billiárd",
"thousand": "ezer",
"trillion": "billió",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 1,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "bájt",
"other": "bájt"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": ""
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " és ",
"two_words_connector": " és ",
"words_connector": ", "
}
},
"time": {
"am": "de.",
"formats": {
"default": "%Y. %b %e., %H:%M",
"long": "%Y. %B %e., %A, %H:%M",
"short": "%b %e., %H:%M"
},
"pm": "du."
}
}
}