1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "main": {
- "hi": {
- "numbers": {
- "symbols-numberSystem-deva": {
- "list": ";"
- },
- "symbols-numberSystem-latn": {
- "list": ";"
- },
- "decimalFormats-numberSystem-deva": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0 हज़ार",
- "1000-count-other": "0 हज़ार",
- "10000-count-one": "00 हज़ार",
- "10000-count-other": "00 हज़ार",
- "100000-count-one": "0 लाख",
- "100000-count-other": "0 लाख",
- "1000000-count-one": "00 लाख",
- "1000000-count-other": "00 लाख",
- "10000000-count-one": "0 क'.'",
- "10000000-count-other": "0 क'.'",
- "100000000-count-one": "00 क'.'",
- "100000000-count-other": "00 क'.'",
- "1000000000-count-one": "0 अ'.'",
- "1000000000-count-other": "0 अ'.'",
- "10000000000-count-one": "00 अ'.'",
- "10000000000-count-other": "00 अ'.'",
- "100000000000-count-one": "0 ख'.'",
- "100000000000-count-other": "0 ख'.'",
- "1000000000000-count-one": "00 ख'.'",
- "1000000000000-count-other": "00 ख'.'",
- "10000000000000-count-one": "0 नील",
- "10000000000000-count-other": "0 नील",
- "100000000000000-count-one": "00 नील",
- "100000000000000-count-other": "00 नील"
- }
- }
- },
- "decimalFormats-numberSystem-latn": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0 हज़ार",
- "1000-count-other": "0 हज़ार",
- "10000-count-one": "00 हज़ार",
- "10000-count-other": "00 हज़ार",
- "100000-count-one": "0 लाख",
- "100000-count-other": "0 लाख",
- "1000000-count-one": "00 लाख",
- "1000000-count-other": "00 लाख",
- "10000000-count-one": "0 क'.'",
- "10000000-count-other": "0 क'.'",
- "100000000-count-one": "00 क'.'",
- "100000000-count-other": "00 क'.'",
- "1000000000-count-one": "0 अ'.'",
- "1000000000-count-other": "0 अ'.'",
- "10000000000-count-one": "00 अ'.'",
- "10000000000-count-other": "00 अ'.'",
- "100000000000-count-one": "0 ख'.'",
- "100000000000-count-other": "0 ख'.'",
- "1000000000000-count-one": "00 ख'.'",
- "1000000000000-count-other": "00 ख'.'",
- "10000000000000-count-one": "0 नील",
- "10000000000000-count-other": "0 नील",
- "100000000000000-count-one": "00 नील",
- "100000000000000-count-other": "00 नील"
- }
- }
- }
- }
- }
- }
- }
|