1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "main": {
- "mr": {
- "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 पद्म"
- }
- }
- }
- }
- }
- }
- }
|