custom_numbers.json 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "main": {
  3. "cy": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-zero": "0K",
  12. "1000-count-one": "0K",
  13. "1000-count-two": "0K",
  14. "1000-count-few": "0K",
  15. "1000-count-many": "0K",
  16. "1000-count-other": "0K",
  17. "10000-count-zero": "00K",
  18. "10000-count-one": "00K",
  19. "10000-count-two": "00K",
  20. "10000-count-few": "00K",
  21. "10000-count-many": "00K",
  22. "10000-count-other": "00K",
  23. "100000-count-zero": "000K",
  24. "100000-count-one": "000K",
  25. "100000-count-two": "000K",
  26. "100000-count-few": "000K",
  27. "100000-count-many": "000K",
  28. "100000-count-other": "000K",
  29. "1000000-count-zero": "0M",
  30. "1000000-count-one": "0M",
  31. "1000000-count-two": "0M",
  32. "1000000-count-few": "0M",
  33. "1000000-count-many": "0M",
  34. "1000000-count-other": "0M",
  35. "10000000-count-zero": "00M",
  36. "10000000-count-one": "00M",
  37. "10000000-count-two": "00M",
  38. "10000000-count-few": "00M",
  39. "10000000-count-many": "00M",
  40. "10000000-count-other": "00M",
  41. "100000000-count-zero": "000M",
  42. "100000000-count-one": "000M",
  43. "100000000-count-two": "000M",
  44. "100000000-count-few": "000M",
  45. "100000000-count-many": "000M",
  46. "100000000-count-other": "000M",
  47. "1000000000-count-zero": "0B",
  48. "1000000000-count-one": "0B",
  49. "1000000000-count-two": "0B",
  50. "1000000000-count-few": "0B",
  51. "1000000000-count-many": "0B",
  52. "1000000000-count-other": "0B",
  53. "10000000000-count-zero": "00B",
  54. "10000000000-count-one": "00B",
  55. "10000000000-count-two": "00B",
  56. "10000000000-count-few": "00B",
  57. "10000000000-count-many": "00B",
  58. "10000000000-count-other": "00B",
  59. "100000000000-count-zero": "000B",
  60. "100000000000-count-one": "000B",
  61. "100000000000-count-two": "000B",
  62. "100000000000-count-few": "000B",
  63. "100000000000-count-many": "000B",
  64. "100000000000-count-other": "000B",
  65. "1000000000000-count-zero": "0T",
  66. "1000000000000-count-one": "0T",
  67. "1000000000000-count-two": "0T",
  68. "1000000000000-count-few": "0T",
  69. "1000000000000-count-many": "0T",
  70. "1000000000000-count-other": "0T",
  71. "10000000000000-count-zero": "00T",
  72. "10000000000000-count-one": "00T",
  73. "10000000000000-count-two": "00T",
  74. "10000000000000-count-few": "00T",
  75. "10000000000000-count-many": "00T",
  76. "10000000000000-count-other": "00T",
  77. "100000000000000-count-zero": "000T",
  78. "100000000000000-count-one": "000T",
  79. "100000000000000-count-two": "000T",
  80. "100000000000000-count-few": "000T",
  81. "100000000000000-count-many": "000T",
  82. "100000000000000-count-other": "000T"
  83. }
  84. }
  85. }
  86. }
  87. }
  88. }
  89. }