custom_numbers.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "main": {
  3. "lt": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-one": "0 tūkst'.'",
  12. "1000-count-few": "0 tūkst'.'",
  13. "1000-count-many": "0 tūkst'.'",
  14. "1000-count-other": "0 tūkst'.'",
  15. "10000-count-one": "00 tūkst'.'",
  16. "10000-count-few": "00 tūkst'.'",
  17. "10000-count-many": "00 tūkst'.'",
  18. "10000-count-other": "00 tūkst'.'",
  19. "100000-count-one": "000 tūkst'.'",
  20. "100000-count-few": "000 tūkst'.'",
  21. "100000-count-many": "000 tūkst'.'",
  22. "100000-count-other": "000 tūkst'.'",
  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 mlrd'.'",
  36. "1000000000-count-few": "0 mlrd'.'",
  37. "1000000000-count-many": "0 mlrd'.'",
  38. "1000000000-count-other": "0 mlrd'.'",
  39. "10000000000-count-one": "00 mlrd'.'",
  40. "10000000000-count-few": "00 mlrd'.'",
  41. "10000000000-count-many": "00 mlrd'.'",
  42. "10000000000-count-other": "00 mlrd'.'",
  43. "100000000000-count-one": "000 mlrd'.'",
  44. "100000000000-count-few": "000 mlrd'.'",
  45. "100000000000-count-many": "000 mlrd'.'",
  46. "100000000000-count-other": "000 mlrd'.'",
  47. "1000000000000-count-one": "0 trln'.'",
  48. "1000000000000-count-few": "0 trln'.'",
  49. "1000000000000-count-many": "0 trln'.'",
  50. "1000000000000-count-other": "0 trln'.'",
  51. "10000000000000-count-one": "00 trln'.'",
  52. "10000000000000-count-few": "00 trln'.'",
  53. "10000000000000-count-many": "00 trln'.'",
  54. "10000000000000-count-other": "00 trln'.'",
  55. "100000000000000-count-one": "000 trln'.'",
  56. "100000000000000-count-few": "000 trln'.'",
  57. "100000000000000-count-many": "000 trln'.'",
  58. "100000000000000-count-other": "000 trln'.'"
  59. }
  60. }
  61. }
  62. }
  63. }
  64. }
  65. }