custom_numbers.json 855 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "main": {
  3. "ja": {
  4. "numbers": {
  5. "symbols-numberSystem-latn": {
  6. "list": ";"
  7. },
  8. "decimalFormats-numberSystem-latn": {
  9. "short": {
  10. "decimalFormat": {
  11. "1000-count-other": "0千",
  12. "10000-count-other": "0万",
  13. "100000-count-other": "00万",
  14. "1000000-count-other": "000万",
  15. "10000000-count-other": "0000万",
  16. "100000000-count-other": "0億",
  17. "1000000000-count-other": "00億",
  18. "10000000000-count-other": "000億",
  19. "100000000000-count-other": "0000億",
  20. "1000000000000-count-other": "0兆",
  21. "10000000000000-count-other": "00兆",
  22. "100000000000000-count-other": "000兆"
  23. }
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }