i18n-js
Version:
A small library to provide I18n on JavaScript.
192 lines • 5.28 kB
JSON
{
"ml": {
"date": {
"abbr_day_names": [
"ഞാ.",
"തി.",
"ചൊ.",
"ബു.",
"വ്യാ.",
"വെ.",
"ശ."
],
"abbr_month_names": [
null,
"ജനു.",
"ഫെബ്ര.",
"മാർ.",
"എപ്രി.",
"മെയ്.",
"ജൂണ്.",
"ജൂലൈ.",
"ആഗ.",
"സെപ്തം.",
"ഒക്ടോ.",
"നവം.",
"ഡിസം."
],
"day_names": [
"ഞായര്",
"തിങ്കള്",
"ചൊവ്വ",
"ബുധൻ",
"വ്യാഴം",
"വെള്ളി",
"ശനി"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%d %B, %Y",
"short": "%b %d"
},
"month_names": [
null,
"ജനുവരി",
"ഫെബ്രുവരി",
"മാർച്ച്",
"ഏപ്രിൽ",
"മെയ്",
"ജൂണ്",
"ജൂലൈ",
"ഓഗസ്റ്റ്",
"സെപ്റ്റംബർ",
"ഒക്ടോബർ",
"നവംബർ",
"ഡിസംബർ"
],
"order": [
"day",
"month",
"year"
]
},
"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": "ഒരു നിമിഷത്തിനു ഉള്ളിൽ",
"other": "%{count} നിമിഷത്തിനു ഉള്ളിൽ"
},
"less_than_x_minutes": {
"one": "ഒരു മിനുറ്റിനു ഉള്ളിൽ",
"other": "%{count} മിനുറ്റിനു ഉള്ളിൽ"
},
"over_x_years": {
"one": "ഒരു വര്ഷത്തിനു മേലെ",
"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": "ദശലക്ഷം",
"quadrillion": "ക്വാഡ്രില്യൺ",
"thousand": "ആയിരം",
"trillion": "ട്രില്യൺ",
"unit": ""
}
},
"format": {
"delimiter": "",
"precision": 3,
"significant": true,
"strip_insignificant_zeros": true
},
"storage_units": {
"format": "%n %u",
"units": {
"byte": {
"one": "ബൈറ്റ്",
"other": "ബൈറ്റുകൾ"
},
"gb": "ജി.ബി",
"kb": "കെ.ബി.",
"mb": "എം.ബി.",
"tb": "ടി.ബി"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": ""
}
},
"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": "വൈകിട്ട്"
}
}
}