1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "main": {
- "zh": {
- "numbers": {
- "symbols-numberSystem-hanidec": {
- "list": ";"
- },
- "symbols-numberSystem-latn": {
- "list": ";"
- },
- "decimalFormats-numberSystem-hanidec": {
- "short": {
- "decimalFormat": {
- "1000-count-other": "0千",
- "10000-count-other": "0万",
- "100000-count-other": "00万",
- "1000000-count-other": "000万",
- "10000000-count-other": "0000万",
- "100000000-count-other": "0亿",
- "1000000000-count-other": "00亿",
- "10000000000-count-other": "000亿",
- "100000000000-count-other": "0000亿",
- "1000000000000-count-other": "0兆",
- "10000000000000-count-other": "00兆",
- "100000000000000-count-other": "000兆"
- }
- }
- },
- "decimalFormats-numberSystem-latn": {
- "short": {
- "decimalFormat": {
- "1000-count-other": "0千",
- "10000-count-other": "0万",
- "100000-count-other": "00万",
- "1000000-count-other": "000万",
- "10000000-count-other": "0000万",
- "100000000-count-other": "0亿",
- "1000000000-count-other": "00亿",
- "10000000000-count-other": "000亿",
- "100000000000-count-other": "0000亿",
- "1000000000000-count-other": "0兆",
- "10000000000000-count-other": "00兆",
- "100000000000000-count-other": "000兆"
- }
- }
- }
- }
- }
- }
- }
|