i18n-js
Version:
A small library to provide I18n on JavaScript.
241 lines • 5.77 kB
JSON
{
"bs": {
"date": {
"abbr_day_names": [
"ned",
"pon",
"uto",
"sri",
"čet",
"pet",
"sub"
],
"abbr_month_names": [
null,
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"
],
"day_names": [
"nedjelja",
"ponedjeljak",
"utorak",
"srijeda",
"četvrtak",
"petak",
"subota"
],
"formats": {
"default": "%d.%m.%Y.",
"long": "%e. %B %Y.",
"short": "%e. %b. %Y."
},
"month_names": [
null,
"januar",
"februar",
"mart",
"april",
"maj",
"juni",
"juli",
"august",
"septembar",
"oktobar",
"novembar",
"decembar"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "oko sat",
"few": "oko %{count} sata",
"many": "oko %{count} sati",
"other": "oko %{count} sati"
},
"about_x_months": {
"one": "oko mjesec",
"few": "oko %{count} mjeseca",
"many": "oko %{count} mjeseci",
"other": "oko %{count} mjeseci"
},
"about_x_years": {
"one": "oko godine",
"few": "oko %{count} godine",
"many": "oko %{count} godina",
"other": "oko %{count} godina"
},
"almost_x_years": {
"one": "skoro 1 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 sekunde",
"few": "manje od %{count} sekunde",
"many": "manje od %{count} sekundi",
"other": "manje od %{count} sekundi"
},
"less_than_x_minutes": {
"one": "manje od minute",
"few": "manje od %{count} minute",
"many": "manje od %{count} minuta",
"other": "manje od %{count} minuta"
},
"over_x_years": {
"one": "preko godine",
"few": "preko %{count} godine",
"many": "preko %{count} godina",
"other": "preko %{count} godina"
},
"x_seconds": {
"one": "1 sekund",
"few": "%{count} sekunde",
"many": "%{count} sekundi",
"other": "%{count} sekundi"
},
"x_minutes": {
"one": "1 minut",
"few": "%{count} minute",
"many": "%{count} minuta",
"other": "%{count} minuta"
},
"x_days": {
"one": "1 dan",
"few": "%{count} dana",
"many": "%{count} dana",
"other": "%{count} dana"
},
"x_months": {
"one": "1 mjesec",
"few": "%{count} mjeseca",
"many": "%{count} mjeseci",
"other": "%{count} mjeseci"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n%u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": true,
"unit": "KM"
}
},
"format": {
"delimiter": ".",
"precision": 3,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": true
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": {
"one": "milijarda",
"few": "milijarde",
"many": "milijardi",
"other": "milijardi"
},
"million": {
"one": "milion",
"few": "miliona",
"many": "miliona",
"other": "miliona"
},
"quadrillion": {
"one": "bilijarda",
"few": "bilijarde",
"many": "bilijardi",
"other": "bilijardi"
},
"thousand": {
"one": "hiljada",
"few": "hiljade",
"many": "hiljada",
"other": "hiljada"
},
"trillion": {
"one": "bilion",
"few": "biliona",
"many": "biliona",
"other": "biliona"
},
"unit": ""
}
},
"format": {
"delimiter": ",",
"precision": 0,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "bajt",
"few": "bajta",
"many": "bajtova",
"other": "bajtova"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": ",",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " i ",
"two_words_connector": " i ",
"words_connector": ", "
}
},
"time": {
"am": "",
"formats": {
"default": "%d.%m.%Y. %H:%M:%S",
"long": "%d. %B %Y. - %H:%M:%S",
"short": "%d. %b %Y. %H:%M"
},
"pm": ""
}
}
}