123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- plural: 2A
- direction: LTR
- numbers:
- symbols:
- decimal: ','
- group: .
- negative: "\u2212"
- percent: '%'
- permille: "\u2030"
- formats:
- decimal: '#,##0.###'
- currency: "\xA4#,##0.00;\xA4-#,##0.00"
- percent: "#,##0\_%"
- currencies:
- DKK:
- symbol: kr
- EUR:
- symbol: "\u20AC"
- NOK:
- symbol: Nkr
- SEK:
- symbol: Skr
- datetime:
- formats:
- date:
- full: EEEE dd MMMM y
- long: dd MMMM y
- medium: MMM dd, y
- short: y-MM-dd
- time:
- full: h:mm:ss a zzzz
- long: h:mm:ss a z
- medium: h:mm:ss a
- short: h:mm a
- datetime:
- full: '{1} {0}'
- long: '{1} {0}'
- medium: '{1} {0}'
- short: '{1} {0}'
- formatNames:
- months:
- abbreviated:
- "1": jan
- "2": feb
- "3": mar
- "4": apr
- "5": maj
- "6": jun
- "7": jul
- "8": aug
- "9": sep
- "10": okt
- "11": nov
- "12": dec
- narrow:
- "1": J
- "2": F
- "3": M
- "4": A
- "5": M
- "6": J
- "7": J
- "8": A
- "9": S
- "10": O
- "11": "N"
- "12": D
- wide:
- "1": januari
- "2": februari
- "3": martsi
- "4": aprili
- "5": maji
- "6": juni
- "7": juli
- "8": augustusi
- "9": septemberi
- "10": oktoberi
- "11": novemberi
- "12": decemberi
- days:
- abbreviated:
- sun: sab
- mon: ata
- tue: mar
- wed: pin
- thu: sis
- fri: tal
- sat: arf
- narrow:
- sun: S
- mon: A
- tue: M
- wed: P
- thu: S
- fri: T
- sat: A
- short:
- sun: sab
- mon: ata
- tue: mar
- wed: pin
- thu: sis
- fri: tal
- sat: arf
- wide:
- sun: sabaat
- mon: ataasinngorneq
- tue: marlunngorneq
- wed: pingasunngorneq
- thu: sisamanngorneq
- fri: tallimanngorneq
- sat: arfininngorneq
- periods:
- abbreviated:
- am: u.t.
- pm: u.k.
- narrow:
- am: u.t.
- pm: u.k.
- wide:
- am: ulloqeqqata-tungaa
- pm: ulloqeqqata-kingorna
|