custom_numbers.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "main": {
  3. "pa": {
  4. "numbers": {
  5. "symbols-numberSystem-guru": {
  6. "list": ";"
  7. },
  8. "symbols-numberSystem-latn": {
  9. "list": ";"
  10. },
  11. "decimalFormats-numberSystem-guru": {
  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. }