i18n-js
Version:
A small library to provide I18n on JavaScript.
200 lines • 4.49 kB
JSON
{
"mg": {
"date": {
"abbr_day_names": [
"Alah",
"Alats",
"Tal",
"Alar",
"Alak",
"Zom",
"Asab"
],
"abbr_month_names": [
null,
"jan.",
"feb.",
"mar.",
"apr.",
"may",
"jona",
"jolay.",
"aog",
"sept.",
"okt.",
"nov.",
"des."
],
"day_names": [
"Alahady",
"Alatsinainy",
"Talata",
"Alarobia",
"Alakamisy",
"Zoma",
"Asabotsy"
],
"formats": {
"default": "%d/%m/%Y",
"long": "%e %B %Y",
"short": "%e %b"
},
"month_names": [
null,
"janoary",
"febroary",
"martsa",
"aprily",
"may",
"jona",
"jolay",
"aogositra",
"septambra",
"aktobra",
"novambra",
"desambra"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "adiny iray eo ho eo",
"other": "adiny %{count} eo ho eo"
},
"about_x_months": {
"one": "iray volana eo ho eo",
"other": "volana %{count} eo ho eo"
},
"about_x_years": {
"one": "herintaona eo ho eo",
"other": "taona %{count} eo ho eo"
},
"almost_x_years": {
"one": "saika herintaona",
"other": "saika %{count} taona"
},
"half_a_minute": "antsasak'adiny",
"less_than_x_seconds": {
"zero": "latsaky ny iray segondra",
"one": "latsaky ny iray segondra",
"other": "latsaky ny %{count} segondra"
},
"less_than_x_minutes": {
"zero": "latsaky ny iray minitra",
"one": "latsaky ny iray segondra",
"other": "latsaky ny %{count} minitra"
},
"over_x_years": {
"one": "Herintaona mahery",
"other": "maherin'ny %{count} taona"
},
"x_seconds": {
"one": "1 segondra",
"other": "%{count} segondra"
},
"x_minutes": {
"one": "1 minitra",
"other": "%{count} minitra"
},
"x_days": {
"one": "1 andro",
"other": "%{count} andro"
},
"x_months": {
"one": "1 volana",
"other": "%{count} volana"
},
"x_years": {
"one": "1 taona",
"other": "%{count} taona"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": " ",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "Ar"
}
},
"format": {
"delimiter": " ",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "tapitrisa",
"million": "hetsy",
"quadrillion": "hetsy tapitrisa",
"thousand": "Arivo",
"trillion": "arivo tapitrisa",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "octet",
"other": "octets"
},
"eb": "Eo",
"gb": "Go",
"kb": "ko",
"mb": "Mo",
"pb": "Po",
"tb": "To"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " et ",
"two_words_connector": " et ",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "%d %B %Y %Hh %Mmin %Ss",
"long": "%A %d %B %Y %Hh%M",
"short": "%d %b %Hh%M"
},
"pm": "pm"
}
}
}