i18n-js
Version:
A small library to provide I18n on JavaScript.
198 lines • 4.28 kB
JSON
{
"it": {
"date": {
"abbr_day_names": [
"dom",
"lun",
"mar",
"mer",
"gio",
"ven",
"sab"
],
"abbr_month_names": [
null,
"gen",
"feb",
"mar",
"apr",
"mag",
"giu",
"lug",
"ago",
"set",
"ott",
"nov",
"dic"
],
"day_names": [
"domenica",
"lunedì",
"martedì",
"mercoledì",
"giovedì",
"venerdì",
"sabato"
],
"formats": {
"default": "%d/%m/%Y",
"long": "%d %B %Y",
"short": "%d %b"
},
"month_names": [
null,
"gennaio",
"febbraio",
"marzo",
"aprile",
"maggio",
"giugno",
"luglio",
"agosto",
"settembre",
"ottobre",
"novembre",
"dicembre"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "circa un'ora",
"other": "circa %{count} ore"
},
"about_x_months": {
"one": "circa un mese",
"other": "circa %{count} mesi"
},
"about_x_years": {
"one": "circa un anno",
"other": "circa %{count} anni"
},
"almost_x_years": {
"one": "quasi un anno",
"other": "quasi %{count} anni"
},
"half_a_minute": "mezzo minuto",
"less_than_x_seconds": {
"one": "meno di un secondo",
"other": "meno di %{count} secondi"
},
"less_than_x_minutes": {
"one": "meno di un minuto",
"other": "meno di %{count} minuti"
},
"over_x_years": {
"one": "oltre un anno",
"other": "oltre %{count} anni"
},
"x_seconds": {
"one": "1 secondo",
"other": "%{count} secondi"
},
"x_minutes": {
"one": "1 minuto",
"other": "%{count} minuti"
},
"x_days": {
"one": "1 giorno",
"other": "%{count} giorni"
},
"x_months": {
"one": "1 mese",
"other": "%{count} mesi"
},
"x_years": {
"one": "1 anno",
"other": "%{count} anni"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ".",
"format": "%n %u",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "€"
}
},
"format": {
"delimiter": ".",
"precision": 2,
"separator": ",",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "Miliardi",
"million": "Milioni",
"quadrillion": "Biliardi",
"thousand": "Mila",
"trillion": "Bilioni",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Byte"
},
"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": " e ",
"two_words_connector": " e ",
"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"
}
}
}