1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "main": {
- "ne": {
- "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 शंख"
- }
- }
- }
- }
- }
- }
- }
|