i18n-js
Version:
A small library to provide I18n on JavaScript.
201 lines • 4.37 kB
JSON
{
"nn": {
"date": {
"abbr_day_names": [
"sun",
"mån",
"tys",
"ons",
"tor",
"fre",
"lau"
],
"abbr_month_names": [
null,
"jan",
"feb",
"mar",
"apr",
"mai",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"des"
],
"day_names": [
"sundag",
"måndag",
"tysdag",
"onsdag",
"torsdag",
"fredag",
"laurdag"
],
"formats": {
"default": "%d.%m.%Y",
"long": "%e. %B %Y",
"short": "%e. %b"
},
"month_names": [
null,
"januar",
"februar",
"mars",
"april",
"mai",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"desember"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "rundt 1 time",
"other": "rundt %{count} timar"
},
"about_x_months": {
"one": "rundt 1 månad",
"other": "rundt %{count} månader"
},
"about_x_years": {
"one": "rundt 1 år",
"other": "rundt %{count} år"
},
"almost_x_years": "nesten %{count} år",
"half_a_minute": "eit halvt minutt",
"less_than_x_seconds": {
"one": "mindre enn 1 sekund",
"other": "mindre enn %{count} sekund"
},
"less_than_x_minutes": {
"one": "mindre enn 1 minutt",
"other": "mindre enn %{count} minutt"
},
"over_x_years": {
"one": "over 1 år",
"other": "over %{count} år"
},
"x_seconds": {
"one": "1 sekund",
"other": "%{count} sekund"
},
"x_minutes": {
"one": "1 minutt",
"other": "%{count} minutt"
},
"x_days": {
"one": "1 dag",
"other": "%{count} dagar"
},
"x_months": {
"one": "1 månad",
"other": "%{count} månader"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%n %u",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false,
"unit": "kr"
}
},
"format": {
"delimiter": ",",
"precision": 2,
"separator": ".",
"significant": false,
"strip_insignificant_zeros": false
},
"human": {
"decimal_units": {
"format": "%n %u",
"units": {
"billion": {
"one": "milliard",
"other": "milliardar"
},
"million": {
"one": "million",
"other": "millionar"
},
"quadrillion": {
"one": "billiard",
"other": "billiardar"
},
"thousand": "tusen",
"trillion": {
"one": "billion",
"other": "billionar"
},
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"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": " og ",
"two_words_connector": " og ",
"words_connector": ", "
}
},
"time": {
"am": "",
"formats": {
"default": "%A, %e. %B %Y, %H:%M",
"long": "%A, %e. %B %Y, %H:%M",
"short": "%e. %B, %H:%M"
},
"pm": ""
}
}
}