custom_numbers.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "main": {
  3. "mr": {
  4. "numbers": {
  5. "symbols-numberSystem-deva": {
  6. "list": ";"
  7. },
  8. "symbols-numberSystem-latn": {
  9. "list": ";"
  10. },
  11. "decimalFormats-numberSystem-deva": {
  12. "short": {
  13. "decimalFormat": {
  14. "1000-count-one": "0 ह",
  15. "1000-count-other": "0 ह",
  16. "10000-count-one": "00 ह",
  17. "10000-count-other": "00 ह",
  18. "100000-count-one": "0 लाख",
  19. "100000-count-other": "0 लाख",
  20. "1000000-count-one": "00 लाख",
  21. "1000000-count-other": "00 लाख",
  22. "10000000-count-one": "0 कोटी",
  23. "10000000-count-other": "0 कोटी",
  24. "100000000-count-one": "00 कोटी",
  25. "100000000-count-other": "00 कोटी",
  26. "1000000000-count-one": "0 अब्ज",
  27. "1000000000-count-other": "0 अब्ज",
  28. "10000000000-count-one": "00 अब्ज",
  29. "10000000000-count-other": "00 अब्ज",
  30. "100000000000-count-one": "0 खर्व",
  31. "100000000000-count-other": "0 खर्व",
  32. "1000000000000-count-one": "00 खर्व",
  33. "1000000000000-count-other": "00 खर्व",
  34. "10000000000000-count-one": "0 पद्म",
  35. "10000000000000-count-other": "0 पद्म",
  36. "100000000000000-count-one": "00 पद्म",
  37. "100000000000000-count-other": "00 पद्म"
  38. }
  39. }
  40. },
  41. "decimalFormats-numberSystem-latn": {
  42. "short": {
  43. "decimalFormat": {
  44. "1000-count-one": "0 ह",
  45. "1000-count-other": "0 ह",
  46. "10000-count-one": "00 ह",
  47. "10000-count-other": "00 ह",
  48. "100000-count-one": "0 लाख",
  49. "100000-count-other": "0 लाख",
  50. "1000000-count-one": "00 लाख",
  51. "1000000-count-other": "00 लाख",
  52. "10000000-count-one": "0 कोटी",
  53. "10000000-count-other": "0 कोटी",
  54. "100000000-count-one": "00 कोटी",
  55. "100000000-count-other": "00 कोटी",
  56. "1000000000-count-one": "0 अब्ज",
  57. "1000000000-count-other": "0 अब्ज",
  58. "10000000000-count-one": "00 अब्ज",
  59. "10000000000-count-other": "00 अब्ज",
  60. "100000000000-count-one": "0 खर्व",
  61. "100000000000-count-other": "0 खर्व",
  62. "1000000000000-count-one": "00 खर्व",
  63. "1000000000000-count-other": "00 खर्व",
  64. "10000000000000-count-one": "0 पद्म",
  65. "10000000000000-count-other": "0 पद्म",
  66. "100000000000000-count-one": "00 पद्म",
  67. "100000000000000-count-other": "00 पद्म"
  68. }
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }