1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "main": {
- "kk": {
- "numbers": {
- "symbols-numberSystem-latn": {
- "list": ";"
- },
- "decimalFormats-numberSystem-latn": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0 мың",
- "1000-count-other": "0 мың",
- "10000-count-one": "00 мың",
- "10000-count-other": "00 мың",
- "100000-count-one": "000м",
- "100000-count-other": "000М",
- "1000000-count-one": "0 млн",
- "1000000-count-other": "0 млн",
- "10000000-count-one": "00 млн",
- "10000000-count-other": "00 млн",
- "100000000-count-one": "000 млн",
- "100000000-count-other": "000 млн",
- "1000000000-count-one": "0 млрд",
- "1000000000-count-other": "0 млрд",
- "10000000000-count-one": "00 млрд",
- "10000000000-count-other": "00 млрд",
- "100000000000-count-one": "000МЛ",
- "100000000000-count-other": "000Б",
- "1000000000000-count-one": "0 трлн",
- "1000000000000-count-other": "0 трлн",
- "10000000000000-count-one": "00 трлн",
- "10000000000000-count-other": "00 трлн",
- "100000000000000-count-one": "000T",
- "100000000000000-count-other": "000T"
- }
- }
- }
- }
- }
- }
- }
|