UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

195 lines 4.3 kB
{ "fi": { "date": { "abbr_day_names": [ "su", "ma", "ti", "ke", "to", "pe", "la" ], "abbr_month_names": [ null, "tammi", "helmi", "maalis", "huhti", "touko", "kesä", "heinä", "elo", "syys", "loka", "marras", "joulu" ], "day_names": [ "sunnuntai", "maanantai", "tiistai", "keskiviikko", "torstai", "perjantai", "lauantai" ], "formats": { "default": "%-d.%-m.%Y", "long": "%d. %Bta %Y", "short": "%d. %b" }, "month_names": [ null, "tammikuu", "helmikuu", "maaliskuu", "huhtikuu", "toukokuu", "kesäkuu", "heinäkuu", "elokuu", "syyskuu", "lokakuu", "marraskuu", "joulukuu" ], "order": [ "day", "month", "year" ] }, "datetime": { "distance_in_words": { "about_x_hours": { "one": "noin tunti", "other": "noin %{count} tuntia" }, "about_x_months": { "one": "noin kuukausi", "other": "noin %{count} kuukautta" }, "about_x_years": { "one": "vuosi", "other": "noin %{count} vuotta" }, "almost_x_years": { "one": "melkein yksi vuosi", "other": "melkein %{count} vuotta" }, "half_a_minute": "puoli minuuttia", "less_than_x_seconds": { "one": "alle sekunti", "other": "alle %{count} sekuntia" }, "less_than_x_minutes": { "one": "alle minuutti", "other": "alle %{count} minuuttia" }, "over_x_years": { "one": "yli vuosi", "other": "yli %{count} vuotta" }, "x_seconds": { "one": "sekunti", "other": "%{count} sekuntia" }, "x_minutes": { "one": "minuutti", "other": "%{count} minuuttia" }, "x_days": { "one": "päivä", "other": "%{count} päivää" }, "x_months": { "one": "kuukausi", "other": "%{count} kuukautta" }, "x_years": { "one": "vuosi", "other": "%{count} vuotta" } } }, "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": "miljardia", "million": "miljoonaa", "quadrillion": "tuhatta biljoonaa", "thousand": "tuhatta", "trillion": "biljoonaa", "unit": "" } }, "format": { "delimiter": "", "precision": 3, "significant": true, "strip_insignificant_zeros": true }, "storage_units": { "format": "%n %u", "units": { "byte": { "one": "tavu", "other": "tavua" }, "gb": "Gt", "kb": "kt", "mb": "Mt", "tb": "Tt" } } }, "percentage": { "format": { "delimiter": "" } }, "precision": { "format": { "delimiter": "" } } }, "support": { "array": { "last_word_connector": " ja ", "two_words_connector": " ja ", "words_connector": ", " } }, "time": { "am": "aamupäivä", "formats": { "default": "%A %e. %Bta %Y %H:%M:%S %z", "long": "%e. %Bta %Y %H.%M", "short": "%e.%m. %H.%M" }, "pm": "iltapäivä" } } }