i18n-js
Version:
A small library to provide I18n on JavaScript.
204 lines • 4.51 kB
JSON
{
"es-NI": {
"date": {
"abbr_day_names": [
"dom",
"lun",
"mar",
"mié",
"jue",
"vie",
"sáb"
],
"abbr_month_names": [
null,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"
],
"day_names": [
"domingo",
"lunes",
"martes",
"miércoles",
"jueves",
"viernes",
"sábado"
],
"formats": {
"default": "%d/%m/%Y",
"long": "%A, %d de %B de %Y",
"short": "%d de %b"
},
"month_names": [
null,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "cerca de 1 hora",
"other": "cerca de %{count} horas"
},
"about_x_months": {
"one": "cerca de 1 mes",
"other": "cerca de %{count} meses"
},
"about_x_years": {
"one": "cerca de 1 año",
"other": "cerca de %{count} años"
},
"almost_x_years": {
"one": "casi 1 año",
"other": "casi %{count} años"
},
"half_a_minute": "medio minuto",
"less_than_x_seconds": {
"one": "menos de 1 segundo",
"other": "menos de %{count} segundos"
},
"less_than_x_minutes": {
"one": "menos de 1 minuto",
"other": "menos de %{count} minutos"
},
"over_x_years": {
"one": "más de 1 año",
"other": "más de %{count} años"
},
"x_seconds": {
"one": "1 segundo",
"other": "%{count} segundos"
},
"x_minutes": {
"one": "1 minuto",
"other": "%{count} minutos"
},
"x_days": {
"one": "1 día",
"other": "%{count} días"
},
"x_months": {
"one": "1 mes",
"other": "%{count} meses"
},
"x_years": {
"one": "1 año",
"other": "%{count} años"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%u%n",
"precision": 0,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "C$"
}
},
"format": {
"delimiter": ",",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": "mil millones",
"million": {
"one": "millón",
"other": "millones"
},
"quadrillion": "mil billones",
"thousand": "mil",
"trillion": {
"one": "billón",
"other": "billones"
},
"unit": ""
}
},
"format": {
"delimiter": ",",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Bytes"
},
"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": " y ",
"two_words_connector": " y ",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "%a, %d de %b de %Y a las %H:%M:%S %Z",
"long": "%A, %d de %B de %Y a las %I:%M %p",
"short": "%d de %b a las %H:%M hrs"
},
"pm": "pm"
}
}
}