UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

198 lines 4.29 kB
{ "it-CH": { "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": "circa 1 anno", "other": "circa %{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": "%u %n", "precision": 2, "separator": ".", "significant": false, "strip_insignificant_zeros": false, "unit": "CHF" } }, "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": 1, "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" } } }