i18n-js
Version:
A small library to provide I18n on JavaScript.
210 lines • 4.62 kB
JSON
{
"ca": {
"date": {
"abbr_day_names": [
"Dg",
"Dl",
"Dm",
"Dc",
"Dj",
"Dv",
"Ds"
],
"abbr_month_names": [
null,
"Gen",
"Feb",
"Mar",
"Abr",
"Mai",
"Jun",
"Jul",
"Ago",
"Set",
"Oct",
"Nov",
"Des"
],
"day_names": [
"Diumenge",
"Dilluns",
"Dimarts",
"Dimecres",
"Dijous",
"Divendres",
"Dissabte"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%d de %B de %Y",
"short": "%d de %b"
},
"month_names": [
null,
"Gener",
"Febrer",
"Març",
"Abril",
"Maig",
"Juny",
"Juliol",
"Agost",
"Setembre",
"Octubre",
"Novembre",
"Desembre"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "aproximadament 1 hora",
"other": "aproximadament %{count} hores"
},
"about_x_months": {
"one": "aproximadament 1 mes",
"other": "aproximadament %{count} mesos"
},
"about_x_years": {
"one": "aproximadament 1 any",
"other": "aproximadament %{count} anys"
},
"almost_x_years": {
"one": "quasi 1 any",
"other": "quasi %{count} anys"
},
"half_a_minute": "mig minut",
"less_than_x_seconds": {
"one": "menys d'1 segon",
"other": "menys de %{count} segons"
},
"less_than_x_minutes": {
"one": "menys d'1 minut",
"other": "menys de %{count} minuts"
},
"over_x_years": {
"one": "més d'1 any",
"other": "més de %{count} anys"
},
"x_seconds": {
"one": "1 segon",
"other": "%{count} segons"
},
"x_minutes": {
"one": "1 minut",
"other": "%{count} minuts"
},
"x_days": {
"one": "1 dia",
"other": "%{count} dies"
},
"x_months": {
"one": "1 mes",
"other": "%{count} mesos"
},
"x_years": {
"one": "1 year",
"other": "%{count} years"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"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": "mil milions",
"million": {
"one": "milió",
"other": "milions"
},
"quadrillion": {
"one": "quadrilió",
"other": "quadrilions"
},
"thousand": {
"one": "miler",
"other": "milers"
},
"trillion": {
"one": "bilió",
"other": "bilions"
},
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 1,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Bytes"
},
"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": "%A, %d de %B de %Y %H:%M:%S %z",
"long": "%d de %B de %Y %H:%M",
"short": "%d de %b %H:%M"
},
"pm": "pm"
}
}
}