i18n-js
Version:
A small library to provide I18n on JavaScript.
191 lines • 5.03 kB
JSON
{
"ne": {
"date": {
"abbr_day_names": [
"आईत",
"सोम",
"मंगल",
"बुध",
"बिही",
"शुक्र",
"शनि"
],
"abbr_month_names": [
null,
"जन.",
"फेब्रु.",
"मार्च",
"अप्रिल",
"मई",
"जुन",
"जुलाई",
"अगष्ट",
"सेप्ट.",
"अक्टो.",
"नोभ.",
"डिसे."
],
"day_names": [
"आईतबार",
"सोमबार",
"मंगलबार",
"बुधबार",
"बिहीबार",
"शुक्रबार",
"शनिबार"
],
"formats": {
"default": "%Y-%m-%d",
"long": "%B %d, %Y",
"short": "%b %d"
},
"month_names": [
null,
"जनवरी",
"फेब्रुवरी",
"मार्च",
"अप्रिल",
"मई",
"जुन",
"जुलाई",
"अगष्ट",
"सेप्टेम्बार",
"अक्टोबर",
"नोभेम्बर",
"डिसेम्बर"
],
"order": [
"year",
"month",
"day"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "लगभग 1 घण्टा",
"other": "लगभग %{count} घण्टा"
},
"about_x_months": {
"one": "लगभग 1 महिना",
"other": "लगभग %{count} महिना"
},
"about_x_years": {
"one": "लगभग 1 बर्ष",
"other": "लगभग %{count} बर्ष"
},
"almost_x_years": {
"one": "झण्डै 1 बर्ष",
"other": "झण्डै %{count} बर्ष"
},
"half_a_minute": "आधा मिनेट",
"less_than_x_seconds": {
"one": "1 सेकेण्डभन्दा कम्ति",
"other": "%{count} सेकेण्डभन्दा कम्ति"
},
"less_than_x_minutes": {
"one": "1 मिनेटभन्दा कम्ति",
"other": "%{count} मिनेटभन्दा कम्ति"
},
"over_x_years": {
"one": "1 बर्षभन्दा बढी",
"other": "%{count} बर्षभन्दा बेसी"
},
"x_seconds": {
"one": "1 सेकेण्ड",
"other": "%{count} सेकेण्ड"
},
"x_minutes": {
"one": "1 मिनेट",
"other": "%{count} मिनेट"
},
"x_days": {
"one": "1 दिन",
"other": "%{count} दिन"
},
"x_months": {
"one": "1 महिना",
"other": "%{count} महिना"
}
}
},
"number": {
"currency": {
"format": {
"delimiter": ",",
"format": "%u%n",
"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": "अर्ब",
"million": "Million",
"quadrillion": "Quadrillion",
"thousand": "हजार",
"trillion": "Trillion",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "Byte",
"other": "Bytes"
},
"gb": "जि.बी.",
"kb": "के.बी.",
"mb": "एम.बी",
"tb": "टि.बी"
}
}
},
"percentage": {
"format": {
"delimiter": ""
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", र ",
"two_words_connector": " र ",
"words_connector": ", "
}
},
"time": {
"am": "बिहान",
"formats": {
"default": "%a, %d %b %Y %H:%M:%S %z",
"long": "%B %d, %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": "बेलुका"
}
}
}