i18n-js
Version:
A small library to provide I18n on JavaScript.
191 lines • 4.13 kB
JSON
{
"fur": {
"date": {
"abbr_day_names": [
"dom",
"lun",
"mar",
"mie",
"joi",
"vin",
"sab"
],
"abbr_month_names": [
null,
"Zen",
"Fev",
"Mar",
"Avr",
"Mai",
"Jug",
"Lui",
"Avo",
"Set",
"Otu",
"Nov",
"Dic"
],
"day_names": [
"domenie",
"lunis",
"martars",
"miercus",
"joibe",
"vinars",
"sabide"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%d di %B dal %Y",
"short": "%d di %b"
},
"month_names": [
null,
"Zenâr",
"Fevrâr",
"Març",
"Avrîl",
"Mai",
"Jugn",
"Lui",
"Avost",
"Setembar",
"Otubar",
"Novembar",
"Dicembar"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "cirche une ore",
"other": "cirche %{count} oris"
},
"about_x_months": {
"one": "cirche un mês",
"other": "cirche %{count} mês"
},
"about_x_years": {
"one": "cirche un an",
"other": "cirche %{count} agns"
},
"almost_x_years": {
"one": "cuasi un an",
"other": "cuasi %{count} agns"
},
"half_a_minute": "mieç minût",
"less_than_x_minutes": {
"one": "mancul di un minût",
"other": "mancul di %{count} minûts"
},
"less_than_x_seconds": {
"one": "mancul di un secont",
"other": "mancul di %{count} seconts"
},
"over_x_years": {
"one": "plui di un an",
"other": "plui di %{count} agns"
},
"x_days": {
"one": "1 zornade",
"other": "%{count} zornadis"
},
"x_minutes": {
"one": "1 minût",
"other": "%{count} minûts"
},
"x_months": {
"one": "1 mês",
"other": "%{count} mês"
},
"x_seconds": {
"one": "1 secont",
"other": "%{count} seconts"
}
}
},
"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": "bilion",
"million": "milion",
"quadrillion": "cuadrilion",
"thousand": "miâr",
"trillion": "trilion",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 1,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Byte"
},
"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": "am",
"formats": {
"default": "%a %d di %b dal %Y, %H:%M:%S %z",
"long": "%d di %B dal %Y %H:%M",
"short": "%d di %b %H:%M"
},
"pm": "pm"
}
}
}