i18n-js
Version:
A small library to provide I18n on JavaScript.
195 lines • 4.32 kB
JSON
{
"lb": {
"date": {
"abbr_day_names": [
"Son",
"Méi",
"Dën",
"Mët",
"Don",
"Fre",
"Sam"
],
"abbr_month_names": [
null,
"Jan",
"Feb",
"Mäe",
"Abr",
"Mee",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"
],
"day_names": [
"Sonndeg",
"Méindeg",
"Dënschdeg",
"Mëttwoch",
"Donneschdeg",
"Freideg",
"Samschdeg"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%e. %B %Y",
"short": "%e %b"
},
"month_names": [
null,
"Januar",
"Februar",
"Mäerz",
"Abrëll",
"Mee",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"
],
"order": [
"Joer",
"Mount",
"Dag"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "ongeféier eng Stonn",
"other": "ongeféier %{count} Stonnen"
},
"about_x_months": {
"one": "ongeféier ee Mount",
"other": "ongeféier %{count} Méint"
},
"about_x_years": {
"one": "ongeféier ee Joer",
"other": "ongeféier %{count} Joer"
},
"almost_x_years": {
"one": "bal ee Joer",
"other": "bal %{count} Joer"
},
"half_a_minute": "eng hallef Minutt",
"less_than_x_seconds": {
"one": "manner wéi eng Sekonn",
"other": "manner wéi %{count} Sekonnen"
},
"less_than_x_minutes": {
"one": "manner wéi eng Minutt",
"other": "manner wéi %{count} Minutten"
},
"over_x_years": {
"one": "méi wéi ee Joer",
"other": "méi wéi %{count} Joer"
},
"x_seconds": {
"one": "1 Sekonn",
"other": "%{count} Sekonnen"
},
"x_minutes": {
"one": "1 Minutt",
"other": "%{count} Minutten"
},
"x_days": {
"one": "1 Dag",
"other": "%{count} Deeg"
},
"x_months": {
"one": "1 Mount",
"other": "%{count} Méint"
}
}
},
"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": {
"billion": "Milliard",
"million": "Millioun",
"quadrillion": {
"one": "Billiard",
"other": "Billiarden"
},
"thousand": "Dausend",
"trillion": "Billioun",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Byten"
},
"gb": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", an ",
"two_words_connector": " an ",
"words_connector": ", "
}
},
"time": {
"am": "moies",
"formats": {
"default": "%A, %d. %B %Y, %H:%M Auer",
"long": "%A, %d. %B %Y, %H:%M Auer",
"short": "%d. %b %H:%M"
},
"pm": "mëttes"
}
}
}