custom_numbers.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "main": {
  3. "kn": {
  4. "numbers": {
  5. "symbols-numberSystem-knda": {
  6. "list": ";"
  7. },
  8. "symbols-numberSystem-latn": {
  9. "list": ";"
  10. },
  11. "decimalFormats-numberSystem-knda": {
  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": "000ಸಾ",
  19. "100000-count-other": "000ಸಾ",
  20. "1000000-count-one": "0ಮಿ",
  21. "1000000-count-other": "0ಮಿ",
  22. "10000000-count-one": "00ಮಿ",
  23. "10000000-count-other": "00ಮಿ",
  24. "100000000-count-one": "000ಮಿ",
  25. "100000000-count-other": "000ಮಿ",
  26. "1000000000-count-one": "0ಬಿ",
  27. "1000000000-count-other": "0ಬಿ",
  28. "10000000000-count-one": "00ಬಿ",
  29. "10000000000-count-other": "00ಬಿ",
  30. "100000000000-count-one": "000ಬಿ",
  31. "100000000000-count-other": "000ಬಿ",
  32. "1000000000000-count-one": "0ಟ್ರಿ",
  33. "1000000000000-count-other": "0ಟ್ರಿ",
  34. "10000000000000-count-one": "00ಟ್ರಿ",
  35. "10000000000000-count-other": "00ಟ್ರಿ",
  36. "100000000000000-count-one": "000ಟ್ರಿ",
  37. "100000000000000-count-other": "000ಟ್ರಿ"
  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": "000ಸಾ",
  49. "100000-count-other": "000ಸಾ",
  50. "1000000-count-one": "0ಮಿ",
  51. "1000000-count-other": "0ಮಿ",
  52. "10000000-count-one": "00ಮಿ",
  53. "10000000-count-other": "00ಮಿ",
  54. "100000000-count-one": "000ಮಿ",
  55. "100000000-count-other": "000ಮಿ",
  56. "1000000000-count-one": "0ಬಿ",
  57. "1000000000-count-other": "0ಬಿ",
  58. "10000000000-count-one": "00ಬಿ",
  59. "10000000000-count-other": "00ಬಿ",
  60. "100000000000-count-one": "000ಬಿ",
  61. "100000000000-count-other": "000ಬಿ",
  62. "1000000000000-count-one": "0ಟ್ರಿ",
  63. "1000000000000-count-other": "0ಟ್ರಿ",
  64. "10000000000000-count-one": "00ಟ್ರಿ",
  65. "10000000000000-count-other": "00ಟ್ರಿ",
  66. "100000000000000-count-one": "000ಟ್ರಿ",
  67. "100000000000000-count-other": "000ಟ್ರಿ"
  68. }
  69. }
  70. }
  71. }
  72. }
  73. }
  74. }