i18n-js
Version:
A small library to provide I18n on JavaScript.
197 lines • 4.33 kB
JSON
{
"gsw-CH": {
"date": {
"abbr_day_names": [
"Su",
"Mä",
"Zi",
"Mi",
"Du",
"Fr",
"Sa"
],
"abbr_month_names": [
null,
"Jan",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"
],
"day_names": [
"Sunntig",
"Mäntig",
"Ziischtig",
"Mittwuch",
"Dunschtig",
"Friitig",
"Samschtig"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%e. %B %Y",
"short": "%e. %b"
},
"month_names": [
null,
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"Auguscht",
"September",
"Oktober",
"November",
"Dezember"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "öppe ei stund",
"other": "öppe %{count} stundä"
},
"about_x_months": {
"one": "öppe ein monet",
"other": "öppe %{count} mönet"
},
"about_x_years": {
"one": "öppe es johr",
"other": "öppe %{count} johr"
},
"almost_x_years": {
"one": "fascht es johr",
"other": "fascht %{count} johr"
},
"half_a_minute": "e halbi minute",
"less_than_x_minutes": {
"one": "weniger als e minute",
"other": "weniger als %{count} minute"
},
"less_than_x_seconds": {
"one": "weniger als e sekunde",
"other": "weniger als %{count} sekunde"
},
"over_x_years": {
"one": "meh als es johr",
"other": "meh als %{count} johr"
},
"x_days": {
"one": "ein tag",
"other": "%{count} täg"
},
"x_minutes": {
"one": "ei minute",
"other": "%{count} minute"
},
"x_months": {
"one": "ein monet",
"other": "%{count} mönet"
},
"x_seconds": {
"one": "ei sekunde",
"other": "%{count} sekunde"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": "'",
"format": "%n %u",
"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": "milliarde"
},
"million": "millione",
"quadrillion": {
"one": "billiarde",
"other": "billiarde"
},
"thousand": "tuusig",
"trillion": "billione",
"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": " 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"
}
}
}