UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

204 lines 4.85 kB
{ "lt": { "date": { "abbr_day_names": [ "Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Šeš" ], "abbr_month_names": [ null, "Sau", "Vas", "Kov", "Bal", "Geg", "Bir", "Lie", "Rgp", "Rgs", "Spa", "Lap", "Grd" ], "day_names": [ "sekmadienis", "pirmadienis", "antradienis", "trečiadienis", "ketvirtadienis", "penktadienis", "šeštadienis" ], "formats": { "default": "%Y-%m-%d", "long": "%Y m. %B %d d.", "short": "%b %d" }, "month_names": [ null, "sausio", "vasario", "kovo", "balandžio", "gegužės", "birželio", "liepos", "rugpjūčio", "rugsėjo", "spalio", "lapkričio", "gruodžio" ], "order": [ "year", "month", "day" ] }, "datetime": { "distance_in_words": { "about_x_hours": { "one": "apie %{count} valandą", "few": "apie %{count} valandas", "other": "apie %{count} valandų" }, "about_x_months": { "one": "apie %{count} mėnesį", "few": "apie %{count} mėnesius", "other": "apie %{count} mėnesių" }, "about_x_years": { "one": "apie %{count} metus", "few": "apie %{count} metus", "other": "apie %{count} metų" }, "almost_x_years": { "one": "beveik %{count} metai", "few": "beveik %{count} metai", "other": "beveik %{count} metų" }, "half_a_minute": "pusė minutės", "less_than_x_seconds": { "one": "mažiau nei %{count} sekundė", "few": "mažiau nei %{count} sekundės", "other": "mažiau nei %{count} sekundžių" }, "less_than_x_minutes": { "one": "mažiau nei %{count} minutė", "few": "mažiau nei %{count} minutės", "other": "mažiau nei %{count} minučių" }, "over_x_years": { "one": "virš %{count} metų", "few": "virš %{count} metų", "other": "virš %{count} metų" }, "x_seconds": { "one": "%{count} sekundė", "few": "%{count} sekundės", "other": "%{count} sekundžių" }, "x_minutes": { "one": "%{count} minutė", "few": "%{count} minutės", "other": "%{count} minučių" }, "x_days": { "one": "%{count} diena", "few": "%{count} dienos", "other": "%{count} dienų" }, "x_months": { "one": "%{count} mėnesis", "few": "%{count} mėnesiai", "other": "%{count} mėnesių" } } }, "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": "Milijardas", "million": "Milijonas", "quadrillion": "Kvadrilijonas", "thousand": "Tūkstantis", "trillion": "Trilijonas", "unit": "" } }, "format": { "delimiter": "", "precision": 1, "significant": true, "strip_insignificant_zeros": true }, "storage_units": { "format": "%n %u", "units": { "byte": { "one": "Baitas", "few": "Baitai", "other": "Baitų" }, "gb": "GB", "kb": "KB", "mb": "MB", "tb": "TB" } } }, "percentage": { "format": { "delimiter": "", "format": "%n%" } }, "precision": { "format": { "delimiter": "" } } }, "support": { "array": { "last_word_connector": " ir ", "two_words_connector": " ir ", "words_connector": ", " } }, "time": { "am": "am", "formats": { "default": "%a, %d %b %Y %H:%M:%S %z", "long": "%B %d, %Y %H:%M", "short": "%d %b %H:%M" }, "pm": "pm" } } }