i18n-js
Version:
A small library to provide I18n on JavaScript.
204 lines • 4.52 kB
JSON
{
"de-CH": {
"date": {
"abbr_day_names": [
"So",
"Mo",
"Di",
"Mi",
"Do",
"Fr",
"Sa"
],
"abbr_month_names": [
null,
"Jan",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"
],
"day_names": [
"Sonntag",
"Montag",
"Dienstag",
"Mittwoch",
"Donnerstag",
"Freitag",
"Samstag"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%e. %B %Y",
"short": "%e. %b"
},
"month_names": [
null,
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "etwa eine Stunde",
"other": "etwa %{count} Stunden"
},
"about_x_months": {
"one": "etwa ein Monat",
"other": "etwa %{count} Monate"
},
"about_x_years": {
"one": "etwa ein Jahr",
"other": "etwa %{count} Jahre"
},
"almost_x_years": {
"one": "fast ein Jahr",
"other": "fast %{count} Jahre"
},
"half_a_minute": "eine halbe Minute",
"less_than_x_seconds": {
"one": "weniger als eine Sekunde",
"other": "weniger als %{count} Sekunden"
},
"less_than_x_minutes": {
"one": "weniger als eine Minute",
"other": "weniger als %{count} Minuten"
},
"over_x_years": {
"one": "mehr als ein Jahr",
"other": "mehr als %{count} Jahre"
},
"x_seconds": {
"one": "eine Sekunde",
"other": "%{count} Sekunden"
},
"x_minutes": {
"one": "eine Minute",
"other": "%{count} Minuten"
},
"x_days": {
"one": "ein Tag",
"other": "%{count} Tage"
},
"x_months": {
"one": "ein Monat",
"other": "%{count} Monate"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": "'",
"format": "%u %n",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "CHF"
}
},
"format": {
"delimiter": "'",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": {
"one": "Milliarde",
"other": "Milliarden"
},
"million": {
"one": "Million",
"other": "Millionen"
},
"quadrillion": {
"one": "Billiarde",
"other": "Billiarden"
},
"thousand": "Tausend",
"trillion": {
"one": "Billion",
"other": "Billionen"
},
"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": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": " und ",
"two_words_connector": " und ",
"words_connector": ", "
}
},
"time": {
"am": "vormittags",
"formats": {
"default": "%A, %d. %B %Y, %H:%M Uhr",
"long": "%A, %d. %B %Y, %H:%M Uhr",
"short": "%d. %B, %H:%M Uhr"
},
"pm": "nachmittags"
}
}
}