1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "main": {
- "am": {
- "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": "000 ት",
- "100000000000000-count-other": "000 ት"
- }
- }
- }
- }
- }
- }
- }
|