custom_numbers.json 2.1 KB

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