i18n-js
Version:
A small library to provide I18n on JavaScript.
196 lines • 5.33 kB
JSON
{
"te": {
"date": {
"abbr_day_names": [
"ఆది",
"సోమ",
"మంగళ",
"బుధ",
"గురు",
"శుక్ర",
"శని"
],
"abbr_month_names": [
null,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"
],
"day_names": [
"ఆదివారం",
"సోమవారం",
"మంగళవారం",
"బుధవారం",
"గురువారం",
"శుక్రవారం",
"శనివారం"
],
"formats": {
"default": "%d-%m-%Y",
"long": "%B %d, %Y",
"short": "%b %d"
},
"month_names": [
null,
"జనవరి",
"ఫిబ్రవరి",
"మార్చి",
"ఏప్రిల్",
"మే",
"జూన్",
"జూలై",
"ఆగస్టు",
"సెప్టెంబరు",
"అక్టోబరు",
"నవంబరు",
"డిసెంబరు"
],
"order": [
"day",
"month",
"year"
]
},
"datetime": {
"distance_in_words": {
"about_x_hours": {
"one": "సుమారు ఒక గంట",
"other": "సుమారు %{count} గంటలు"
},
"about_x_months": {
"one": "సుమారు ఒక నెల",
"other": "సుమారు %{count} నెలలు"
},
"about_x_years": {
"one": "సుమారు ఒక సంవత్సరం",
"other": "సుమారు %{count} సంవత్సరాలు"
},
"almost_x_years": {
"one": "దాదాపు ఒక సంవత్సరం",
"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": "ఒక క్షణం",
"other": "%{count} క్షణాలు"
},
"x_minutes": {
"one": "ఒక నిమిషం",
"other": "%{count} నిమిషాలు"
},
"x_days": {
"one": "ఒక రోజు",
"other": "%{count} రోజులు"
},
"x_months": {
"one": "ఒక నెల",
"other": "%{count} నెలలు"
},
"x_years": {
"one": "ఒక సంవత్సరం",
"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": "GB",
"kb": "KB",
"mb": "MB",
"tb": "TB"
}
}
},
"percentage": {
"format": {
"delimiter": "",
"format": "%n%"
}
},
"precision": {
"format": {
"delimiter": ""
}
}
},
"support": {
"array": {
"last_word_connector": ", మరియు ",
"two_words_connector": " మరియు ",
"words_connector": ", "
}
},
"time": {
"am": "am",
"formats": {
"default": "%a, %d %b %Y %H:%M:%S %z",
"long": "%B %d, %Y %H:%M",
"short": "%d %b %H:%M"
},
"pm": "pm"
}
}
}