UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

185 lines 3.92 kB
{ "gl": { "date": { "abbr_day_names": [ "Dom", "Lun", "Mar", "Mer", "Xov", "Ven", "Sab" ], "abbr_month_names": [ null, "Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec" ], "day_names": [ "Domingo", "Luns", "Martes", "Mércores", "Xoves", "Venres", "Sábado" ], "formats": { "default": "%e/%m/%Y", "long": "%A %e de %B de %Y", "short": "%e %b" }, "month_names": [ null, "Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro" ], "order": [ "day", "month", "year" ] }, "datetime": { "distance_in_words": { "about_x_hours": { "one": "aproximadamente unha hora", "other": "%{count} horas" }, "about_x_months": { "one": "aproximadamente 1 mes", "other": "%{count} meses" }, "about_x_years": { "one": "aproximadamente 1 ano", "other": "%{count} anos" }, "half_a_minute": "medio minuto", "less_than_x_seconds": { "zero": "menos dun segundo", "one": "1 segundo", "few": "poucos segundos", "other": "%{count} segundos" }, "less_than_x_minutes": { "zero": "menos dun minuto", "one": "1 minuto", "other": "%{count} minutos" }, "over_x_years": { "one": "máis dun ano", "other": "%{count} anos" }, "x_seconds": { "one": "1 segundo", "other": "%{count} segundos" }, "x_minutes": { "one": "1 minuto", "other": "%{count} minuto" }, "x_days": { "one": "1 día", "other": "%{count} días" }, "x_months": { "one": "1 mes", "other": "%{count} meses" } } }, "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": { "unit": "" } }, "format": { "delimiter": "", "precision": 1, "significant": true, "strip_insignificant_zeros": true }, "storage_units": { "format": "%n %u", "units": { "byte": { "one": "Byte", "other": "Bytes" }, "gb": "GB", "kb": "KB", "mb": "MB", "tb": "TB" } } }, "percentage": { "format": { "delimiter": "" } }, "precision": { "format": { "delimiter": "" } } }, "support": { "array": { "last_word_connector": " e ", "two_words_connector": " e ", "words_connector": ", " } }, "time": { "am": "", "formats": { "default": "%A, %e de %B de %Y ás %H:%M", "long": "%A %e de %B de %Y ás %H:%M", "short": "%e/%m, %H:%M" }, "pm": "" } } }