i18n-js
Version:
A small library to provide I18n on JavaScript.
224 lines • 5.4 kB
JSON
{
"hr": {
"date": {
"abbr_day_names": [
"Ned",
"Pon",
"Uto",
"Sri",
"Čet",
"Pet",
"Sub"
],
"abbr_month_names": [
null,
"Sij",
"Velj",
"Ožu",
"Tra",
"Svi",
"Lip",
"Srp",
"Kol",
"Ruj",
"Lis",
"Stu",
"Pro"
],
"day_names": [
"Nedjelja",
"Ponedjeljak",
"Utorak",
"Srijeda",
"Četvrtak",
"Petak",
"Subota"
],
"formats": {
"default": "%d.%m.%Y.",
"long": "%e. %B %Y.",
"short": "%e.%-m."
},
"month_names": [
null,
"Siječanj",
"Veljača",
"Ožujak",
"Travanj",
"Svibanj",
"Lipanj",
"Srpanj",
"Kolovoz",
"Rujan",
"Listopad",
"Studeni",
"Prosinac"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "oko %{count} sat",
"few": "oko %{count} sata",
"many": "oko %{count} sati",
"other": "oko %{count} sati"
},
"about_x_months": {
"one": "oko %{count} mjesec",
"few": "oko %{count} mjeseca",
"many": "oko %{count} mjeseci",
"other": "oko %{count} mjeseci"
},
"about_x_years": {
"one": "oko %{count} godine",
"few": "oko %{count} godine",
"many": "oko %{count} godina",
"other": "oko %{count} godina"
},
"almost_x_years": {
"one": "skoro %{count} godina",
"few": "skoro %{count} godine",
"many": "skoro %{count} godina",
"other": "skoro %{count} godina"
},
"half_a_minute": "pola minute",
"less_than_x_seconds": {
"one": "manje od %{count} sekunde",
"few": "manje od %{count} sekunde",
"many": "manje od %{count} sekundi",
"other": "manje od %{count} sekundi"
},
"less_than_x_minutes": {
"one": "manje od %{count} minute",
"few": "manje od %{count} minute",
"many": "manje od %{count} minuta",
"other": "manje od %{count} minuta"
},
"over_x_years": {
"one": "preko %{count} godine",
"few": "preko %{count} godine",
"many": "preko %{count} godina",
"other": "preko %{count} godina"
},
"x_seconds": {
"one": "%{count} sekunda",
"few": "%{count} sekunde",
"many": "%{count} sekundi",
"other": "%{count} sekundi"
},
"x_minutes": {
"one": "%{count} minuta",
"few": "%{count} minute",
"many": "%{count} minuta",
"other": "%{count} minuta"
},
"x_days": {
"one": "%{count} dan",
"few": "%{count} dana",
"many": "%{count} dana",
"other": "%{count} dana"
},
"x_months": {
"one": "%{count} mjesec",
"few": "%{count} mjeseca",
"many": "%{count} mjeseci",
"other": "%{count} mjeseci"
},
"x_years": {
"one": "1 godina",
"few": "%{count} godine",
"many": "%{count} godina",
"other": "%{count} godina"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "kn"
}
},
"format": {
"delimiter": ".",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "Milijarda",
"million": "Milijun",
"quadrillion": "Bilijarda",
"thousand": "Tisuća",
"trillion": "Bilijun",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "bajt",
"few": "bajta",
"many": "bajtova",
"other": "bajtova"
},
"eb": "EB",
"gb": "GB",
"kb": "KB",
"mb": "MB",
"pb": "PB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " i ",
"two_words_connector": " i ",
"words_connector": ", "
}
},
"time": {
"am": "AM",
"formats": {
"default": "%d.%m.%Y. %H:%M:%S",
"long": "%e. %B %Y. %H:%M",
"short": "%e.%-m. %k:%M"
},
"pm": "PM"
}
}
}