1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "main": {
- "nl": {
- "numbers": {
- "symbols-numberSystem-latn": {
- "list": ";"
- },
- "decimalFormats-numberSystem-latn": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0K",
- "1000-count-other": "0K",
- "10000-count-one": "00K",
- "10000-count-other": "00K",
- "100000-count-one": "000K",
- "100000-count-other": "000K",
- "1000000-count-one": "0 mln'.'",
- "1000000-count-other": "0 mln'.'",
- "10000000-count-one": "00 mln'.'",
- "10000000-count-other": "00 mln'.'",
- "100000000-count-one": "000 mln'.'",
- "100000000-count-other": "000 mln'.'",
- "1000000000-count-one": "0 mld'.'",
- "1000000000-count-other": "0 mld'.'",
- "10000000000-count-one": "00 mld'.'",
- "10000000000-count-other": "00 mld'.'",
- "100000000000-count-one": "000 mld'.'",
- "100000000000-count-other": "000 mld'.'",
- "1000000000000-count-one": "0 bln'.'",
- "1000000000000-count-other": "0 bln'.'",
- "10000000000000-count-one": "00 bln'.'",
- "10000000000000-count-other": "00 bln'.'",
- "100000000000000-count-one": "000 bln'.'",
- "100000000000000-count-other": "000 bln'.'"
- }
- }
- }
- }
- }
- }
- }
|