custom_numbers.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "main": {
  3. "cs": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-one": "0 tis'.'",
  12. "1000-count-few": "0 tis'.'",
  13. "1000-count-many": "0 tis'.'",
  14. "1000-count-other": "0 tis'.'",
  15. "10000-count-one": "00 tis'.'",
  16. "10000-count-few": "00 tis'.'",
  17. "10000-count-many": "00 tis'.'",
  18. "10000-count-other": "00 tis'.'",
  19. "100000-count-one": "000 tis'.'",
  20. "100000-count-few": "000 tis'.'",
  21. "100000-count-many": "000 tis'.'",
  22. "100000-count-other": "000 tis'.'",
  23. "1000000-count-one": "0 mil'.'",
  24. "1000000-count-few": "0 mil'.'",
  25. "1000000-count-many": "0 mil'.'",
  26. "1000000-count-other": "0 mil'.'",
  27. "10000000-count-one": "00 mil'.'",
  28. "10000000-count-few": "00 mil'.'",
  29. "10000000-count-many": "00 mil'.'",
  30. "10000000-count-other": "00 mil'.'",
  31. "100000000-count-one": "000 mil'.'",
  32. "100000000-count-few": "000 mil'.'",
  33. "100000000-count-many": "000 mil'.'",
  34. "100000000-count-other": "000 mil'.'",
  35. "1000000000-count-one": "0 mld'.'",
  36. "1000000000-count-few": "0 mld'.'",
  37. "1000000000-count-many": "0 mld'.'",
  38. "1000000000-count-other": "0 mld'.'",
  39. "10000000000-count-one": "00 mld'.'",
  40. "10000000000-count-few": "00 mld'.'",
  41. "10000000000-count-many": "00 mld'.'",
  42. "10000000000-count-other": "00 mld'.'",
  43. "100000000000-count-one": "000 mld'.'",
  44. "100000000000-count-few": "000 mld'.'",
  45. "100000000000-count-many": "000 mld'.'",
  46. "100000000000-count-other": "000 mld'.'",
  47. "1000000000000-count-one": "0 bil'.'",
  48. "1000000000000-count-few": "0 bil'.'",
  49. "1000000000000-count-many": "0 bil'.'",
  50. "1000000000000-count-other": "0 bil'.'",
  51. "10000000000000-count-one": "00 bil'.'",
  52. "10000000000000-count-few": "00 bil'.'",
  53. "10000000000000-count-many": "00 bil'.'",
  54. "10000000000000-count-other": "00 bil'.'",
  55. "100000000000000-count-one": "000 bil'.'",
  56. "100000000000000-count-few": "000 bil'.'",
  57. "100000000000000-count-many": "000 bil'.'",
  58. "100000000000000-count-other": "000 bil'.'"
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
  65. }