i18n-js
Version:
A small library to provide I18n on JavaScript.
191 lines • 4.28 kB
JSON
{
"tl": {
"date": {
"abbr_day_names": [
"Lin",
"Lun",
"Mar",
"Miy",
"Huw",
"Biy",
"Sab"
],
"abbr_month_names": [
null,
"Ene",
"Peb",
"Mar",
"Abr",
"May",
"Hun",
"Hul",
"Ago",
"Set",
"Okt",
"Nob",
"Dis"
],
"day_names": [
"Linggo",
"Lunes",
"Martes",
"Miyerkules",
"Huwebes",
"Biyernes",
"Sabado"
],
"formats": {
"default": "%d/%m/%Y",
"long": "ika-%d ng %B, %Y",
"short": "ika-%d ng %b"
},
"month_names": [
null,
"Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunyo",
"Hulyo",
"Agosto",
"Setyembre",
"Oktubre",
"Nobyembre",
"Disyembre"
],
"order": [
"year",
"month",
"day"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "humigit-kumulang isang oras",
"other": "humigit-kumulang %{count} oras"
},
"about_x_months": {
"one": "humigit-kumulang isang buwan",
"other": "humigit-kumulang %{count} buwan"
},
"about_x_years": {
"one": "humigit-kumulang isang taon",
"other": "humigit-kumulang %{count} taon"
},
"almost_x_years": {
"one": "halos isang taon",
"other": "halos %{count} taon"
},
"half_a_minute": "kalahating minuto",
"less_than_x_seconds": {
"one": "mas mababa sa isang segundo",
"other": "mas mababa sa %{count} segundo"
},
"less_than_x_minutes": {
"one": "mas mababa sa isang minuto",
"other": "mas mababa sa %{count} minuto"
},
"over_x_years": {
"one": "higit sa isang taon",
"other": "higit %{count} taon"
},
"x_seconds": {
"one": "isang segundo",
"other": "%{count} segundo"
},
"x_minutes": {
"one": "isang minuto",
"other": "%{count} minuto"
},
"x_days": {
"one": "isang araw",
"other": "%{count} araw"
},
"x_months": {
"one": "isang buwan",
"other": "%{count} buwan"
}
}
},
"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": "bilyon",
"million": "milyon",
"quadrillion": "kuwadrilyon",
"thousand": "libo",
"trillion": "trilyon",
"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": ", at",
"two_words_connector": " at ",
"words_connector": ","
}
},
"time": {
"am": "AM",
"formats": {
"default": "%A, ika-%d ng %B ng %Y %H:%M:%S %z",
"long": "ika-%d ng %B ng %Y %H:%M",
"short": "%d ng %b %H:%M"
},
"pm": "PM"
}
}
}