custom_numbers.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "main": {
  3. "kk": {
  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": "000T",
  34. "100000000000000-count-other": "000T"
  35. }
  36. }
  37. }
  38. }
  39. }
  40. }
  41. }