1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "main": {
- "ur": {
- "numbers": {
- "symbols-numberSystem-arabext": {
- "list": ";"
- },
- "symbols-numberSystem-latn": {
- "list": ";"
- },
- "decimalFormats-numberSystem-arabext": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0 ہزار",
- "1000-count-other": "0 ہزار",
- "10000-count-one": "00 ہزار",
- "10000-count-other": "00 ہزار",
- "100000-count-one": "0 لاکھ",
- "100000-count-other": "0 لاکھ",
- "1000000-count-one": "00 لاکھ",
- "1000000-count-other": "00 لاکھ",
- "10000000-count-one": "0 کروڑ",
- "10000000-count-other": "0 کروڑ",
- "100000000-count-one": "00 کروڑ",
- "100000000-count-other": "00 کروڑ",
- "1000000000-count-one": "0 ارب",
- "1000000000-count-other": "0 ارب",
- "10000000000-count-one": "00 ارب",
- "10000000000-count-other": "00 ارب",
- "100000000000-count-one": "0 کھرب",
- "100000000000-count-other": "0 کھرب",
- "1000000000000-count-one": "00 کھرب",
- "1000000000000-count-other": "00 کھرب",
- "10000000000000-count-one": "00 ٹریلین",
- "10000000000000-count-other": "00 ٹریلین",
- "100000000000000-count-one": "000 ٹریلین",
- "100000000000000-count-other": "000 ٹریلین"
- }
- }
- },
- "decimalFormats-numberSystem-latn": {
- "short": {
- "decimalFormat": {
- "1000-count-one": "0 ہزار",
- "1000-count-other": "0 ہزار",
- "10000-count-one": "00 ہزار",
- "10000-count-other": "00 ہزار",
- "100000-count-one": "0 لاکھ",
- "100000-count-other": "0 لاکھ",
- "1000000-count-one": "00 لاکھ",
- "1000000-count-other": "00 لاکھ",
- "10000000-count-one": "0 کروڑ",
- "10000000-count-other": "0 کروڑ",
- "100000000-count-one": "00 کروڑ",
- "100000000-count-other": "00 کروڑ",
- "1000000000-count-one": "0 ارب",
- "1000000000-count-other": "0 ارب",
- "10000000000-count-one": "00 ارب",
- "10000000000-count-other": "00 ارب",
- "100000000000-count-one": "0 کھرب",
- "100000000000-count-other": "0 کھرب",
- "1000000000000-count-one": "00 کھرب",
- "1000000000000-count-other": "00 کھرب",
- "10000000000000-count-one": "00 ٹریلین",
- "10000000000000-count-other": "00 ٹریلین",
- "100000000000000-count-one": "000 ٹریلین",
- "100000000000000-count-other": "000 ٹریلین"
- }
- }
- }
- }
- }
- }
- }
|