custom_numbers.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "main": {
  3. "hy": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-one": "0 հզր",
  12. "1000-count-other": "0 հզր",
  13. "10000-count-one": "00 հզր",
  14. "10000-count-other": "00 հզր",
  15. "100000-count-one": "000 հզր",
  16. "100000-count-other": "000 հզր",
  17. "1000000-count-one": "0 մլն",
  18. "1000000-count-other": "0 մլն",
  19. "10000000-count-one": "00 մլն",
  20. "10000000-count-other": "00 մլն",
  21. "100000000-count-one": "000 մլն",
  22. "100000000-count-other": "000 մլն",
  23. "1000000000-count-one": "0 մլրդ",
  24. "1000000000-count-other": "0 մլրդ",
  25. "10000000000-count-one": "00 մլրդ",
  26. "10000000000-count-other": "00 մլրդ",
  27. "100000000000-count-one": "000 մլրդ",
  28. "100000000000-count-other": "000 մլրդ",
  29. "1000000000000-count-one": "0 տրլն",
  30. "1000000000000-count-other": "0 տրլն",
  31. "10000000000000-count-one": "00 տրլն",
  32. "10000000000000-count-other": "00 տրլն",
  33. "100000000000000-count-one": "000 տրլն",
  34. "100000000000000-count-other": "000 տրլն"
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }