1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "main": {
- "uz-Cyrl": {
- "numbers": {
- "symbols-numberSystem-latn": {
- "list": ";"
- },
- "decimalFormats-numberSystem-latn": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0минг",
- "1000-count-other": "0минг",
- "10000-count-one": "00минг",
- "10000-count-other": "00минг",
- "100000-count-one": "000минг",
- "100000-count-other": "000минг",
- "1000000-count-one": "0млн",
- "1000000-count-other": "0млн",
- "10000000-count-one": "00млн",
- "10000000-count-other": "00млн",
- "100000000-count-one": "000млн",
- "100000000-count-other": "000млн",
- "1000000000-count-one": "0млрд",
- "1000000000-count-other": "0млрд",
- "10000000000-count-one": "00млрд",
- "10000000000-count-other": "00млрд",
- "100000000000-count-one": "000млрд",
- "100000000000-count-other": "000млрд",
- "1000000000000-count-one": "0трлн",
- "1000000000000-count-other": "0трлн",
- "10000000000000-count-one": "00трлн",
- "10000000000000-count-other": "00трлн",
- "100000000000000-count-one": "000трлн",
- "100000000000000-count-other": "000трлн"
- }
- }
- }
- }
- }
- }
- }
|