custom_numbers.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "main": {
  3. "ne": {
  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. }