custom_numbers.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "main": {
  3. "pl": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-one": "0 tys'.'",
  12. "1000-count-few": "0 tys'.'",
  13. "1000-count-many": "0 tys'.'",
  14. "1000-count-other": "0 tys'.'",
  15. "10000-count-one": "00 tys'.'",
  16. "10000-count-few": "00 tys'.'",
  17. "10000-count-many": "00 tys'.'",
  18. "10000-count-other": "00 tys'.'",
  19. "100000-count-one": "000 tys'.'",
  20. "100000-count-few": "000 tys'.'",
  21. "100000-count-many": "000 tys'.'",
  22. "100000-count-other": "000 tys'.'",
  23. "1000000-count-one": "0 mln",
  24. "1000000-count-few": "0 mln",
  25. "1000000-count-many": "0 mln",
  26. "1000000-count-other": "0 mln",
  27. "10000000-count-one": "00 mln",
  28. "10000000-count-few": "00 mln",
  29. "10000000-count-many": "00 mln",
  30. "10000000-count-other": "00 mln",
  31. "100000000-count-one": "000 mln",
  32. "100000000-count-few": "000 mln",
  33. "100000000-count-many": "000 mln",
  34. "100000000-count-other": "000 mln",
  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 bln",
  48. "1000000000000-count-few": "0 bln",
  49. "1000000000000-count-many": "0 bln",
  50. "1000000000000-count-other": "0 bln",
  51. "10000000000000-count-one": "00 bln",
  52. "10000000000000-count-few": "00 bln",
  53. "10000000000000-count-many": "00 bln",
  54. "10000000000000-count-other": "00 bln",
  55. "100000000000000-count-one": "000 bln",
  56. "100000000000000-count-few": "000 bln",
  57. "100000000000000-count-many": "000 bln",
  58. "100000000000000-count-other": "000 bln"
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
  65. }