i18n-js
Version:
A small library to provide I18n on JavaScript.
194 lines • 4.18 kB
JSON
{
"sq": {
"date": {
"abbr_day_names": [
"Die",
"Hën",
"Mar",
"Mër",
"Enj",
"Pre",
"Sht"
],
"abbr_month_names": [
null,
"Jan",
"Shk",
"Mar",
"Pri",
"Maj",
"Qer",
"Kor",
"Gus",
"Sht",
"Tet",
"Nën",
"Dhj"
],
"day_names": [
"E dielë",
"E hënë",
"E martë",
"E mërkurë",
"E enjte",
"E premte",
"E shtunë"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%d %B, %Y",
"short": "%d %b"
},
"month_names": [
null,
"Janar",
"Shkurt",
"Mars",
"Prill",
"Maj",
"Qershor",
"Korrik",
"Gusht",
"Shtator",
"Tetor",
"Nëntor",
"Dhjetor"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "rreth 1 orë",
"other": "rreth %{count} orë"
},
"about_x_months": {
"one": "rreth 1 muaj",
"other": "rreth %{count} muaj"
},
"about_x_years": {
"one": "rreth 1 vit",
"other": "rreth %{count} vjet"
},
"almost_x_years": {
"one": "gati 1 vit",
"other": "gati %{count} vjet"
},
"half_a_minute": "gjysmë minute",
"less_than_x_seconds": {
"one": "më pak se 1 sekondë",
"other": "më pak se %{count} sekonda"
},
"less_than_x_minutes": {
"one": "më pak se një minutë",
"other": "më pak se %{count} minuta"
},
"over_x_years": {
"one": "mbi 1 vit",
"other": "mbi %{count} vjet"
},
"x_days": {
"one": "1 ditë",
"other": "%{count} ditë"
},
"x_minutes": {
"one": "1 minutë",
"other": "%{count} minuta"
},
"x_months": {
"one": "1 muaj",
"other": "%{count} muaj"
},
"x_years": {
"one": "1 vit",
"other": "%{count} vjet"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%u%n",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "$"
}
},
"format": {
"delimiter": ",",
"precision": 3,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "Miliard",
"million": "Milion",
"quadrillion": "Kuadrilion",
"thousand": "Mijë",
"trillion": "Trilion",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Bajt",
"other": "Bajte"
},
"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": ", dhe ",
"two_words_connector": " dhe ",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "%a, %d %b %Y %H:%M:%S %z",
"long": "%d %B, %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": "pm"
}
}
}