{
  "main": {
    "de": {
      "numbers": {
        "defaultNumberingSystem": "latn",
        "otherNumberingSystems": {
          "native": "latn"
        },
        "minimumGroupingDigits": "1",
        "symbols-numberSystem-latn": {
          "decimal": ",",
          "group": ".",
          "list": ";",
          "percentSign": "%",
          "plusSign": "+",
          "minusSign": "-",
          "approximatelySign": "≈",
          "exponential": "E",
          "superscriptingExponent": "·",
          "perMille": "‰",
          "infinity": "∞",
          "nan": "NaN",
          "timeSeparator": ":"
        },
        "decimalFormats-numberSystem-latn": {
          "standard": "#,##0.###",
          "long": {
            "decimalFormat": {
              "1000-count-one": "0 Tausend",
              "1000-count-other": "0 Tausend",
              "10000-count-one": "00 Tausend",
              "10000-count-other": "00 Tausend",
              "100000-count-one": "000 Tausend",
              "100000-count-other": "000 Tausend",
              "1000000-count-one": "0 Million",
              "1000000-count-other": "0 Millionen",
              "10000000-count-one": "00 Millionen",
              "10000000-count-other": "00 Millionen",
              "100000000-count-one": "000 Millionen",
              "100000000-count-other": "000 Millionen",
              "1000000000-count-one": "0 Milliarde",
              "1000000000-count-other": "0 Milliarden",
              "10000000000-count-one": "00 Milliarden",
              "10000000000-count-other": "00 Milliarden",
              "100000000000-count-one": "000 Milliarden",
              "100000000000-count-other": "000 Milliarden",
              "1000000000000-count-one": "0 Billion",
              "1000000000000-count-other": "0 Billionen",
              "10000000000000-count-one": "00 Billionen",
              "10000000000000-count-other": "00 Billionen",
              "100000000000000-count-one": "000 Billionen",
              "100000000000000-count-other": "000 Billionen"
            }
          },
          "short": {
            "decimalFormat": {
              "1000-count-one": "0",
              "1000-count-other": "0",
              "10000-count-one": "0",
              "10000-count-other": "0",
              "100000-count-one": "0",
              "100000-count-other": "0",
              "1000000-count-one": "0 Mio'.'",
              "1000000-count-other": "0 Mio'.'",
              "10000000-count-one": "00 Mio'.'",
              "10000000-count-other": "00 Mio'.'",
              "100000000-count-one": "000 Mio'.'",
              "100000000-count-other": "000 Mio'.'",
              "1000000000-count-one": "0 Mrd'.'",
              "1000000000-count-other": "0 Mrd'.'",
              "10000000000-count-one": "00 Mrd'.'",
              "10000000000-count-other": "00 Mrd'.'",
              "100000000000-count-one": "000 Mrd'.'",
              "100000000000-count-other": "000 Mrd'.'",
              "1000000000000-count-one": "0 Bio'.'",
              "1000000000000-count-other": "0 Bio'.'",
              "10000000000000-count-one": "00 Bio'.'",
              "10000000000000-count-other": "00 Bio'.'",
              "100000000000000-count-one": "000 Bio'.'",
              "100000000000000-count-other": "000 Bio'.'"
            }
          }
        },
        "scientificFormats-numberSystem-latn": {
          "standard": "#E0"
        },
        "percentFormats-numberSystem-latn": {
          "standard": "#,##0 %"
        },
        "currencyFormats-numberSystem-latn": {
          "currencySpacing": {
            "beforeCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            },
            "afterCurrency": {
              "currencyMatch": "[[:^S:]&[:^Z:]]",
              "surroundingMatch": "[:digit:]",
              "insertBetween": " "
            }
          },
          "standard": "#,##0.00 ¤",
          "standard-noCurrency": "#,##0.00",
          "accounting": "#,##0.00 ¤",
          "accounting-noCurrency": "#,##0.00",
          "short": {
            "standard": {
              "1000-count-one": "0",
              "1000-count-other": "0",
              "10000-count-one": "0",
              "10000-count-other": "0",
              "100000-count-one": "0",
              "100000-count-other": "0",
              "1000000-count-one": "0 Mio'.' ¤",
              "1000000-count-other": "0 Mio'.' ¤",
              "10000000-count-one": "00 Mio'.' ¤",
              "10000000-count-other": "00 Mio'.' ¤",
              "100000000-count-one": "000 Mio'.' ¤",
              "100000000-count-other": "000 Mio'.' ¤",
              "1000000000-count-one": "0 Mrd'.' ¤",
              "1000000000-count-other": "0 Mrd'.' ¤",
              "10000000000-count-one": "00 Mrd'.' ¤",
              "10000000000-count-other": "00 Mrd'.' ¤",
              "100000000000-count-one": "000 Mrd'.' ¤",
              "100000000000-count-other": "000 Mrd'.' ¤",
              "1000000000000-count-one": "0 Bio'.' ¤",
              "1000000000000-count-other": "0 Bio'.' ¤",
              "10000000000000-count-one": "00 Bio'.' ¤",
              "10000000000000-count-other": "00 Bio'.' ¤",
              "100000000000000-count-one": "000 Bio'.' ¤",
              "100000000000000-count-other": "000 Bio'.' ¤"
            }
          },
          "currencyPatternAppendISO": "{0} ¤¤",
          "unitPattern-count-one": "{0} {1}",
          "unitPattern-count-other": "{0} {1}"
        },
        "miscPatterns-numberSystem-latn": {
          "approximately": "≈{0}",
          "atLeast": "{0}+",
          "atMost": "≤{0}",
          "range": "{0}–{1}"
        },
        "minimalPairs": {
          "pluralMinimalPairs-count-one": "{0} Tag",
          "pluralMinimalPairs-count-other": "{0} Tage",
          "other": "{0}. Abzweigung nach rechts nehmen",
          "accusative": "… für {0} …",
          "dative": "… mit {0} …",
          "genitive": "Anstatt {0} …",
          "nominative": "{0} kostet (kosten) € 3,50.",
          "feminine": "Die {0} ist …",
          "masculine": "Der {0} ist …",
          "neuter": "Das {0} ist …"
        },
        "currencies": {
          "ADP": {
            "displayName": "Andorranische Pesete",
            "displayName-count-one": "Andorranische Pesete",
            "displayName-count-other": "Andorranische Peseten"
          },
          "AED": {
            "displayName": "VAE-Dirham"
          },
          "AFA": {
            "displayName": "Afghanische Afghani (1927–2002)"
          },
          "AFN": {
            "displayName": "Afghanischer Afghani",
            "displayName-count-one": "Afghanischer Afghani",
            "displayName-count-other": "Afghanische Afghani",
            "symbol-alt-narrow": "؋"
          },
          "ALK": {
            "displayName": "Albanischer Lek (1946–1965)",
            "displayName-count-one": "Albanischer Lek (1946–1965)",
            "displayName-count-other": "Albanische Lek (1946–1965)"
          },
          "ALL": {
            "displayName": "Albanischer Lek",
            "displayName-count-one": "Albanischer Lek",
            "displayName-count-other": "Albanische Lek"
          },
          "AMD": {
            "displayName": "Armenischer Dram",
            "displayName-count-one": "Armenischer Dram",
            "displayName-count-other": "Armenische Dram",
            "symbol-alt-narrow": "֏"
          },
          "ANG": {
            "displayName": "Niederländische-Antillen-Gulden"
          },
          "AOA": {
            "displayName": "Angolanischer Kwanza",
            "displayName-count-one": "Angolanischer Kwanza",
            "displayName-count-other": "Angolanische Kwanza",
            "symbol-alt-narrow": "Kz"
          },
          "AOK": {
            "displayName": "Angolanischer Kwanza (1977–1990)",
            "displayName-count-one": "Angolanischer Kwanza (1977–1990)",
            "displayName-count-other": "Angolanische Kwanza (1977–1990)"
          },
          "AON": {
            "displayName": "Angolanischer Neuer Kwanza (1990–2000)",
            "displayName-count-one": "Angolanischer Neuer Kwanza (1990–2000)",
            "displayName-count-other": "Angolanische Neue Kwanza (1990–2000)"
          },
          "AOR": {
            "displayName": "Angolanischer Kwanza Reajustado (1995–1999)",
            "displayName-count-one": "Angolanischer Kwanza Reajustado (1995–1999)",
            "displayName-count-other": "Angolanische Kwanza Reajustado (1995–1999)"
          },
          "ARA": {
            "displayName": "Argentinischer Austral",
            "displayName-count-one": "Argentinischer Austral",
            "displayName-count-other": "Argentinische Austral"
          },
          "ARL": {
            "displayName": "Argentinischer Peso Ley (1970–1983)",
            "displayName-count-one": "Argentinischer Peso Ley (1970–1983)",
            "displayName-count-other": "Argentinische Pesos Ley (1970–1983)"
          },
          "ARM": {
            "displayName": "Argentinischer Peso (1881–1970)",
            "displayName-count-one": "Argentinischer Peso (1881–1970)",
            "displayName-count-other": "Argentinische Pesos (1881–1970)"
          },
          "ARP": {
            "displayName": "Argentinischer Peso (1983–1985)",
            "displayName-count-one": "Argentinischer Peso (1983–1985)",
            "displayName-count-other": "Argentinische Peso (1983–1985)"
          },
          "ARS": {
            "displayName": "Argentinischer Peso",
            "displayName-count-one": "Argentinischer Peso",
            "displayName-count-other": "Argentinische Pesos",
            "symbol-alt-narrow": "$"
          },
          "ATS": {
            "displayName": "Österreichischer Schilling",
            "displayName-count-one": "Österreichischer Schilling",
            "displayName-count-other": "Österreichische Schilling",
            "symbol": "öS"
          },
          "AUD": {
            "displayName": "Australischer Dollar",
            "displayName-count-one": "Australischer Dollar",
            "displayName-count-other": "Australische Dollar",
            "symbol": "AU$",
            "symbol-alt-narrow": "$"
          },
          "AWG": {
            "displayName": "Aruba-Florin"
          },
          "AZM": {
            "displayName": "Aserbaidschan-Manat (1993–2006)"
          },
          "AZN": {
            "displayName": "Aserbaidschan-Manat",
            "symbol-alt-narrow": "₼"
          },
          "BAD": {
            "displayName": "Bosnien und Herzegowina Dinar (1992–1994)"
          },
          "BAM": {
            "displayName": "Konvertible Mark Bosnien und Herzegowina",
            "symbol-alt-narrow": "KM"
          },
          "BAN": {
            "displayName": "Bosnien und Herzegowina Neuer Dinar (1994–1997)",
            "displayName-count-one": "Bosnien und Herzegowina Neuer Dinar (1994–1997)",
            "displayName-count-other": "Bosnien und Herzegowina Neue Dinar (1994–1997)"
          },
          "BBD": {
            "displayName": "Barbados-Dollar",
            "symbol-alt-narrow": "$"
          },
          "BDT": {
            "displayName": "Bangladesch-Taka",
            "symbol-alt-narrow": "৳"
          },
          "BEC": {
            "displayName": "Belgischer Franc (konvertibel)",
            "displayName-count-one": "Belgischer Franc (konvertibel)",
            "displayName-count-other": "Belgische Franc (konvertibel)"
          },
          "BEF": {
            "displayName": "Belgischer Franc",
            "displayName-count-one": "Belgischer Franc",
            "displayName-count-other": "Belgische Franc"
          },
          "BEL": {
            "displayName": "Belgischer Finanz-Franc",
            "displayName-count-one": "Belgischer Finanz-Franc",
            "displayName-count-other": "Belgische Finanz-Franc"
          },
          "BGL": {
            "displayName": "Bulgarische Lew (1962–1999)"
          },
          "BGM": {
            "displayName": "Bulgarischer Lew (1952–1962)",
            "displayName-count-one": "Bulgarischer Lew (1952–1962)",
            "displayName-count-other": "Bulgarische Lew (1952–1962)",
            "symbol": "BGK"
          },
          "BGN": {
            "displayName": "Bulgarischer Lew",
            "displayName-count-one": "Bulgarischer Lew",
            "displayName-count-other": "Bulgarische Lew"
          },
          "BGO": {
            "displayName": "Bulgarischer Lew (1879–1952)",
            "displayName-count-one": "Bulgarischer Lew (1879–1952)",
            "displayName-count-other": "Bulgarische Lew (1879–1952)",
            "symbol": "BGJ"
          },
          "BHD": {
            "displayName": "Bahrain-Dinar"
          },
          "BIF": {
            "displayName": "Burundi-Franc",
            "displayName-count-one": "Burundi-Franc",
            "displayName-count-other": "Burundi-Francs"
          },
          "BMD": {
            "displayName": "Bermuda-Dollar",
            "symbol-alt-narrow": "$"
          },
          "BND": {
            "displayName": "Brunei-Dollar",
            "symbol-alt-narrow": "$"
          },
          "BOB": {
            "displayName": "Bolivianischer Boliviano",
            "displayName-count-one": "Bolivianischer Boliviano",
            "displayName-count-other": "Bolivianische Bolivianos",
            "symbol-alt-narrow": "Bs"
          },
          "BOL": {
            "displayName": "Bolivianischer Boliviano (1863–1963)",
            "displayName-count-one": "Bolivianischer Boliviano (1863–1963)",
            "displayName-count-other": "Bolivianische Bolivianos (1863–1963)"
          },
          "BOP": {
            "displayName": "Bolivianischer Peso",
            "displayName-count-one": "Bolivianischer Peso",
            "displayName-count-other": "Bolivianische Peso"
          },
          "BOV": {
            "displayName": "Boliviansiche Mvdol",
            "displayName-count-one": "Boliviansiche Mvdol",
            "displayName-count-other": "Bolivianische Mvdol"
          },
          "BRB": {
            "displayName": "Brasilianischer Cruzeiro Novo (1967–1986)",
            "displayName-count-one": "Brasilianischer Cruzeiro Novo (1967–1986)",
            "displayName-count-other": "Brasilianische Cruzeiro Novo (1967–1986)"
          },
          "BRC": {
            "displayName": "Brasilianischer Cruzado (1986–1989)",
            "displayName-count-one": "Brasilianischer Cruzado (1986–1989)",
            "displayName-count-other": "Brasilianische Cruzado (1986–1989)"
          },
          "BRE": {
            "displayName": "Brasilianischer Cruzeiro (1990–1993)",
            "displayName-count-one": "Brasilianischer Cruzeiro (1990–1993)",
            "displayName-count-other": "Brasilianische Cruzeiro (1990–1993)"
          },
          "BRL": {
            "displayName": "Brasilianischer Real",
            "displayName-count-one": "Brasilianischer Real",
            "displayName-count-other": "Brasilianische Real",
            "symbol": "R$",
            "symbol-alt-narrow": "R$"
          },
          "BRN": {
            "displayName": "Brasilianischer Cruzado Novo (1989–1990)",
            "displayName-count-one": "Brasilianischer Cruzado Novo (1989–1990)",
            "displayName-count-other": "Brasilianische Cruzado Novo (1989–1990)"
          },
          "BRR": {
            "displayName": "Brasilianischer Cruzeiro (1993–1994)",
            "displayName-count-one": "Brasilianischer Cruzeiro (1993–1994)",
            "displayName-count-other": "Brasilianische Cruzeiro (1993–1994)"
          },
          "BRZ": {
            "displayName": "Brasilianischer Cruzeiro (1942–1967)"
          },
          "BSD": {
            "displayName": "Bahamas-Dollar",
            "symbol-alt-narrow": "$"
          },
          "BTN": {
            "displayName": "Bhutan-Ngultrum"
          },
          "BUK": {
            "displayName": "Birmanischer Kyat",
            "displayName-count-one": "Birmanischer Kyat",
            "displayName-count-other": "Birmanische Kyat"
          },
          "BWP": {
            "displayName": "Botswanischer Pula",
            "displayName-count-one": "Botswanischer Pula",
            "displayName-count-other": "Botswanische Pula",
            "symbol-alt-narrow": "P"
          },
          "BYB": {
            "displayName": "Belarus-Rubel (1994–1999)"
          },
          "BYN": {
            "displayName": "Weißrussischer Rubel",
            "displayName-count-one": "Weißrussischer Rubel",
            "displayName-count-other": "Weißrussische Rubel",
            "symbol-alt-narrow": "р."
          },
          "BYR": {
            "displayName": "Weißrussischer Rubel (2000–2016)",
            "displayName-count-one": "Weißrussischer Rubel (2000–2016)",
            "displayName-count-other": "Weißrussische Rubel (2000–2016)"
          },
          "BZD": {
            "displayName": "Belize-Dollar",
            "symbol-alt-narrow": "$"
          },
          "CAD": {
            "displayName": "Kanadischer Dollar",
            "displayName-count-one": "Kanadischer Dollar",
            "displayName-count-other": "Kanadische Dollar",
            "symbol": "CA$",
            "symbol-alt-narrow": "$"
          },
          "CDF": {
            "displayName": "Kongo-Franc",
            "displayName-count-one": "Kongo-Franc",
            "displayName-count-other": "Kongo-Francs"
          },
          "CHE": {
            "displayName": "WIR-Euro"
          },
          "CHF": {
            "displayName": "Schweizer Franken"
          },
          "CHW": {
            "displayName": "WIR Franken"
          },
          "CLE": {
            "displayName": "Chilenischer Escudo",
            "displayName-count-one": "Chilenischer Escudo",
            "displayName-count-other": "Chilenische Escudo"
          },
          "CLF": {
            "displayName": "Chilenische Unidades de Fomento"
          },
          "CLP": {
            "displayName": "Chilenischer Peso",
            "displayName-count-one": "Chilenischer Peso",
            "displayName-count-other": "Chilenische Pesos",
            "symbol-alt-narrow": "$"
          },
          "CNH": {
            "displayName": "Renminbi-Yuan (Offshore)"
          },
          "CNX": {
            "displayName": "Dollar der Chinesischen Volksbank"
          },
          "CNY": {
            "displayName": "Renminbi Yuan",
            "displayName-count-one": "Chinesischer Yuan",
            "displayName-count-other": "Renminbi Yuan",
            "symbol": "CN¥",
            "symbol-alt-narrow": "¥"
          },
          "COP": {
            "displayName": "Kolumbianischer Peso",
            "displayName-count-one": "Kolumbianischer Peso",
            "displayName-count-other": "Kolumbianische Pesos",
            "symbol-alt-narrow": "$"
          },
          "COU": {
            "displayName": "Kolumbianische Unidades de valor real",
            "displayName-count-one": "Kolumbianische Unidad de valor real",
            "displayName-count-other": "Kolumbianische Unidades de valor real"
          },
          "CRC": {
            "displayName": "Costa-Rica-Colón",
            "symbol-alt-narrow": "₡"
          },
          "CSD": {
            "displayName": "Serbischer Dinar (2002–2006)",
            "displayName-count-one": "Serbischer Dinar (2002–2006)",
            "displayName-count-other": "Serbische Dinar (2002–2006)"
          },
          "CSK": {
            "displayName": "Tschechoslowakische Krone",
            "displayName-count-one": "Tschechoslowakische Kronen",
            "displayName-count-other": "Tschechoslowakische Kronen"
          },
          "CUC": {
            "displayName": "Kubanischer Peso (konvertibel)",
            "displayName-count-one": "Kubanischer Peso (konvertibel)",
            "displayName-count-other": "Kubanische Pesos (konvertibel)",
            "symbol-alt-narrow": "Cub$"
          },
          "CUP": {
            "displayName": "Kubanischer Peso",
            "displayName-count-one": "Kubanischer Peso",
            "displayName-count-other": "Kubanische Pesos",
            "symbol-alt-narrow": "$"
          },
          "CVE": {
            "displayName": "Cabo-Verde-Escudo",
            "displayName-count-one": "Cabo-Verde-Escudo",
            "displayName-count-other": "Cabo-Verde-Escudos"
          },
          "CYP": {
            "displayName": "Zypern-Pfund",
            "displayName-count-one": "Zypern Pfund",
            "displayName-count-other": "Zypern Pfund"
          },
          "CZK": {
            "displayName": "Tschechische Krone",
            "displayName-count-one": "Tschechische Krone",
            "displayName-count-other": "Tschechische Kronen",
            "symbol-alt-narrow": "Kč"
          },
          "DDM": {
            "displayName": "Mark der DDR"
          },
          "DEM": {
            "displayName": "Deutsche Mark",
            "symbol": "DM"
          },
          "DJF": {
            "displayName": "Dschibuti-Franc"
          },
          "DKK": {
            "displayName": "Dänische Krone",
            "displayName-count-one": "Dänische Krone",
            "displayName-count-other": "Dänische Kronen",
            "symbol-alt-narrow": "kr"
          },
          "DOP": {
            "displayName": "Dominikanischer Peso",
            "displayName-count-one": "Dominikanischer Peso",
            "displayName-count-other": "Dominikanische Pesos",
            "symbol-alt-narrow": "$"
          },
          "DZD": {
            "displayName": "Algerischer Dinar",
            "displayName-count-one": "Algerischer Dinar",
            "displayName-count-other": "Algerische Dinar"
          },
          "ECS": {
            "displayName": "Ecuadorianischer Sucre",
            "displayName-count-one": "Ecuadorianischer Sucre",
            "displayName-count-other": "Ecuadorianische Sucre"
          },
          "ECV": {
            "displayName": "Verrechnungseinheit für Ecuador",
            "displayName-count-one": "Verrechnungseinheiten für Ecuador",
            "displayName-count-other": "Verrechnungseinheiten für Ecuador"
          },
          "EEK": {
            "displayName": "Estnische Krone",
            "displayName-count-one": "Estnische Krone",
            "displayName-count-other": "Estnische Kronen"
          },
          "EGP": {
            "displayName": "Ägyptisches Pfund",
            "displayName-count-one": "Ägyptisches Pfund",
            "displayName-count-other": "Ägyptische Pfund",
            "symbol-alt-narrow": "E£"
          },
          "ERN": {
            "displayName": "Eritreischer Nakfa",
            "displayName-count-one": "Eritreischer Nakfa",
            "displayName-count-other": "Eritreische Nakfa"
          },
          "ESA": {
            "displayName": "Spanische Peseta (A–Konten)",
            "displayName-count-one": "Spanische Peseta (A–Konten)",
            "displayName-count-other": "Spanische Peseten (A–Konten)"
          },
          "ESB": {
            "displayName": "Spanische Peseta (konvertibel)",
            "displayName-count-one": "Spanische Peseta (konvertibel)",
            "displayName-count-other": "Spanische Peseten (konvertibel)"
          },
          "ESP": {
            "displayName": "Spanische Peseta",
            "displayName-count-one": "Spanische Peseta",
            "displayName-count-other": "Spanische Peseten",
            "symbol-alt-narrow": "₧"
          },
          "ETB": {
            "displayName": "Äthiopischer Birr",
            "displayName-count-one": "Äthiopischer Birr",
            "displayName-count-other": "Äthiopische Birr"
          },
          "EUR": {
            "displayName": "Euro",
            "symbol": "€",
            "symbol-alt-narrow": "€"
          },
          "FIM": {
            "displayName": "Finnische Mark"
          },
          "FJD": {
            "displayName": "Fidschi-Dollar",
            "symbol-alt-narrow": "$"
          },
          "FKP": {
            "displayName": "Falkland-Pfund",
            "symbol-alt-narrow": "Fl£"
          },
          "FRF": {
            "displayName": "Französischer Franc",
            "displayName-count-one": "Französischer Franc",
            "displayName-count-other": "Französische Franc"
          },
          "GBP": {
            "displayName": "Britisches Pfund",
            "displayName-count-one": "Britisches Pfund",
            "displayName-count-other": "Britische Pfund",
            "symbol": "£",
            "symbol-alt-narrow": "£"
          },
          "GEK": {
            "displayName": "Georgischer Kupon Larit",
            "displayName-count-one": "Georgischer Kupon Larit",
            "displayName-count-other": "Georgische Kupon Larit"
          },
          "GEL": {
            "displayName": "Georgischer Lari",
            "displayName-count-one": "Georgischer Lari",
            "displayName-count-other": "Georgische Lari",
            "symbol-alt-narrow": "₾"
          },
          "GHC": {
            "displayName": "Ghanaischer Cedi (1979–2007)",
            "displayName-count-one": "Ghanaischer Cedi (1979–2007)",
            "displayName-count-other": "Ghanaische Cedi (1979–2007)"
          },
          "GHS": {
            "displayName": "Ghanaischer Cedi",
            "displayName-count-one": "Ghanaischer Cedi",
            "displayName-count-other": "Ghanaische Cedi",
            "symbol-alt-narrow": "₵"
          },
          "GIP": {
            "displayName": "Gibraltar-Pfund",
            "symbol-alt-narrow": "£"
          },
          "GMD": {
            "displayName": "Gambia-Dalasi"
          },
          "GNF": {
            "displayName": "Guinea-Franc",
            "symbol-alt-narrow": "F.G."
          },
          "GNS": {
            "displayName": "Guineischer Syli",
            "displayName-count-one": "Guineischer Syli",
            "displayName-count-other": "Guineische Syli"
          },
          "GQE": {
            "displayName": "Äquatorialguinea-Ekwele"
          },
          "GRD": {
            "displayName": "Griechische Drachme",
            "displayName-count-one": "Griechische Drachme",
            "displayName-count-other": "Griechische Drachmen"
          },
          "GTQ": {
            "displayName": "Guatemaltekischer Quetzal",
            "displayName-count-one": "Guatemaltekischer Quetzal",
            "displayName-count-other": "Guatemaltekische Quetzales",
            "symbol-alt-narrow": "Q"
          },
          "GWE": {
            "displayName": "Portugiesisch Guinea Escudo"
          },
          "GWP": {
            "displayName": "Guinea-Bissau Peso",
            "displayName-count-one": "Guinea-Bissau Peso",
            "displayName-count-other": "Guinea-Bissau Pesos"
          },
          "GYD": {
            "displayName": "Guyana-Dollar",
            "symbol-alt-narrow": "$"
          },
          "HKD": {
            "displayName": "Hongkong-Dollar",
            "symbol": "HK$",
            "symbol-alt-narrow": "$"
          },
          "HNL": {
            "displayName": "Honduras-Lempira",
            "symbol-alt-narrow": "L"
          },
          "HRD": {
            "displayName": "Kroatischer Dinar",
            "displayName-count-one": "Kroatischer Dinar",
            "displayName-count-other": "Kroatische Dinar"
          },
          "HRK": {
            "displayName": "Kroatischer Kuna",
            "displayName-count-one": "Kroatischer Kuna",
            "displayName-count-other": "Kroatische Kuna",
            "symbol-alt-narrow": "kn"
          },
          "HTG": {
            "displayName": "Haitianische Gourde",
            "displayName-count-one": "Haitianische Gourde",
            "displayName-count-other": "Haitianische Gourdes"
          },
          "HUF": {
            "displayName": "Ungarischer Forint",
            "displayName-count-one": "Ungarischer Forint",
            "displayName-count-other": "Ungarische Forint",
            "symbol-alt-narrow": "Ft"
          },
          "IDR": {
            "displayName": "Indonesische Rupiah",
            "symbol-alt-narrow": "Rp"
          },
          "IEP": {
            "displayName": "Irisches Pfund",
            "displayName-count-one": "Irisches Pfund",
            "displayName-count-other": "Irische Pfund"
          },
          "ILP": {
            "displayName": "Israelisches Pfund",
            "displayName-count-one": "Israelisches Pfund",
            "displayName-count-other": "Israelische Pfund"
          },
          "ILR": {
            "displayName": "Israelischer Schekel (1980–1985)",
            "displayName-count-one": "Israelischer Schekel (1980–1985)",
            "displayName-count-other": "Israelische Schekel (1980–1985)"
          },
          "ILS": {
            "displayName": "Israelischer Neuer Schekel",
            "displayName-count-one": "Israelischer Neuer Schekel",
            "displayName-count-other": "Israelische Neue Schekel",
            "symbol": "₪",
            "symbol-alt-narrow": "₪"
          },
          "INR": {
            "displayName": "Indische Rupie",
            "displayName-count-one": "Indische Rupie",
            "displayName-count-other": "Indische Rupien",
            "symbol": "₹",
            "symbol-alt-narrow": "₹"
          },
          "IQD": {
            "displayName": "Irakischer Dinar",
            "displayName-count-one": "Irakischer Dinar",
            "displayName-count-other": "Irakische Dinar"
          },
          "IRR": {
            "displayName": "Iranischer Rial",
            "displayName-count-one": "Iranischer Rial",
            "displayName-count-other": "Iranische Rial"
          },
          "ISJ": {
            "displayName": "Isländische Krone (1918–1981)",
            "displayName-count-one": "Isländische Krone (1918–1981)",
            "displayName-count-other": "Isländische Kronen (1918–1981)"
          },
          "ISK": {
            "displayName": "Isländische Krone",
            "displayName-count-one": "Isländische Krone",
            "displayName-count-other": "Isländische Kronen",
            "symbol-alt-narrow": "kr"
          },
          "ITL": {
            "displayName": "Italienische Lira",
            "displayName-count-one": "Italienische Lira",
            "displayName-count-other": "Italienische Lire"
          },
          "JMD": {
            "displayName": "Jamaika-Dollar",
            "symbol-alt-narrow": "$"
          },
          "JOD": {
            "displayName": "Jordanischer Dinar",
            "displayName-count-one": "Jordanischer Dinar",
            "displayName-count-other": "Jordanische Dinar"
          },
          "JPY": {
            "displayName": "Japanischer Yen",
            "displayName-count-one": "Japanischer Yen",
            "displayName-count-other": "Japanische Yen",
            "symbol": "¥",
            "symbol-alt-narrow": "¥"
          },
          "KES": {
            "displayName": "Kenia-Schilling"
          },
          "KGS": {
            "displayName": "Kirgisischer Som",
            "displayName-count-one": "Kirgisischer Som",
            "displayName-count-other": "Kirgisische Som",
            "symbol-alt-narrow": "⃀"
          },
          "KHR": {
            "displayName": "Kambodschanischer Riel",
            "displayName-count-one": "Kambodschanischer Riel",
            "displayName-count-other": "Kambodschanische Riel",
            "symbol-alt-narrow": "៛"
          },
          "KMF": {
            "displayName": "Komoren-Franc",
            "displayName-count-one": "Komoren-Franc",
            "displayName-count-other": "Komoren-Francs",
            "symbol-alt-narrow": "FC"
          },
          "KPW": {
            "displayName": "Nordkoreanischer Won",
            "displayName-count-one": "Nordkoreanischer Won",
            "displayName-count-other": "Nordkoreanische Won",
            "symbol-alt-narrow": "₩"
          },
          "KRH": {
            "displayName": "Südkoreanischer Hwan (1953–1962)"
          },
          "KRO": {
            "displayName": "Südkoreanischer Won (1945–1953)"
          },
          "KRW": {
            "displayName": "Südkoreanischer Won",
            "displayName-count-one": "Südkoreanischer Won",
            "displayName-count-other": "Südkoreanische Won",
            "symbol": "₩",
            "symbol-alt-narrow": "₩"
          },
          "KWD": {
            "displayName": "Kuwait-Dinar"
          },
          "KYD": {
            "displayName": "Kaiman-Dollar",
            "symbol-alt-narrow": "$"
          },
          "KZT": {
            "displayName": "Kasachischer Tenge",
            "displayName-count-one": "Kasachischer Tenge",
            "displayName-count-other": "Kasachische Tenge",
            "symbol-alt-narrow": "₸"
          },
          "LAK": {
            "displayName": "Laotischer Kip",
            "displayName-count-one": "Laotischer Kip",
            "displayName-count-other": "Laotische Kip",
            "symbol-alt-narrow": "₭"
          },
          "LBP": {
            "displayName": "Libanesisches Pfund",
            "displayName-count-one": "Libanesisches Pfund",
            "displayName-count-other": "Libanesische Pfund",
            "symbol-alt-narrow": "L£"
          },
          "LKR": {
            "displayName": "Sri-Lanka-Rupie",
            "displayName-count-one": "Sri-Lanka-Rupie",
            "displayName-count-other": "Sri-Lanka-Rupien",
            "symbol-alt-narrow": "Rs"
          },
          "LRD": {
            "displayName": "Liberianischer Dollar",
            "displayName-count-one": "Liberianischer Dollar",
            "displayName-count-other": "Liberianische Dollar",
            "symbol-alt-narrow": "$"
          },
          "LSL": {
            "displayName": "Loti"
          },
          "LTL": {
            "displayName": "Litauischer Litas",
            "displayName-count-one": "Litauischer Litas",
            "displayName-count-other": "Litauische Litas",
            "symbol-alt-narrow": "Lt"
          },
          "LTT": {
            "displayName": "Litauischer Talonas",
            "displayName-count-one": "Litauische Talonas",
            "displayName-count-other": "Litauische Talonas"
          },
          "LUC": {
            "displayName": "Luxemburgischer Franc (konvertibel)",
            "displayName-count-one": "Luxemburgische Franc (konvertibel)",
            "displayName-count-other": "Luxemburgische Franc (konvertibel)"
          },
          "LUF": {
            "displayName": "Luxemburgischer Franc",
            "displayName-count-one": "Luxemburgische Franc",
            "displayName-count-other": "Luxemburgische Franc"
          },
          "LUL": {
            "displayName": "Luxemburgischer Finanz-Franc",
            "displayName-count-one": "Luxemburgische Finanz-Franc",
            "displayName-count-other": "Luxemburgische Finanz-Franc"
          },
          "LVL": {
            "displayName": "Lettischer Lats",
            "displayName-count-one": "Lettischer Lats",
            "displayName-count-other": "Lettische Lats",
            "symbol-alt-narrow": "Ls"
          },
          "LVR": {
            "displayName": "Lettischer Rubel",
            "displayName-count-one": "Lettische Rubel",
            "displayName-count-other": "Lettische Rubel"
          },
          "LYD": {
            "displayName": "Libyscher Dinar",
            "displayName-count-one": "Libyscher Dinar",
            "displayName-count-other": "Libysche Dinar"
          },
          "MAD": {
            "displayName": "Marokkanischer Dirham",
            "displayName-count-one": "Marokkanischer Dirham",
            "displayName-count-other": "Marokkanische Dirham"
          },
          "MAF": {
            "displayName": "Marokkanischer Franc",
            "displayName-count-one": "Marokkanische Franc",
            "displayName-count-other": "Marokkanische Franc"
          },
          "MCF": {
            "displayName": "Monegassischer Franc",
            "displayName-count-one": "Monegassischer Franc",
            "displayName-count-other": "Monegassische Franc"
          },
          "MDC": {
            "displayName": "Moldau-Cupon"
          },
          "MDL": {
            "displayName": "Moldau-Leu"
          },
          "MGA": {
            "displayName": "Madagaskar-Ariary",
            "symbol-alt-narrow": "Ar"
          },
          "MGF": {
            "displayName": "Madagaskar-Franc"
          },
          "MKD": {
            "displayName": "Mazedonischer Denar",
            "displayName-count-one": "Mazedonischer Denar",
            "displayName-count-other": "Mazedonische Denari"
          },
          "MKN": {
            "displayName": "Mazedonischer Denar (1992–1993)",
            "displayName-count-one": "Mazedonischer Denar (1992–1993)",
            "displayName-count-other": "Mazedonische Denar (1992–1993)"
          },
          "MLF": {
            "displayName": "Malischer Franc",
            "displayName-count-one": "Malische Franc",
            "displayName-count-other": "Malische Franc"
          },
          "MMK": {
            "displayName": "Myanmarischer Kyat",
            "displayName-count-one": "Myanmarischer Kyat",
            "displayName-count-other": "Myanmarische Kyat",
            "symbol-alt-narrow": "K"
          },
          "MNT": {
            "displayName": "Mongolischer Tögrög",
            "displayName-count-one": "Mongolischer Tögrög",
            "displayName-count-other": "Mongolische Tögrög",
            "symbol-alt-narrow": "₮"
          },
          "MOP": {
            "displayName": "Macao-Pataca"
          },
          "MRO": {
            "displayName": "Mauretanischer Ouguiya (1973–2017)",
            "displayName-count-one": "Mauretanischer Ouguiya (1973–2017)",
            "displayName-count-other": "Mauretanische Ouguiya (1973–2017)"
          },
          "MRU": {
            "displayName": "Mauretanischer Ouguiya",
            "displayName-count-one": "Mauretanischer Ouguiya",
            "displayName-count-other": "Mauretanische Ouguiya"
          },
          "MTL": {
            "displayName": "Maltesische Lira"
          },
          "MTP": {
            "displayName": "Maltesisches Pfund",
            "displayName-count-one": "Maltesische Pfund",
            "displayName-count-other": "Maltesische Pfund"
          },
          "MUR": {
            "displayName": "Mauritius-Rupie",
            "displayName-count-one": "Mauritius-Rupie",
            "displayName-count-other": "Mauritius-Rupien",
            "symbol-alt-narrow": "Rs"
          },
          "MVP": {
            "displayName": "Malediven-Rupie (alt)",
            "displayName-count-one": "Malediven-Rupie (alt)",
            "displayName-count-other": "Malediven-Rupien (alt)"
          },
          "MVR": {
            "displayName": "Malediven-Rufiyaa",
            "displayName-count-one": "Malediven-Rufiyaa",
            "displayName-count-other": "Malediven-Rupien"
          },
          "MWK": {
            "displayName": "Malawi-Kwacha"
          },
          "MXN": {
            "displayName": "Mexikanischer Peso",
            "displayName-count-one": "Mexikanischer Peso",
            "displayName-count-other": "Mexikanische Pesos",
            "symbol": "MX$",
            "symbol-alt-narrow": "$"
          },
          "MXP": {
            "displayName": "Mexikanischer Silber-Peso (1861–1992)",
            "displayName-count-one": "Mexikanische Silber-Peso (1861–1992)",
            "displayName-count-other": "Mexikanische Silber-Pesos (1861–1992)"
          },
          "MXV": {
            "displayName": "Mexicanischer Unidad de Inversion (UDI)",
            "displayName-count-one": "Mexicanischer Unidad de Inversion (UDI)",
            "displayName-count-other": "Mexikanische Unidad de Inversion (UDI)"
          },
          "MYR": {
            "displayName": "Malaysischer Ringgit",
            "displayName-count-one": "Malaysischer Ringgit",
            "displayName-count-other": "Malaysische Ringgit",
            "symbol-alt-narrow": "RM"
          },
          "MZE": {
            "displayName": "Mosambikanischer Escudo",
            "displayName-count-one": "Mozambikanische Escudo",
            "displayName-count-other": "Mozambikanische Escudo"
          },
          "MZM": {
            "displayName": "Mosambikanischer Metical (1980–2006)",
            "displayName-count-one": "Mosambikanischer Metical (1980–2006)",
            "displayName-count-other": "Mosambikanische Meticais (1980–2006)"
          },
          "MZN": {
            "displayName": "Mosambikanischer Metical",
            "displayName-count-one": "Mosambikanischer Metical",
            "displayName-count-other": "Mosambikanische Meticais"
          },
          "NAD": {
            "displayName": "Namibia-Dollar",
            "symbol-alt-narrow": "$"
          },
          "NGN": {
            "displayName": "Nigerianischer Naira",
            "displayName-count-one": "Nigerianischer Naira",
            "displayName-count-other": "Nigerianische Naira",
            "symbol-alt-narrow": "₦"
          },
          "NIC": {
            "displayName": "Nicaraguanischer Córdoba (1988–1991)",
            "displayName-count-one": "Nicaraguanischer Córdoba (1988–1991)",
            "displayName-count-other": "Nicaraguanische Córdoba (1988–1991)"
          },
          "NIO": {
            "displayName": "Nicaragua-Córdoba",
            "displayName-count-one": "Nicaragua-Córdoba",
            "displayName-count-other": "Nicaragua-Córdobas",
            "symbol-alt-narrow": "C$"
          },
          "NLG": {
            "displayName": "Niederländischer Gulden",
            "displayName-count-one": "Niederländischer Gulden",
            "displayName-count-other": "Niederländische Gulden"
          },
          "NOK": {
            "displayName": "Norwegische Krone",
            "displayName-count-one": "Norwegische Krone",
            "displayName-count-other": "Norwegische Kronen",
            "symbol-alt-narrow": "kr"
          },
          "NPR": {
            "displayName": "Nepalesische Rupie",
            "displayName-count-one": "Nepalesische Rupie",
            "displayName-count-other": "Nepalesische Rupien",
            "symbol-alt-narrow": "Rs"
          },
          "NZD": {
            "displayName": "Neuseeland-Dollar",
            "symbol": "NZ$",
            "symbol-alt-narrow": "$"
          },
          "OMR": {
            "displayName": "Omanischer Rial",
            "displayName-count-one": "Omanischer Rial",
            "displayName-count-other": "Omanische Rials"
          },
          "PAB": {
            "displayName": "Panamaischer Balboa",
            "displayName-count-one": "Panamaischer Balboa",
            "displayName-count-other": "Panamaische Balboas"
          },
          "PEI": {
            "displayName": "Peruanischer Inti",
            "displayName-count-one": "Peruanische Inti",
            "displayName-count-other": "Peruanische Inti"
          },
          "PEN": {
            "displayName": "Peruanischer Sol",
            "displayName-count-one": "Peruanischer Sol",
            "displayName-count-other": "Peruanische Sol"
          },
          "PES": {
            "displayName": "Peruanischer Sol (1863–1965)",
            "displayName-count-one": "Peruanischer Sol (1863–1965)",
            "displayName-count-other": "Peruanische Sol (1863–1965)"
          },
          "PGK": {
            "displayName": "Papua-neuguineischer Kina"
          },
          "PHP": {
            "displayName": "Philippinischer Peso",
            "displayName-count-one": "Philippinischer Peso",
            "displayName-count-other": "Philippinische Pesos",
            "symbol": "PHP",
            "symbol-alt-narrow": "₱"
          },
          "PKR": {
            "displayName": "Pakistanische Rupie",
            "displayName-count-one": "Pakistanische Rupie",
            "displayName-count-other": "Pakistanische Rupien",
            "symbol-alt-narrow": "Rs"
          },
          "PLN": {
            "displayName": "Polnischer Złoty",
            "displayName-count-one": "Polnischer Złoty",
            "displayName-count-other": "Polnische Złoty",
            "symbol-alt-narrow": "zł"
          },
          "PLZ": {
            "displayName": "Polnischer Zloty (1950–1995)",
            "displayName-count-one": "Polnischer Zloty (1950–1995)",
            "displayName-count-other": "Polnische Zloty (1950–1995)"
          },
          "PTE": {
            "displayName": "Portugiesischer Escudo",
            "displayName-count-one": "Portugiesische Escudo",
            "displayName-count-other": "Portugiesische Escudo"
          },
          "PYG": {
            "displayName": "Paraguayischer Guaraní",
            "displayName-count-one": "Paraguayischer Guaraní",
            "displayName-count-other": "Paraguayische Guaraníes",
            "symbol-alt-narrow": "₲"
          },
          "QAR": {
            "displayName": "Katar-Riyal"
          },
          "RHD": {
            "displayName": "Rhodesischer Dollar",
            "displayName-count-one": "Rhodesische Dollar",
            "displayName-count-other": "Rhodesische Dollar"
          },
          "ROL": {
            "displayName": "Rumänischer Leu (1952–2006)",
            "displayName-count-one": "Rumänischer Leu (1952–2006)",
            "displayName-count-other": "Rumänische Leu (1952–2006)"
          },
          "RON": {
            "displayName": "Rumänischer Leu",
            "displayName-count-one": "Rumänischer Leu",
            "displayName-count-other": "Rumänische Leu",
            "symbol-alt-narrow": "L"
          },
          "RSD": {
            "displayName": "Serbischer Dinar",
            "displayName-count-one": "Serbischer Dinar",
            "displayName-count-other": "Serbische Dinaren"
          },
          "RUB": {
            "displayName": "Russischer Rubel",
            "displayName-count-one": "Russischer Rubel",
            "displayName-count-other": "Russische Rubel",
            "symbol-alt-narrow": "₽"
          },
          "RUR": {
            "displayName": "Russischer Rubel (1991–1998)",
            "displayName-count-one": "Russischer Rubel (1991–1998)",
            "displayName-count-other": "Russische Rubel (1991–1998)",
            "symbol-alt-narrow": "р."
          },
          "RWF": {
            "displayName": "Ruanda-Franc",
            "displayName-count-one": "Ruanda-Franc",
            "displayName-count-other": "Ruanda-Francs",
            "symbol-alt-narrow": "F.Rw"
          },
          "SAR": {
            "displayName": "Saudi-Rial"
          },
          "SBD": {
            "displayName": "Salomonen-Dollar",
            "symbol-alt-narrow": "$"
          },
          "SCR": {
            "displayName": "Seychellen-Rupie",
            "displayName-count-one": "Seychellen-Rupie",
            "displayName-count-other": "Seychellen-Rupien"
          },
          "SDD": {
            "displayName": "Sudanesischer Dinar (1992–2007)",
            "displayName-count-one": "Sudanesischer Dinar (1992–2007)",
            "displayName-count-other": "Sudanesische Dinar (1992–2007)"
          },
          "SDG": {
            "displayName": "Sudanesisches Pfund",
            "displayName-count-one": "Sudanesisches Pfund",
            "displayName-count-other": "Sudanesische Pfund"
          },
          "SDP": {
            "displayName": "Sudanesisches Pfund (1957–1998)",
            "displayName-count-one": "Sudanesisches Pfund (1957–1998)",
            "displayName-count-other": "Sudanesische Pfund (1957–1998)"
          },
          "SEK": {
            "displayName": "Schwedische Krone",
            "displayName-count-one": "Schwedische Krone",
            "displayName-count-other": "Schwedische Kronen",
            "symbol-alt-narrow": "kr"
          },
          "SGD": {
            "displayName": "Singapur-Dollar",
            "symbol-alt-narrow": "$"
          },
          "SHP": {
            "displayName": "St.-Helena-Pfund",
            "symbol-alt-narrow": "£"
          },
          "SIT": {
            "displayName": "Slowenischer Tolar",
            "displayName-count-one": "Slowenischer Tolar",
            "displayName-count-other": "Slowenische Tolar"
          },
          "SKK": {
            "displayName": "Slowakische Krone",
            "displayName-count-one": "Slowakische Kronen",
            "displayName-count-other": "Slowakische Kronen"
          },
          "SLE": {
            "displayName": "Sierra-leonischer Leone",
            "displayName-count-one": "Sierra-leonischer Leone",
            "displayName-count-other": "Sierra-leonische Leones"
          },
          "SLL": {
            "displayName": "Sierra-leonischer Leone (1964—2022)",
            "displayName-count-one": "Sierra-leonischer Leone (1964—2022)",
            "displayName-count-other": "Sierra-leonische Leones (1964—2022)"
          },
          "SOS": {
            "displayName": "Somalia-Schilling"
          },
          "SRD": {
            "displayName": "Suriname-Dollar",
            "symbol-alt-narrow": "$"
          },
          "SRG": {
            "displayName": "Suriname Gulden",
            "displayName-count-one": "Suriname-Gulden",
            "displayName-count-other": "Suriname-Gulden"
          },
          "SSP": {
            "displayName": "Südsudanesisches Pfund",
            "displayName-count-one": "Südsudanesisches Pfund",
            "displayName-count-other": "Südsudanesische Pfund",
            "symbol-alt-narrow": "£"
          },
          "STD": {
            "displayName": "São-toméischer Dobra (1977–2017)",
            "displayName-count-one": "São-toméischer Dobra (1977–2017)",
            "displayName-count-other": "São-toméische Dobra (1977–2017)"
          },
          "STN": {
            "displayName": "São-toméischer Dobra",
            "displayName-count-one": "São-toméischer Dobra",
            "displayName-count-other": "São-toméische Dobras",
            "symbol-alt-narrow": "Db"
          },
          "SUR": {
            "displayName": "Sowjetischer Rubel",
            "displayName-count-one": "Sowjetische Rubel",
            "displayName-count-other": "Sowjetische Rubel"
          },
          "SVC": {
            "displayName": "El Salvador Colon",
            "displayName-count-one": "El Salvador-Colon",
            "displayName-count-other": "El Salvador-Colon"
          },
          "SYP": {
            "displayName": "Syrisches Pfund",
            "displayName-count-one": "Syrisches Pfund",
            "displayName-count-other": "Syrische Pfund",
            "symbol-alt-narrow": "SYP"
          },
          "SZL": {
            "displayName": "Swasiländischer Lilangeni",
            "displayName-count-one": "Swasiländischer Lilangeni",
            "displayName-count-other": "Swasiländische Emalangeni"
          },
          "THB": {
            "displayName": "Thailändischer Baht",
            "displayName-count-one": "Thailändischer Baht",
            "displayName-count-other": "Thailändische Baht",
            "symbol": "฿",
            "symbol-alt-narrow": "฿"
          },
          "TJR": {
            "displayName": "Tadschikistan Rubel",
            "displayName-count-one": "Tadschikistan-Rubel",
            "displayName-count-other": "Tadschikistan-Rubel"
          },
          "TJS": {
            "displayName": "Tadschikistan-Somoni"
          },
          "TMM": {
            "displayName": "Turkmenistan-Manat (1993–2009)"
          },
          "TMT": {
            "displayName": "Turkmenistan-Manat"
          },
          "TND": {
            "displayName": "Tunesischer Dinar",
            "displayName-count-one": "Tunesischer Dinar",
            "displayName-count-other": "Tunesische Dinar"
          },
          "TOP": {
            "displayName": "Tongaischer Paʻanga",
            "displayName-count-one": "Tongaischer Paʻanga",
            "displayName-count-other": "Tongaische Paʻanga",
            "symbol-alt-narrow": "T$"
          },
          "TPE": {
            "displayName": "Timor-Escudo"
          },
          "TRL": {
            "displayName": "Türkische Lira (1922–2005)"
          },
          "TRY": {
            "displayName": "Türkische Lira",
            "symbol-alt-narrow": "₺",
            "symbol-alt-variant": "TL"
          },
          "TTD": {
            "displayName": "Trinidad-und-Tobago-Dollar",
            "symbol-alt-narrow": "$"
          },
          "TWD": {
            "displayName": "Neuer Taiwan-Dollar",
            "displayName-count-one": "Neuer Taiwan-Dollar",
            "displayName-count-other": "Neue Taiwan-Dollar",
            "symbol": "NT$",
            "symbol-alt-narrow": "NT$"
          },
          "TZS": {
            "displayName": "Tansania-Schilling"
          },
          "UAH": {
            "displayName": "Ukrainische Hrywnja",
            "displayName-count-one": "Ukrainische Hrywnja",
            "displayName-count-other": "Ukrainische Hrywen",
            "symbol-alt-narrow": "₴"
          },
          "UAK": {
            "displayName": "Ukrainischer Karbovanetz",
            "displayName-count-one": "Ukrainische Karbovanetz",
            "displayName-count-other": "Ukrainische Karbovanetz"
          },
          "UGS": {
            "displayName": "Uganda-Schilling (1966–1987)"
          },
          "UGX": {
            "displayName": "Uganda-Schilling"
          },
          "USD": {
            "displayName": "US-Dollar",
            "symbol": "$",
            "symbol-alt-narrow": "$"
          },
          "USN": {
            "displayName": "US Dollar (Nächster Tag)",
            "displayName-count-one": "US-Dollar (Nächster Tag)",
            "displayName-count-other": "US-Dollar (Nächster Tag)"
          },
          "USS": {
            "displayName": "US Dollar (Gleicher Tag)",
            "displayName-count-one": "US-Dollar (Gleicher Tag)",
            "displayName-count-other": "US-Dollar (Gleicher Tag)"
          },
          "UYI": {
            "displayName": "Uruguayischer Peso (Indexierte Rechnungseinheiten)",
            "displayName-count-one": "Uruguayischer Peso (Indexierte Rechnungseinheiten)",
            "displayName-count-other": "Uruguayische Pesos (Indexierte Rechnungseinheiten)"
          },
          "UYP": {
            "displayName": "Uruguayischer Peso (1975–1993)",
            "displayName-count-one": "Uruguayischer Peso (1975–1993)",
            "displayName-count-other": "Uruguayische Pesos (1975–1993)"
          },
          "UYU": {
            "displayName": "Uruguayischer Peso",
            "displayName-count-one": "Uruguayischer Peso",
            "displayName-count-other": "Uruguayische Pesos",
            "symbol-alt-narrow": "$"
          },
          "UZS": {
            "displayName": "Usbekistan-Sum"
          },
          "VEB": {
            "displayName": "Venezolanischer Bolívar (1871–2008)",
            "displayName-count-one": "Venezolanischer Bolívar (1871–2008)",
            "displayName-count-other": "Venezolanische Bolívares (1871–2008)"
          },
          "VEF": {
            "displayName": "Venezolanischer Bolívar (2008–2018)",
            "displayName-count-one": "Venezolanischer Bolívar (2008–2018)",
            "displayName-count-other": "Venezolanische Bolívares (2008–2018)",
            "symbol-alt-narrow": "Bs"
          },
          "VES": {
            "displayName": "Venezolanischer Bolívar",
            "displayName-count-one": "Venezolanischer Bolívar",
            "displayName-count-other": "Venezolanische Bolívares"
          },
          "VND": {
            "displayName": "Vietnamesischer Dong",
            "displayName-count-one": "Vietnamesischer Dong",
            "displayName-count-other": "Vietnamesische Dong",
            "symbol": "₫",
            "symbol-alt-narrow": "₫"
          },
          "VNN": {
            "displayName": "Vietnamesischer Dong(1978–1985)",
            "displayName-count-one": "Vietnamesischer Dong(1978–1985)",
            "displayName-count-other": "Vietnamesische Dong(1978–1985)"
          },
          "VUV": {
            "displayName": "Vanuatu-Vatu"
          },
          "WST": {
            "displayName": "Samoanischer Tala",
            "displayName-count-one": "Samoanischer Tala",
            "displayName-count-other": "Samoanische Tala"
          },
          "XAF": {
            "displayName": "CFA-Franc (BEAC)",
            "symbol": "FCFA"
          },
          "XAG": {
            "displayName": "Unze Silber",
            "displayName-count-one": "Unze Silber",
            "displayName-count-other": "Unzen Silber"
          },
          "XAU": {
            "displayName": "Unze Gold",
            "displayName-count-one": "Unze Gold",
            "displayName-count-other": "Unzen Gold"
          },
          "XBA": {
            "displayName": "Europäische Rechnungseinheit",
            "displayName-count-one": "Europäische Rechnungseinheiten",
            "displayName-count-other": "Europäische Rechnungseinheiten"
          },
          "XBB": {
            "displayName": "Europäische Währungseinheit (XBB)",
            "displayName-count-one": "Europäische Währungseinheiten (XBB)",
            "displayName-count-other": "Europäische Währungseinheiten (XBB)"
          },
          "XBC": {
            "displayName": "Europäische Rechnungseinheit (XBC)",
            "displayName-count-one": "Europäische Rechnungseinheiten (XBC)",
            "displayName-count-other": "Europäische Rechnungseinheiten (XBC)"
          },
          "XBD": {
            "displayName": "Europäische Rechnungseinheit (XBD)",
            "displayName-count-one": "Europäische Rechnungseinheiten (XBD)",
            "displayName-count-other": "Europäische Rechnungseinheiten (XBD)"
          },
          "XCD": {
            "displayName": "Ostkaribischer Dollar",
            "displayName-count-one": "Ostkaribischer Dollar",
            "displayName-count-other": "Ostkaribische Dollar",
            "symbol": "EC$",
            "symbol-alt-narrow": "$"
          },
          "XCG": {
            "symbol": "Cg."
          },
          "XDR": {
            "displayName": "Sonderziehungsrechte"
          },
          "XEU": {
            "displayName": "Europäische Währungseinheit (XEU)",
            "displayName-count-one": "Europäische Währungseinheiten (XEU)",
            "displayName-count-other": "Europäische Währungseinheiten (XEU)"
          },
          "XFO": {
            "displayName": "Französischer Gold-Franc",
            "displayName-count-one": "Französische Gold-Franc",
            "displayName-count-other": "Französische Gold-Franc"
          },
          "XFU": {
            "displayName": "Französischer UIC-Franc",
            "displayName-count-one": "Französische UIC-Franc",
            "displayName-count-other": "Französische UIC-Franc"
          },
          "XOF": {
            "displayName": "CFA-Franc (BCEAO)",
            "displayName-count-one": "CFA-Franc (BCEAO)",
            "displayName-count-other": "CFA-Francs (BCEAO)",
            "symbol": "F CFA"
          },
          "XPD": {
            "displayName": "Unze Palladium",
            "displayName-count-one": "Unze Palladium",
            "displayName-count-other": "Unzen Palladium"
          },
          "XPF": {
            "displayName": "CFP-Franc",
            "symbol": "CFPF"
          },
          "XPT": {
            "displayName": "Unze Platin",
            "displayName-count-one": "Unze Platin",
            "displayName-count-other": "Unzen Platin"
          },
          "XRE": {
            "displayName": "RINET Funds"
          },
          "XSU": {
            "displayName": "SUCRE"
          },
          "XTS": {
            "displayName": "Testwährung"
          },
          "XUA": {
            "displayName": "Rechnungseinheit der AfEB",
            "displayName-count-one": "Rechnungseinheit der AfEB",
            "displayName-count-other": "Rechnungseinheiten der AfEB"
          },
          "XXX": {
            "displayName": "Unbekannte Währung",
            "displayName-count-one": "(unbekannte Währung)",
            "displayName-count-other": "(unbekannte Währung)",
            "symbol": "XXX"
          },
          "YDD": {
            "displayName": "Jemen-Dinar"
          },
          "YER": {
            "displayName": "Jemen-Rial"
          },
          "YUD": {
            "displayName": "Jugoslawischer Dinar (1966–1990)",
            "displayName-count-one": "Jugoslawischer Dinar (1966–1990)",
            "displayName-count-other": "Jugoslawische Dinar (1966–1990)"
          },
          "YUM": {
            "displayName": "Jugoslawischer Neuer Dinar (1994–2002)",
            "displayName-count-one": "Jugoslawischer Neuer Dinar (1994–2002)",
            "displayName-count-other": "Jugoslawische Neue Dinar (1994–2002)"
          },
          "YUN": {
            "displayName": "Jugoslawischer Dinar (konvertibel)",
            "displayName-count-one": "Jugoslawische Dinar (konvertibel)",
            "displayName-count-other": "Jugoslawische Dinar (konvertibel)"
          },
          "YUR": {
            "displayName": "Jugoslawischer reformierter Dinar (1992–1993)",
            "displayName-count-one": "Jugoslawischer reformierter Dinar (1992–1993)",
            "displayName-count-other": "Jugoslawische reformierte Dinar (1992–1993)"
          },
          "ZAL": {
            "displayName": "Südafrikanischer Rand (Finanz)"
          },
          "ZAR": {
            "displayName": "Südafrikanischer Rand",
            "displayName-count-one": "Südafrikanischer Rand",
            "displayName-count-other": "Südafrikanische Rand",
            "symbol-alt-narrow": "R"
          },
          "ZMK": {
            "displayName": "Kwacha (1968–2012)"
          },
          "ZMW": {
            "displayName": "Kwacha",
            "symbol-alt-narrow": "K"
          },
          "ZRN": {
            "displayName": "Zaire-Neuer Zaïre (1993–1998)",
            "displayName-count-one": "Zaire-Neuer Zaïre (1993–1998)",
            "displayName-count-other": "Zaire-Neue Zaïre (1993–1998)"
          },
          "ZRZ": {
            "displayName": "Zaire-Zaïre (1971–1993)"
          },
          "ZWD": {
            "displayName": "Simbabwe-Dollar (1980–2008)"
          },
          "ZWL": {
            "displayName": "Simbabwe-Dollar (2009)"
          },
          "ZWR": {
            "displayName": "Simbabwe-Dollar (2008)"
          }
        }
      },
      "dates": {
        "calendars": {
          "islamic": {
            "months": {
              "format": {
                "abbreviated": {
                  "1": "Muh.",
                  "2": "Saf.",
                  "3": "Rab. I",
                  "4": "Rab. II",
                  "5": "Jum. I",
                  "6": "Jum. II",
                  "7": "Raj.",
                  "8": "Sha.",
                  "9": "Ram.",
                  "10": "Shaw.",
                  "11": "Dhuʻl-Q.",
                  "12": "Dhuʻl-H."
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4",
                  "5": "5",
                  "6": "6",
                  "7": "7",
                  "8": "8",
                  "9": "9",
                  "10": "10",
                  "11": "11",
                  "12": "12"
                },
                "wide": {
                  "1": "Muharram",
                  "2": "Safar",
                  "3": "Rabiʻ I",
                  "4": "Rabiʻ II",
                  "5": "Dschumada I",
                  "6": "Dschumada II",
                  "7": "Radschab",
                  "8": "Shaʻban",
                  "9": "Ramadan",
                  "10": "Shawwal",
                  "11": "Dhu l-qaʿda",
                  "12": "Dhu l-Hiddscha"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Muh.",
                  "2": "Saf.",
                  "3": "Rab. I",
                  "4": "Rab. II",
                  "5": "Jum. I",
                  "6": "Jum. II",
                  "7": "Raj.",
                  "8": "Sha.",
                  "9": "Ram.",
                  "10": "Shaw.",
                  "11": "Dhuʻl-Q.",
                  "12": "Dhuʻl-H."
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4",
                  "5": "5",
                  "6": "6",
                  "7": "7",
                  "8": "8",
                  "9": "9",
                  "10": "10",
                  "11": "11",
                  "12": "12"
                },
                "wide": {
                  "1": "Muharram",
                  "2": "Safar",
                  "3": "Rabiʻ I",
                  "4": "Rabiʻ II",
                  "5": "Dschumada I",
                  "6": "Dschumada II",
                  "7": "Radschab",
                  "8": "Shaʻban",
                  "9": "Ramadan",
                  "10": "Shawwal",
                  "11": "Dhu l-qaʿda",
                  "12": "Dhu l-Hiddscha"
                }
              }
            },
            "days": {
              "format": {
                "abbreviated": {
                  "sun": "So.",
                  "mon": "Mo.",
                  "tue": "Di.",
                  "wed": "Mi.",
                  "thu": "Do.",
                  "fri": "Fr.",
                  "sat": "Sa."
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "D",
                  "wed": "M",
                  "thu": "D",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "So.",
                  "mon": "Mo.",
                  "tue": "Di.",
                  "wed": "Mi.",
                  "thu": "Do.",
                  "fri": "Fr.",
                  "sat": "Sa."
                },
                "wide": {
                  "sun": "Sonntag",
                  "mon": "Montag",
                  "tue": "Dienstag",
                  "wed": "Mittwoch",
                  "thu": "Donnerstag",
                  "fri": "Freitag",
                  "sat": "Samstag"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "sun": "So",
                  "mon": "Mo",
                  "tue": "Di",
                  "wed": "Mi",
                  "thu": "Do",
                  "fri": "Fr",
                  "sat": "Sa"
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "D",
                  "wed": "M",
                  "thu": "D",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "So.",
                  "mon": "Mo.",
                  "tue": "Di.",
                  "wed": "Mi.",
                  "thu": "Do.",
                  "fri": "Fr.",
                  "sat": "Sa."
                },
                "wide": {
                  "sun": "Sonntag",
                  "mon": "Montag",
                  "tue": "Dienstag",
                  "wed": "Mittwoch",
                  "thu": "Donnerstag",
                  "fri": "Freitag",
                  "sat": "Samstag"
                }
              }
            },
            "quarters": {
              "format": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1. Quartal",
                  "2": "2. Quartal",
                  "3": "3. Quartal",
                  "4": "4. Quartal"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1. Quartal",
                  "2": "2. Quartal",
                  "3": "3. Quartal",
                  "4": "4. Quartal"
                }
              }
            },
            "dayPeriods": {
              "format": {
                "abbreviated": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "morgens",
                  "morning2": "vorm.",
                  "afternoon1": "mittags",
                  "afternoon2": "nachm.",
                  "evening1": "abends",
                  "night1": "nachts"
                },
                "narrow": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "morgens",
                  "morning2": "vorm.",
                  "afternoon1": "mittags",
                  "afternoon2": "nachm.",
                  "evening1": "abends",
                  "night1": "nachts"
                },
                "wide": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "morgens",
                  "morning2": "vormittags",
                  "afternoon1": "mittags",
                  "afternoon2": "nachmittags",
                  "evening1": "abends",
                  "night1": "nachts"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "Morgen",
                  "morning2": "Vorm.",
                  "afternoon1": "Mittag",
                  "afternoon2": "Nachm.",
                  "evening1": "Abend",
                  "night1": "Nacht"
                },
                "narrow": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "Morgen",
                  "morning2": "Vorm.",
                  "afternoon1": "Mittag",
                  "afternoon2": "Nachm.",
                  "evening1": "Abend",
                  "night1": "Nacht"
                },
                "wide": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "Morgen",
                  "morning2": "Vormittag",
                  "afternoon1": "Mittag",
                  "afternoon2": "Nachmittag",
                  "evening1": "Abend",
                  "night1": "Nacht"
                }
              }
            },
            "eras": {
              "eraNames": {
                "0": "AH"
              },
              "eraAbbr": {
                "0": "AH"
              },
              "eraNarrow": {
                "0": "AH"
              }
            },
            "dateFormats": {
              "full": "EEEE, d. MMMM y G",
              "long": "d. MMMM y G",
              "medium": "dd.MM.y G",
              "short": "dd.MM.yy GGGGG"
            },
            "dateSkeletons": {
              "full": "GyMMMMEEEEd",
              "long": "GyMMMMd",
              "medium": "GyMMdd",
              "short": "GGGGGyyMMdd"
            },
            "timeFormats": {
              "full": "HH:mm:ss zzzz",
              "long": "HH:mm:ss z",
              "medium": "HH:mm:ss",
              "short": "HH:mm"
            },
            "timeSkeletons": {
              "full": "HHmmsszzzz",
              "long": "HHmmssz",
              "medium": "HHmmss",
              "short": "HHmm"
            },
            "dateTimeFormats": {
              "full": "{1}, {0}",
              "long": "{1}, {0}",
              "medium": "{1}, {0}",
              "short": "{1}, {0}",
              "availableFormats": {
                "Bh": "h B",
                "Bhm": "h:mm B",
                "Bhms": "h:mm:ss B",
                "d": "d",
                "E": "ccc",
                "EBhm": "E h:mm B",
                "EBhms": "E h:mm:ss B",
                "Ed": "E, d.",
                "Ehm": "E h:mm a",
                "EHm": "E HH:mm",
                "Ehms": "E h:mm:ss a",
                "EHms": "E HH:mm:ss",
                "Gy": "y G",
                "GyMd": "d.M.y GGGGG",
                "GyMMM": "MMM y G",
                "GyMMMd": "d. MMM y G",
                "GyMMMEd": "E, d. MMM y G",
                "h": "h a",
                "H": "HH 'Uhr'",
                "hm": "h:mm a",
                "Hm": "HH:mm",
                "hms": "h:mm:ss a",
                "Hms": "HH:mm:ss",
                "M": "L",
                "Md": "d.M.",
                "MEd": "E, d.M.",
                "MMM": "LLL",
                "MMMd": "d. MMM",
                "MMMEd": "E, d. MMM",
                "MMMMd": "d. MMMM",
                "ms": "mm:ss",
                "y": "y G",
                "yyyy": "y G",
                "yyyyM": "M/y GGGGG",
                "yyyyMd": "d.M.y GGGGG",
                "yyyyMEd": "E, d.M.y GGGGG",
                "yyyyMMM": "MMM y G",
                "yyyyMMMd": "d. MMM y G",
                "yyyyMMMEd": "E, d. MMM y G",
                "yyyyMMMM": "MMMM y G",
                "yyyyQQQ": "QQQ y G",
                "yyyyQQQQ": "QQQQ y G"
              },
              "appendItems": {
                "Day": "{0} ({2}: {1})",
                "Day-Of-Week": "{0} {1}",
                "Era": "{1} {0}",
                "Hour": "{0} ({2}: {1})",
                "Minute": "{0} ({2}: {1})",
                "Month": "{0} ({2}: {1})",
                "Quarter": "{0} ({2}: {1})",
                "Second": "{0} ({2}: {1})",
                "Timezone": "{0} {1}",
                "Week": "{0} ({2}: {1})",
                "Year": "{1} {0}"
              },
              "intervalFormats": {
                "intervalFormatFallback": "{0} – {1}",
                "Bh": {
                  "B": "h B – h B",
                  "h": "h–h B"
                },
                "Bhm": {
                  "B": "h:mm B – h:mm B",
                  "h": "h:mm–h:mm B",
                  "m": "h:mm–h:mm B"
                },
                "d": {
                  "d": "d.–d."
                },
                "Gy": {
                  "G": "G y – G y",
                  "y": "G y–y"
                },
                "GyM": {
                  "G": "GGGGG y-MM – GGGGG y-MM",
                  "M": "GGGGG y-MM – y-MM",
                  "y": "GGGGG y-MM – y-MM"
                },
                "GyMd": {
                  "d": "GGGGG y-MM-dd – y-MM-dd",
                  "G": "GGGGG y-MM-dd – GGGGG y-MM-dd",
                  "M": "GGGGG y-MM-dd – y-MM-dd",
                  "y": "GGGGG y-MM-dd – y-MM-dd"
                },
                "GyMEd": {
                  "d": "GGGGG y-MM-dd, E – y-MM-dd, E",
                  "G": "GGGGG y-MM-dd, E – GGGGG y-MM-dd, E",
                  "M": "GGGGG y-MM-dd, E – y-MM-dd, E",
                  "y": "GGGGG y-MM-dd, E – y-MM-dd, E"
                },
                "GyMMM": {
                  "G": "G y MMM – G y MMM",
                  "M": "G y MMM–MMM",
                  "y": "G y MMM – y MMM"
                },
                "GyMMMd": {
                  "d": "G y MMM d–d",
                  "G": "G y MMM d – G y MMM d",
                  "M": "G y MMM d – MMM d",
                  "y": "G y MMM d – y MMM d"
                },
                "GyMMMEd": {
                  "d": "G y MMM d, E – MMM d, E",
                  "G": "G y MMM d, E – G y MMM d, E",
                  "M": "G y MMM d, E – MMM d, E",
                  "y": "G y MMM d, E – y MMM d, E"
                },
                "h": {
                  "a": "h a – h a",
                  "h": "h–h a"
                },
                "H": {
                  "H": "HH–HH 'Uhr'"
                },
                "hm": {
                  "a": "h:mm a – h:mm a",
                  "h": "h:mm–h:mm a",
                  "m": "h:mm–h:mm a"
                },
                "Hm": {
                  "H": "HH:mm–HH:mm",
                  "m": "HH:mm–HH:mm"
                },
                "hmv": {
                  "a": "h:mm a – h:mm a v",
                  "h": "h:mm–h:mm a v",
                  "m": "h:mm–h:mm a v"
                },
                "Hmv": {
                  "H": "HH:mm–HH:mm v",
                  "m": "HH:mm–HH:mm v"
                },
                "hv": {
                  "a": "h a – h a v",
                  "h": "h–h a v"
                },
                "Hv": {
                  "H": "HH–HH 'Uhr' v"
                },
                "M": {
                  "M": "M.–M."
                },
                "Md": {
                  "d": "dd.MM. – dd.MM.",
                  "M": "dd.MM. – dd.MM."
                },
                "MEd": {
                  "d": "E, dd.MM. – E, dd.MM.",
                  "M": "E, dd.MM. – E, dd.MM."
                },
                "MMM": {
                  "M": "MMM–MMM"
                },
                "MMMd": {
                  "d": "d.–d. MMM",
                  "M": "d. MMM – d. MMM"
                },
                "MMMEd": {
                  "d": "E, d. – E, d. MMM",
                  "M": "E, d. MMM – E, d. MMM"
                },
                "MMMM": {
                  "M": "LLLL–LLLL"
                },
                "y": {
                  "y": "y–y G"
                },
                "yM": {
                  "M": "M/y – M/y G",
                  "y": "M/y – M/y G"
                },
                "yMd": {
                  "d": "dd.MM.y – dd.MM.y G",
                  "M": "dd.MM.y – dd.MM.y G",
                  "y": "dd.MM.y – dd.MM.y G"
                },
                "yMEd": {
                  "d": "E, dd.MM.y – E, dd.MM.y G",
                  "M": "E, dd.MM.y – E, dd.MM.y G",
                  "y": "E, dd.MM.y – E, dd.MM.y G"
                },
                "yMMM": {
                  "M": "MMM–MMM y G",
                  "y": "MMM y – MMM y G"
                },
                "yMMMd": {
                  "d": "d.–d. MMM y G",
                  "M": "d. MMM – d. MMM y G",
                  "y": "d. MMM y – d. MMM y G"
                },
                "yMMMEd": {
                  "d": "E, d. – E, d. MMM y G",
                  "M": "E, d. MMM – E, d. MMM y G",
                  "y": "E, d. MMM y – E, d. MMM y G"
                },
                "yMMMM": {
                  "M": "MMMM–MMMM y G",
                  "y": "MMMM y – MMMM y G"
                }
              }
            },
            "dateTimeFormats-atTime": {
              "standard": {
                "full": "{1} 'um' {0}",
                "long": "{1} 'um' {0}",
                "medium": "{1}, {0}",
                "short": "{1}, {0}"
              }
            }
          },
          "gregorian": {
            "months": {
              "format": {
                "abbreviated": {
                  "1": "Jan.",
                  "2": "Feb.",
                  "3": "März",
                  "4": "Apr.",
                  "5": "Mai",
                  "6": "Juni",
                  "7": "Juli",
                  "8": "Aug.",
                  "9": "Sept.",
                  "10": "Okt.",
                  "11": "Nov.",
                  "12": "Dez."
                },
                "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": "Januar",
                  "2": "Februar",
                  "3": "März",
                  "4": "April",
                  "5": "Mai",
                  "6": "Juni",
                  "7": "Juli",
                  "8": "August",
                  "9": "September",
                  "10": "Oktober",
                  "11": "November",
                  "12": "Dezember"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Jan",
                  "2": "Feb",
                  "3": "Mär",
                  "4": "Apr",
                  "5": "Mai",
                  "6": "Jun",
                  "7": "Jul",
                  "8": "Aug",
                  "9": "Sep",
                  "10": "Okt",
                  "11": "Nov",
                  "12": "Dez"
                },
                "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": "Januar",
                  "2": "Februar",
                  "3": "März",
                  "4": "April",
                  "5": "Mai",
                  "6": "Juni",
                  "7": "Juli",
                  "8": "August",
                  "9": "September",
                  "10": "Oktober",
                  "11": "November",
                  "12": "Dezember"
                }
              }
            },
            "days": {
              "format": {
                "abbreviated": {
                  "sun": "So.",
                  "mon": "Mo.",
                  "tue": "Di.",
                  "wed": "Mi.",
                  "thu": "Do.",
                  "fri": "Fr.",
                  "sat": "Sa."
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "D",
                  "wed": "M",
                  "thu": "D",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "So.",
                  "mon": "Mo.",
                  "tue": "Di.",
                  "wed": "Mi.",
                  "thu": "Do.",
                  "fri": "Fr.",
                  "sat": "Sa."
                },
                "wide": {
                  "sun": "Sonntag",
                  "mon": "Montag",
                  "tue": "Dienstag",
                  "wed": "Mittwoch",
                  "thu": "Donnerstag",
                  "fri": "Freitag",
                  "sat": "Samstag"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "sun": "So",
                  "mon": "Mo",
                  "tue": "Di",
                  "wed": "Mi",
                  "thu": "Do",
                  "fri": "Fr",
                  "sat": "Sa"
                },
                "narrow": {
                  "sun": "S",
                  "mon": "M",
                  "tue": "D",
                  "wed": "M",
                  "thu": "D",
                  "fri": "F",
                  "sat": "S"
                },
                "short": {
                  "sun": "So.",
                  "mon": "Mo.",
                  "tue": "Di.",
                  "wed": "Mi.",
                  "thu": "Do.",
                  "fri": "Fr.",
                  "sat": "Sa."
                },
                "wide": {
                  "sun": "Sonntag",
                  "mon": "Montag",
                  "tue": "Dienstag",
                  "wed": "Mittwoch",
                  "thu": "Donnerstag",
                  "fri": "Freitag",
                  "sat": "Samstag"
                }
              }
            },
            "quarters": {
              "format": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1. Quartal",
                  "2": "2. Quartal",
                  "3": "3. Quartal",
                  "4": "4. Quartal"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "1": "Q1",
                  "2": "Q2",
                  "3": "Q3",
                  "4": "Q4"
                },
                "narrow": {
                  "1": "1",
                  "2": "2",
                  "3": "3",
                  "4": "4"
                },
                "wide": {
                  "1": "1. Quartal",
                  "2": "2. Quartal",
                  "3": "3. Quartal",
                  "4": "4. Quartal"
                }
              }
            },
            "dayPeriods": {
              "format": {
                "abbreviated": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "morgens",
                  "morning2": "vorm.",
                  "afternoon1": "mittags",
                  "afternoon2": "nachm.",
                  "evening1": "abends",
                  "night1": "nachts"
                },
                "narrow": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "morgens",
                  "morning2": "vorm.",
                  "afternoon1": "mittags",
                  "afternoon2": "nachm.",
                  "evening1": "abends",
                  "night1": "nachts"
                },
                "wide": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "morgens",
                  "morning2": "vormittags",
                  "afternoon1": "mittags",
                  "afternoon2": "nachmittags",
                  "evening1": "abends",
                  "night1": "nachts"
                }
              },
              "stand-alone": {
                "abbreviated": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "Morgen",
                  "morning2": "Vorm.",
                  "afternoon1": "Mittag",
                  "afternoon2": "Nachm.",
                  "evening1": "Abend",
                  "night1": "Nacht"
                },
                "narrow": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "Morgen",
                  "morning2": "Vorm.",
                  "afternoon1": "Mittag",
                  "afternoon2": "Nachm.",
                  "evening1": "Abend",
                  "night1": "Nacht"
                },
                "wide": {
                  "midnight": "Mitternacht",
                  "am": "AM",
                  "pm": "PM",
                  "morning1": "Morgen",
                  "morning2": "Vormittag",
                  "afternoon1": "Mittag",
                  "afternoon2": "Nachmittag",
                  "evening1": "Abend",
                  "night1": "Nacht"
                }
              }
            },
            "eras": {
              "eraNames": {
                "0": "v. Chr.",
                "1": "n. Chr.",
                "0-alt-variant": "vor unserer Zeitrechnung",
                "1-alt-variant": "unserer Zeitrechnung"
              },
              "eraAbbr": {
                "0": "v. Chr.",
                "1": "n. Chr.",
                "0-alt-variant": "v. u. Z.",
                "1-alt-variant": "u. Z."
              },
              "eraNarrow": {
                "0": "v. Chr.",
                "1": "n. Chr.",
                "0-alt-variant": "v. u. Z.",
                "1-alt-variant": "u. Z."
              }
            },
            "dateFormats": {
              "full": "EEEE, d. MMMM y",
              "long": "d. MMMM y",
              "medium": "dd.MM.y",
              "short": "dd.MM.yy"
            },
            "dateSkeletons": {
              "full": "yMMMMEEEEd",
              "long": "yMMMMd",
              "medium": "yMMdd",
              "short": "yyMMdd"
            },
            "timeFormats": {
              "full": "HH:mm:ss zzzz",
              "long": "HH:mm:ss z",
              "medium": "HH:mm:ss",
              "short": "HH:mm"
            },
            "timeSkeletons": {
              "full": "HHmmsszzzz",
              "long": "HHmmssz",
              "medium": "HHmmss",
              "short": "HHmm"
            },
            "dateTimeFormats": {
              "full": "{1}, {0}",
              "long": "{1}, {0}",
              "medium": "{1}, {0}",
              "short": "{1}, {0}",
              "availableFormats": {
                "Bh": "h B",
                "Bhm": "h:mm B",
                "Bhms": "h:mm:ss B",
                "d": "d",
                "E": "ccc",
                "EBhm": "E h:mm B",
                "EBhms": "E h:mm:ss B",
                "Ed": "E, d.",
                "Ehm": "E h:mm a",
                "EHm": "E, HH:mm",
                "Ehms": "E, h:mm:ss a",
                "EHms": "E, HH:mm:ss",
                "Gy": "y G",
                "GyMd": "dd.MM.y G",
                "GyMMM": "MMM y G",
                "GyMMMd": "d. MMM y G",
                "GyMMMEd": "E, d. MMM y G",
                "h": "h 'Uhr' a",
                "H": "HH 'Uhr'",
                "hm": "h:mm a",
                "Hm": "HH:mm",
                "hms": "h:mm:ss a",
                "Hms": "HH:mm:ss",
                "hmsv": "h:mm:ss a v",
                "Hmsv": "HH:mm:ss v",
                "hmv": "h:mm a v",
                "Hmv": "HH:mm v",
                "M": "L",
                "Md": "d.M.",
                "MEd": "E, d.M.",
                "MMd": "d.MM.",
                "MMdd": "dd.MM.",
                "MMM": "LLL",
                "MMMd": "d. MMM",
                "MMMEd": "E, d. MMM",
                "MMMMd": "d. MMMM",
                "MMMMEd": "E, d. MMMM",
                "MMMMW-count-one": "'Woche' W 'im' MMMM",
                "MMMMW-count-other": "'Woche' W 'im' MMMM",
                "ms": "mm:ss",
                "y": "y",
                "yM": "M/y",
                "yMd": "d.M.y",
                "yMEd": "E, d.M.y",
                "yMM": "MM.y",
                "yMMdd": "dd.MM.y",
                "yMMM": "MMM y",
                "yMMMd": "d. MMM y",
                "yMMMEd": "E, d. MMM y",
                "yMMMM": "MMMM y",
                "yQQQ": "QQQ y",
                "yQQQQ": "QQQQ y",
                "yw-count-one": "'Woche' w 'des' 'Jahres' Y",
                "yw-count-other": "'Woche' w 'des' 'Jahres' Y"
              },
              "appendItems": {
                "Day": "{0} ({2}: {1})",
                "Day-Of-Week": "{0} {1}",
                "Era": "{1} {0}",
                "Hour": "{0} ({2}: {1})",
                "Minute": "{0} ({2}: {1})",
                "Month": "{0} ({2}: {1})",
                "Quarter": "{0} ({2}: {1})",
                "Second": "{0} ({2}: {1})",
                "Timezone": "{0} {1}",
                "Week": "{0} ({2}: {1})",
                "Year": "{1} {0}"
              },
              "intervalFormats": {
                "intervalFormatFallback": "{0} – {1}",
                "Bh": {
                  "B": "h 'Uhr' B – h 'Uhr' B",
                  "h": "h–h 'Uhr' B"
                },
                "Bhm": {
                  "B": "h:mm 'Uhr' B – h:mm 'Uhr' B",
                  "h": "h:mm – h:mm 'Uhr' B",
                  "m": "h:mm – h:mm 'Uhr' B"
                },
                "d": {
                  "d": "d.–d."
                },
                "Gy": {
                  "G": "y G – y G",
                  "y": "y–y G"
                },
                "GyM": {
                  "G": "MM/y G – MM/y G",
                  "M": "MM/y – MM/y G",
                  "y": "MM/y – MM/y G"
                },
                "GyMd": {
                  "d": "dd.–dd.MM.y G",
                  "G": "dd.MM.y G – dd.MM.y G",
                  "M": "dd.MM. – dd.MM.y G",
                  "y": "dd.MM.y – dd.MM.y G"
                },
                "GyMEd": {
                  "d": "E, dd.MM.y – E, dd.MM.y G",
                  "G": "E, dd.MM.y G – E, dd.MM.y G",
                  "M": "E, dd.MM. – E, dd.MM.y G",
                  "y": "E, dd.MM.y – E, dd.MM.y G"
                },
                "GyMMM": {
                  "G": "MMM y G – MMM y G",
                  "M": "MMM–MMM y G",
                  "y": "MMM y – MMM y G"
                },
                "GyMMMd": {
                  "d": "d.–d. MMM y G",
                  "G": "d. MMM y G – d. MMM y G",
                  "M": "d. MMM – d. MMM y G",
                  "y": "d. MMM y – d. MMM y G"
                },
                "GyMMMEd": {
                  "d": "E, d. – E, d. MMM y G",
                  "G": "E, d. MMM y G – E E, d. MMM y G",
                  "M": "E, d. MMM – E, d. MMM y G",
                  "y": "E, d. MMM y – E, d. MMM y G"
                },
                "h": {
                  "a": "h 'Uhr' a – h 'Uhr' a",
                  "h": "h – h 'Uhr' a"
                },
                "H": {
                  "H": "HH–HH 'Uhr'"
                },
                "hm": {
                  "a": "h:mm a – h:mm a",
                  "h": "h:mm–h:mm a",
                  "m": "h:mm–h:mm a"
                },
                "Hm": {
                  "H": "HH:mm–HH:mm 'Uhr'",
                  "m": "HH:mm–HH:mm 'Uhr'"
                },
                "hmv": {
                  "a": "h:mm a – h:mm a v",
                  "h": "h:mm–h:mm a v",
                  "m": "h:mm–h:mm a v"
                },
                "Hmv": {
                  "H": "HH:mm–HH:mm 'Uhr' v",
                  "m": "HH:mm–HH:mm 'Uhr' v"
                },
                "hv": {
                  "a": "h a – h a v",
                  "h": "h–h a v"
                },
                "Hv": {
                  "H": "HH–HH 'Uhr' v"
                },
                "M": {
                  "M": "MM–MM"
                },
                "Md": {
                  "d": "dd.–dd.MM.",
                  "M": "dd.MM. – dd.MM."
                },
                "MEd": {
                  "d": "E, dd. – E, dd.MM.",
                  "M": "E, dd.MM. – E, dd.MM."
                },
                "MMM": {
                  "M": "MMM–MMM"
                },
                "MMMd": {
                  "d": "d.–d. MMM",
                  "M": "d. MMM – d. MMM"
                },
                "MMMEd": {
                  "d": "E, d. – E, d. MMM",
                  "M": "E, d. MMM – E, d. MMM"
                },
                "MMMM": {
                  "M": "LLLL–LLLL"
                },
                "y": {
                  "y": "y–y"
                },
                "yM": {
                  "M": "M/y – M/y",
                  "y": "M/y – M/y"
                },
                "yMd": {
                  "d": "dd.–dd.MM.y",
                  "M": "dd.MM. – dd.MM.y",
                  "y": "dd.MM.y – dd.MM.y"
                },
                "yMEd": {
                  "d": "E, dd. – E, dd.MM.y",
                  "M": "E, dd.MM. – E, dd.MM.y",
                  "y": "E, dd.MM.y – E, dd.MM.y"
                },
                "yMMM": {
                  "M": "MMM–MMM y",
                  "y": "MMM y – MMM y"
                },
                "yMMMd": {
                  "d": "d.–d. MMM y",
                  "M": "d. MMM – d. MMM y",
                  "y": "d. MMM y – d. MMM y"
                },
                "yMMMEd": {
                  "d": "E, d. – E, d. MMM y",
                  "M": "E, d. MMM – E, d. MMM y",
                  "y": "E, d. MMM y – E, d. MMM y"
                },
                "yMMMM": {
                  "M": "MMMM–MMMM y",
                  "y": "MMMM y – MMMM y"
                }
              }
            },
            "dateTimeFormats-atTime": {
              "standard": {
                "full": "{1} 'um' {0}",
                "long": "{1} 'um' {0}",
                "medium": "{1}, {0}",
                "short": "{1}, {0}"
              }
            }
          }
        },
        "timeZoneNames": {
          "hourFormat": "+HH:mm;-HH:mm",
          "gmtFormat": "GMT{0}",
          "gmtZeroFormat": "GMT",
          "regionFormat": "{0} (Ortszeit)",
          "regionFormat-type-daylight": "{0} (Sommerzeit)",
          "regionFormat-type-standard": "{0} (Normalzeit)",
          "fallbackFormat": "{1} ({0})",
          "zone": {
            "America": {
              "Asuncion": {
                "exemplarCity": "Asunción"
              },
              "Bahia_Banderas": {
                "exemplarCity": "Bahia Banderas"
              },
              "Bogota": {
                "exemplarCity": "Bogotá"
              },
              "Cancun": {
                "exemplarCity": "Cancún"
              },
              "Cayman": {
                "exemplarCity": "Kaimaninseln"
              },
              "Ciudad_Juarez": {
                "exemplarCity": "Ciudad Juárez"
              },
              "Coral_Harbour": {
                "exemplarCity": "Atikokan"
              },
              "Cordoba": {
                "exemplarCity": "Córdoba"
              },
              "Curacao": {
                "exemplarCity": "Curaçao"
              },
              "Godthab": {
                "exemplarCity": "Nuuk"
              },
              "Havana": {
                "exemplarCity": "Havanna"
              },
              "Indiana": {
                "Vincennes": {
                  "exemplarCity": "Vincennes, Indiana"
                },
                "Petersburg": {
                  "exemplarCity": "Petersburg, Indiana"
                },
                "Tell_City": {
                  "exemplarCity": "Tell City, Indiana"
                },
                "Knox": {
                  "exemplarCity": "Knox, Indiana"
                },
                "Winamac": {
                  "exemplarCity": "Winamac, Indiana"
                },
                "Marengo": {
                  "exemplarCity": "Marengo, Indiana"
                },
                "Vevay": {
                  "exemplarCity": "Vevay, Indiana"
                }
              },
              "Jamaica": {
                "exemplarCity": "Jamaika"
              },
              "Kentucky": {
                "Monticello": {
                  "exemplarCity": "Monticello, Kentucky"
                }
              },
              "Lower_Princes": {
                "exemplarCity": "Lower Prince’s Quarter"
              },
              "Merida": {
                "exemplarCity": "Merida"
              },
              "Mexico_City": {
                "exemplarCity": "Mexiko-Stadt"
              },
              "North_Dakota": {
                "Beulah": {
                  "exemplarCity": "Beulah, North Dakota"
                },
                "New_Salem": {
                  "exemplarCity": "New Salem, North Dakota"
                },
                "Center": {
                  "exemplarCity": "Center, North Dakota"
                }
              },
              "Sao_Paulo": {
                "exemplarCity": "São Paulo"
              },
              "Scoresbysund": {
                "exemplarCity": "Ittoqqortoormiit"
              },
              "St_Barthelemy": {
                "exemplarCity": "Saint-Barthélemy"
              },
              "St_Johns": {
                "exemplarCity": "St. John’s"
              },
              "St_Kitts": {
                "exemplarCity": "St. Kitts"
              },
              "St_Lucia": {
                "exemplarCity": "St. Lucia"
              },
              "St_Thomas": {
                "exemplarCity": "St. Thomas"
              },
              "St_Vincent": {
                "exemplarCity": "St. Vincent"
              }
            },
            "Atlantic": {
              "Azores": {
                "exemplarCity": "Azoren"
              },
              "Canary": {
                "exemplarCity": "Kanaren"
              },
              "Cape_Verde": {
                "exemplarCity": "Cabo Verde"
              },
              "Faeroe": {
                "exemplarCity": "Färöer"
              },
              "Reykjavik": {
                "exemplarCity": "Reyk­ja­vík"
              },
              "South_Georgia": {
                "exemplarCity": "Südgeorgien"
              },
              "St_Helena": {
                "exemplarCity": "St. Helena"
              }
            },
            "Europe": {
              "Astrakhan": {
                "exemplarCity": "Astrachan"
              },
              "Athens": {
                "exemplarCity": "Athen"
              },
              "Belgrade": {
                "exemplarCity": "Belgrad"
              },
              "Brussels": {
                "exemplarCity": "Brüssel"
              },
              "Bucharest": {
                "exemplarCity": "Bukarest"
              },
              "Busingen": {
                "exemplarCity": "Büsingen"
              },
              "Copenhagen": {
                "exemplarCity": "Kopenhagen"
              },
              "Dublin": {
                "long": {
                  "daylight": "Irische Sommerzeit"
                }
              },
              "Kiev": {
                "exemplarCity": "Kiew"
              },
              "Kirov": {
                "exemplarCity": "Kirow"
              },
              "Lisbon": {
                "exemplarCity": "Lissabon"
              },
              "London": {
                "long": {
                  "daylight": "Britische Sommerzeit"
                }
              },
              "Luxembourg": {
                "exemplarCity": "Luxemburg"
              },
              "Moscow": {
                "exemplarCity": "Moskau"
              },
              "Prague": {
                "exemplarCity": "Prag"
              },
              "Rome": {
                "exemplarCity": "Rom"
              },
              "Saratov": {
                "exemplarCity": "Saratow"
              },
              "Tirane": {
                "exemplarCity": "Tirana"
              },
              "Ulyanovsk": {
                "exemplarCity": "Uljanowsk"
              },
              "Vatican": {
                "exemplarCity": "Vatikan"
              },
              "Vienna": {
                "exemplarCity": "Wien"
              },
              "Volgograd": {
                "exemplarCity": "Wolgograd"
              },
              "Warsaw": {
                "exemplarCity": "Warschau"
              },
              "Zurich": {
                "exemplarCity": "Zürich"
              }
            },
            "Africa": {
              "Addis_Ababa": {
                "exemplarCity": "Addis Abeba"
              },
              "Algiers": {
                "exemplarCity": "Algier"
              },
              "Asmera": {
                "exemplarCity": "Asmara"
              },
              "Cairo": {
                "exemplarCity": "Kairo"
              },
              "Dar_es_Salaam": {
                "exemplarCity": "Daressalam"
              },
              "Djibouti": {
                "exemplarCity": "Dschibuti"
              },
              "El_Aaiun": {
                "exemplarCity": "El Aaiún"
              },
              "Khartoum": {
                "exemplarCity": "Khartum"
              },
              "Lome": {
                "exemplarCity": "Lomé"
              },
              "Mogadishu": {
                "exemplarCity": "Mogadischu"
              },
              "Ndjamena": {
                "exemplarCity": "N’Djamena"
              },
              "Porto-Novo": {
                "exemplarCity": "Porto Novo"
              },
              "Sao_Tome": {
                "exemplarCity": "São Tomé"
              },
              "Tripoli": {
                "exemplarCity": "Tripolis"
              }
            },
            "Asia": {
              "Aqtobe": {
                "exemplarCity": "Aktobe"
              },
              "Ashgabat": {
                "exemplarCity": "Aşgabat"
              },
              "Baghdad": {
                "exemplarCity": "Bagdad"
              },
              "Bishkek": {
                "exemplarCity": "Bischkek"
              },
              "Brunei": {
                "exemplarCity": "Brunei Darussalam"
              },
              "Calcutta": {
                "exemplarCity": "Kalkutta"
              },
              "Chita": {
                "exemplarCity": "Tschita"
              },
              "Choibalsan": {
                "exemplarCity": "Tschoibalsan"
              },
              "Damascus": {
                "exemplarCity": "Damaskus"
              },
              "Dushanbe": {
                "exemplarCity": "Duschanbe"
              },
              "Hong_Kong": {
                "exemplarCity": "Hongkong"
              },
              "Hovd": {
                "exemplarCity": "Chowd"
              },
              "Kamchatka": {
                "exemplarCity": "Kamtschatka"
              },
              "Karachi": {
                "exemplarCity": "Karatschi"
              },
              "Katmandu": {
                "exemplarCity": "Kathmandu"
              },
              "Khandyga": {
                "exemplarCity": "Chandyga"
              },
              "Krasnoyarsk": {
                "exemplarCity": "Krasnojarsk"
              },
              "Macau": {
                "exemplarCity": "Macau"
              },
              "Muscat": {
                "exemplarCity": "Maskat"
              },
              "Nicosia": {
                "exemplarCity": "Nikosia"
              },
              "Novokuznetsk": {
                "exemplarCity": "Nowokuznetsk"
              },
              "Novosibirsk": {
                "exemplarCity": "Nowosibirsk"
              },
              "Pyongyang": {
                "exemplarCity": "Pjöngjang"
              },
              "Qatar": {
                "exemplarCity": "Katar"
              },
              "Qostanay": {
                "exemplarCity": "Qostanai"
              },
              "Qyzylorda": {
                "exemplarCity": "Qysylorda"
              },
              "Rangoon": {
                "exemplarCity": "Rangun"
              },
              "Riyadh": {
                "exemplarCity": "Riad"
              },
              "Saigon": {
                "exemplarCity": "Ho-Chi-Minh-Stadt"
              },
              "Sakhalin": {
                "exemplarCity": "Sachalin"
              },
              "Singapore": {
                "exemplarCity": "Singapur"
              },
              "Taipei": {
                "exemplarCity": "Taipeh"
              },
              "Tashkent": {
                "exemplarCity": "Taschkent"
              },
              "Tbilisi": {
                "exemplarCity": "Tiflis"
              },
              "Tehran": {
                "exemplarCity": "Teheran"
              },
              "Tokyo": {
                "exemplarCity": "Tokio"
              },
              "Urumqi": {
                "exemplarCity": "Ürümqi"
              },
              "Vladivostok": {
                "exemplarCity": "Wladiwostok"
              },
              "Yakutsk": {
                "exemplarCity": "Jakutsk"
              },
              "Yekaterinburg": {
                "exemplarCity": "Jekaterinburg"
              },
              "Yerevan": {
                "exemplarCity": "Eriwan"
              }
            },
            "Indian": {
              "Christmas": {
                "exemplarCity": "Weihnachtsinsel"
              },
              "Comoro": {
                "exemplarCity": "Komoren"
              },
              "Maldives": {
                "exemplarCity": "Malediven"
              },
              "Reunion": {
                "exemplarCity": "Réunion"
              }
            },
            "Pacific": {
              "Easter": {
                "exemplarCity": "Osterinsel"
              },
              "Enderbury": {
                "exemplarCity": "Enderbury"
              },
              "Fiji": {
                "exemplarCity": "Fidschi"
              },
              "Honolulu": {
                "exemplarCity": "Honolulu"
              },
              "Ponape": {
                "exemplarCity": "Pohnpei"
              },
              "Truk": {
                "exemplarCity": "Chuuk"
              }
            },
            "Antarctica": {
              "DumontDUrville": {
                "exemplarCity": "Dumont d’Urville"
              },
              "Vostok": {
                "exemplarCity": "Wostok"
              }
            },
            "Etc": {
              "UTC": {
                "long": {
                  "standard": "Koordinierte Weltzeit"
                },
                "short": {
                  "standard": "UTC"
                }
              },
              "Unknown": {
                "exemplarCity": "Unbekannt"
              }
            }
          },
          "metazone": {
            "Acre": {
              "long": {
                "generic": "Acre-Zeit",
                "standard": "Acre-Normalzeit",
                "daylight": "Acre-Sommerzeit"
              }
            },
            "Afghanistan": {
              "long": {
                "standard": "Afghanistan-Zeit"
              }
            },
            "Africa_Central": {
              "long": {
                "standard": "Zentralafrikanische Zeit"
              }
            },
            "Africa_Eastern": {
              "long": {
                "standard": "Ostafrikanische Zeit"
              }
            },
            "Africa_Southern": {
              "long": {
                "standard": "Südafrikanische Zeit"
              }
            },
            "Africa_Western": {
              "long": {
                "generic": "Westafrikanische Zeit",
                "standard": "Westafrikanische Normalzeit",
                "daylight": "Westafrikanische Sommerzeit"
              }
            },
            "Alaska": {
              "long": {
                "generic": "Alaska-Zeit",
                "standard": "Alaska-Normalzeit",
                "daylight": "Alaska-Sommerzeit"
              }
            },
            "Almaty": {
              "long": {
                "generic": "Almaty-Zeit",
                "standard": "Almaty-Normalzeit",
                "daylight": "Almaty-Sommerzeit"
              }
            },
            "Amazon": {
              "long": {
                "generic": "Amazonas-Zeit",
                "standard": "Amazonas-Normalzeit",
                "daylight": "Amazonas-Sommerzeit"
              }
            },
            "America_Central": {
              "long": {
                "generic": "Nordamerikanische Zentralzeit",
                "standard": "Nordamerikanische Zentral-Normalzeit",
                "daylight": "Nordamerikanische Zentral-Sommerzeit"
              }
            },
            "America_Eastern": {
              "long": {
                "generic": "Nordamerikanische Ostküstenzeit",
                "standard": "Nordamerikanische Ostküsten-Normalzeit",
                "daylight": "Nordamerikanische Ostküsten-Sommerzeit"
              }
            },
            "America_Mountain": {
              "long": {
                "generic": "Rocky-Mountain-Zeit",
                "standard": "Rocky-Mountain-Normalzeit",
                "daylight": "Rocky-Mountain-Sommerzeit"
              }
            },
            "America_Pacific": {
              "long": {
                "generic": "Nordamerikanische Westküstenzeit",
                "standard": "Nordamerikanische Westküsten-Normalzeit",
                "daylight": "Nordamerikanische Westküsten-Sommerzeit"
              }
            },
            "Anadyr": {
              "long": {
                "generic": "Anadyr Zeit",
                "standard": "Anadyr Normalzeit",
                "daylight": "Anadyr Sommerzeit"
              }
            },
            "Apia": {
              "long": {
                "generic": "Apia-Zeit",
                "standard": "Apia-Normalzeit",
                "daylight": "Apia-Sommerzeit"
              }
            },
            "Aqtau": {
              "long": {
                "generic": "Aqtau-Zeit",
                "standard": "Aqtau-Normalzeit",
                "daylight": "Aqtau-Sommerzeit"
              }
            },
            "Aqtobe": {
              "long": {
                "generic": "Aqtöbe-Zeit",
                "standard": "Aqtöbe-Normalzeit",
                "daylight": "Aqtöbe-Sommerzeit"
              }
            },
            "Arabian": {
              "long": {
                "generic": "Arabische Zeit",
                "standard": "Arabische Normalzeit",
                "daylight": "Arabische Sommerzeit"
              }
            },
            "Argentina": {
              "long": {
                "generic": "Argentinische Zeit",
                "standard": "Argentinische Normalzeit",
                "daylight": "Argentinische Sommerzeit"
              }
            },
            "Argentina_Western": {
              "long": {
                "generic": "Westargentinische Zeit",
                "standard": "Westargentinische Normalzeit",
                "daylight": "Westargentinische Sommerzeit"
              }
            },
            "Armenia": {
              "long": {
                "generic": "Armenische Zeit",
                "standard": "Armenische Normalzeit",
                "daylight": "Armenische Sommerzeit"
              }
            },
            "Atlantic": {
              "long": {
                "generic": "Atlantik-Zeit",
                "standard": "Atlantik-Normalzeit",
                "daylight": "Atlantik-Sommerzeit"
              }
            },
            "Australia_Central": {
              "long": {
                "generic": "Zentralaustralische Zeit",
                "standard": "Zentralaustralische Normalzeit",
                "daylight": "Zentralaustralische Sommerzeit"
              }
            },
            "Australia_CentralWestern": {
              "long": {
                "generic": "Zentral-/Westaustralische Zeit",
                "standard": "Zentral-/Westaustralische Normalzeit",
                "daylight": "Zentral-/Westaustralische Sommerzeit"
              }
            },
            "Australia_Eastern": {
              "long": {
                "generic": "Ostaustralische Zeit",
                "standard": "Ostaustralische Normalzeit",
                "daylight": "Ostaustralische Sommerzeit"
              }
            },
            "Australia_Western": {
              "long": {
                "generic": "Westaustralische Zeit",
                "standard": "Westaustralische Normalzeit",
                "daylight": "Westaustralische Sommerzeit"
              }
            },
            "Azerbaijan": {
              "long": {
                "generic": "Aserbaidschanische Zeit",
                "standard": "Aserbeidschanische Normalzeit",
                "daylight": "Aserbaidschanische Sommerzeit"
              }
            },
            "Azores": {
              "long": {
                "generic": "Azoren-Zeit",
                "standard": "Azoren-Normalzeit",
                "daylight": "Azoren-Sommerzeit"
              }
            },
            "Bangladesh": {
              "long": {
                "generic": "Bangladesch-Zeit",
                "standard": "Bangladesch-Normalzeit",
                "daylight": "Bangladesch-Sommerzeit"
              }
            },
            "Bhutan": {
              "long": {
                "standard": "Bhutan-Zeit"
              }
            },
            "Bolivia": {
              "long": {
                "standard": "Bolivianische Zeit"
              }
            },
            "Brasilia": {
              "long": {
                "generic": "Brasília-Zeit",
                "standard": "Brasília-Normalzeit",
                "daylight": "Brasília-Sommerzeit"
              }
            },
            "Brunei": {
              "long": {
                "standard": "Brunei-Darussalam-Zeit"
              }
            },
            "Cape_Verde": {
              "long": {
                "generic": "Cabo-Verde-Zeit",
                "standard": "Cabo-Verde-Normalzeit",
                "daylight": "Cabo-Verde-Sommerzeit"
              }
            },
            "Casey": {
              "long": {
                "standard": "Casey-Zeit"
              }
            },
            "Chamorro": {
              "long": {
                "standard": "Chamorro-Zeit"
              }
            },
            "Chatham": {
              "long": {
                "generic": "Chatham-Zeit",
                "standard": "Chatham-Normalzeit",
                "daylight": "Chatham-Sommerzeit"
              }
            },
            "Chile": {
              "long": {
                "generic": "Chilenische Zeit",
                "standard": "Chilenische Normalzeit",
                "daylight": "Chilenische Sommerzeit"
              }
            },
            "China": {
              "long": {
                "generic": "Chinesische Zeit",
                "standard": "Chinesische Normalzeit",
                "daylight": "Chinesische Sommerzeit"
              }
            },
            "Choibalsan": {
              "long": {
                "generic": "Tschoibalsan-Zeit",
                "standard": "Tschoibalsan-Normalzeit",
                "daylight": "Tschoibalsan-Sommerzeit"
              }
            },
            "Christmas": {
              "long": {
                "standard": "Weihnachtsinsel-Zeit"
              }
            },
            "Cocos": {
              "long": {
                "standard": "Kokosinseln-Zeit"
              }
            },
            "Colombia": {
              "long": {
                "generic": "Kolumbianische Zeit",
                "standard": "Kolumbianische Normalzeit",
                "daylight": "Kolumbianische Sommerzeit"
              }
            },
            "Cook": {
              "long": {
                "generic": "Cookinseln-Zeit",
                "standard": "Cookinseln-Normalzeit",
                "daylight": "Cookinseln-Sommerzeit"
              }
            },
            "Cuba": {
              "long": {
                "generic": "Kubanische Zeit",
                "standard": "Kubanische Normalzeit",
                "daylight": "Kubanische Sommerzeit"
              }
            },
            "Davis": {
              "long": {
                "standard": "Davis-Zeit"
              }
            },
            "DumontDUrville": {
              "long": {
                "standard": "Dumont-d’Urville-Zeit"
              }
            },
            "East_Timor": {
              "long": {
                "standard": "Osttimor-Zeit"
              }
            },
            "Easter": {
              "long": {
                "generic": "Osterinsel-Zeit",
                "standard": "Osterinsel-Normalzeit",
                "daylight": "Osterinsel-Sommerzeit"
              }
            },
            "Ecuador": {
              "long": {
                "standard": "Ecuadorianische Zeit"
              }
            },
            "Europe_Central": {
              "long": {
                "generic": "Mitteleuropäische Zeit",
                "standard": "Mitteleuropäische Normalzeit",
                "daylight": "Mitteleuropäische Sommerzeit"
              },
              "short": {
                "generic": "MEZ",
                "standard": "MEZ",
                "daylight": "MESZ"
              }
            },
            "Europe_Eastern": {
              "long": {
                "generic": "Osteuropäische Zeit",
                "standard": "Osteuropäische Normalzeit",
                "daylight": "Osteuropäische Sommerzeit"
              },
              "short": {
                "generic": "OEZ",
                "standard": "OEZ",
                "daylight": "OESZ"
              }
            },
            "Europe_Further_Eastern": {
              "long": {
                "standard": "Kaliningrader Zeit"
              }
            },
            "Europe_Western": {
              "long": {
                "generic": "Westeuropäische Zeit",
                "standard": "Westeuropäische Normalzeit",
                "daylight": "Westeuropäische Sommerzeit"
              },
              "short": {
                "generic": "WEZ",
                "standard": "WEZ",
                "daylight": "WESZ"
              }
            },
            "Falkland": {
              "long": {
                "generic": "Falklandinseln-Zeit",
                "standard": "Falklandinseln-Normalzeit",
                "daylight": "Falklandinseln-Sommerzeit"
              }
            },
            "Fiji": {
              "long": {
                "generic": "Fidschi-Zeit",
                "standard": "Fidschi-Normalzeit",
                "daylight": "Fidschi-Sommerzeit"
              }
            },
            "French_Guiana": {
              "long": {
                "standard": "Französisch-Guayana-Zeit"
              }
            },
            "French_Southern": {
              "long": {
                "standard": "Französische-Süd-und-Antarktisgebiete-Zeit"
              }
            },
            "Galapagos": {
              "long": {
                "standard": "Galapagos-Zeit"
              }
            },
            "Gambier": {
              "long": {
                "standard": "Gambier-Zeit"
              }
            },
            "Georgia": {
              "long": {
                "generic": "Georgische Zeit",
                "standard": "Georgische Normalzeit",
                "daylight": "Georgische Sommerzeit"
              }
            },
            "Gilbert_Islands": {
              "long": {
                "standard": "Gilbert-Inseln-Zeit"
              }
            },
            "GMT": {
              "long": {
                "standard": "Mittlere Greenwich-Zeit"
              }
            },
            "Greenland_Eastern": {
              "long": {
                "generic": "Ostgrönland-Zeit",
                "standard": "Ostgrönland-Normalzeit",
                "daylight": "Ostgrönland-Sommerzeit"
              }
            },
            "Greenland_Western": {
              "long": {
                "generic": "Westgrönland-Zeit",
                "standard": "Westgrönland-Normalzeit",
                "daylight": "Westgrönland-Sommerzeit"
              }
            },
            "Guam": {
              "long": {
                "standard": "Guam-Zeit"
              }
            },
            "Gulf": {
              "long": {
                "standard": "Golf-Zeit"
              }
            },
            "Guyana": {
              "long": {
                "standard": "Guyana-Zeit"
              }
            },
            "Hawaii_Aleutian": {
              "long": {
                "generic": "Hawaii-Aleuten-Zeit",
                "standard": "Hawaii-Aleuten-Normalzeit",
                "daylight": "Hawaii-Aleuten-Sommerzeit"
              }
            },
            "Hong_Kong": {
              "long": {
                "generic": "Hongkong-Zeit",
                "standard": "Hongkong-Normalzeit",
                "daylight": "Hongkong-Sommerzeit"
              }
            },
            "Hovd": {
              "long": {
                "generic": "Chowd-Zeit",
                "standard": "Chowd-Normalzeit",
                "daylight": "Chowd-Sommerzeit"
              }
            },
            "India": {
              "long": {
                "standard": "Indische Normalzeit"
              }
            },
            "Indian_Ocean": {
              "long": {
                "standard": "Indischer-Ozean-Zeit"
              }
            },
            "Indochina": {
              "long": {
                "standard": "Indochina-Zeit"
              }
            },
            "Indonesia_Central": {
              "long": {
                "standard": "Zentralindonesische Zeit"
              }
            },
            "Indonesia_Eastern": {
              "long": {
                "standard": "Ostindonesische Zeit"
              }
            },
            "Indonesia_Western": {
              "long": {
                "standard": "Westindonesische Zeit"
              }
            },
            "Iran": {
              "long": {
                "generic": "Iranische Zeit",
                "standard": "Iranische Normalzeit",
                "daylight": "Iranische Sommerzeit"
              }
            },
            "Irkutsk": {
              "long": {
                "generic": "Irkutsker Zeit",
                "standard": "Irkutsker Normalzeit",
                "daylight": "Irkutsker Sommerzeit"
              }
            },
            "Israel": {
              "long": {
                "generic": "Israelische Zeit",
                "standard": "Israelische Normalzeit",
                "daylight": "Israelische Sommerzeit"
              }
            },
            "Japan": {
              "long": {
                "generic": "Japanische Zeit",
                "standard": "Japanische Normalzeit",
                "daylight": "Japanische Sommerzeit"
              }
            },
            "Kamchatka": {
              "long": {
                "generic": "Kamtschatka-Zeit",
                "standard": "Kamtschatka-Normalzeit",
                "daylight": "Kamtschatka-Sommerzeit"
              }
            },
            "Kazakhstan_Eastern": {
              "long": {
                "standard": "Ostkasachische Zeit"
              }
            },
            "Kazakhstan_Western": {
              "long": {
                "standard": "Westkasachische Zeit"
              }
            },
            "Korea": {
              "long": {
                "generic": "Koreanische Zeit",
                "standard": "Koreanische Normalzeit",
                "daylight": "Koreanische Sommerzeit"
              }
            },
            "Kosrae": {
              "long": {
                "standard": "Kosrae-Zeit"
              }
            },
            "Krasnoyarsk": {
              "long": {
                "generic": "Krasnojarsker Zeit",
                "standard": "Krasnojarsker Normalzeit",
                "daylight": "Krasnojarsker Sommerzeit"
              }
            },
            "Kyrgystan": {
              "long": {
                "standard": "Kirgisistan-Zeit"
              }
            },
            "Lanka": {
              "long": {
                "standard": "Sri-Lanka-Zeit"
              }
            },
            "Line_Islands": {
              "long": {
                "standard": "Linieninseln-Zeit"
              }
            },
            "Lord_Howe": {
              "long": {
                "generic": "Lord-Howe-Zeit",
                "standard": "Lord-Howe-Normalzeit",
                "daylight": "Lord-Howe-Sommerzeit"
              }
            },
            "Macau": {
              "long": {
                "generic": "Macau-Zeit",
                "standard": "Macau-Normalzeit",
                "daylight": "Macau-Sommerzeit"
              }
            },
            "Magadan": {
              "long": {
                "generic": "Magadan-Zeit",
                "standard": "Magadan-Normalzeit",
                "daylight": "Magadan-Sommerzeit"
              }
            },
            "Malaysia": {
              "long": {
                "standard": "Malaysische Zeit"
              }
            },
            "Maldives": {
              "long": {
                "standard": "Malediven-Zeit"
              }
            },
            "Marquesas": {
              "long": {
                "standard": "Marquesas-Zeit"
              }
            },
            "Marshall_Islands": {
              "long": {
                "standard": "Marshallinseln-Zeit"
              }
            },
            "Mauritius": {
              "long": {
                "generic": "Mauritius-Zeit",
                "standard": "Mauritius-Normalzeit",
                "daylight": "Mauritius-Sommerzeit"
              }
            },
            "Mawson": {
              "long": {
                "standard": "Mawson-Zeit"
              }
            },
            "Mexico_Pacific": {
              "long": {
                "generic": "Mexikanische Pazifikzeit",
                "standard": "Mexikanische Pazifik-Normalzeit",
                "daylight": "Mexikanische Pazifik-Sommerzeit"
              }
            },
            "Mongolia": {
              "long": {
                "generic": "Ulaanbaatar-Zeit",
                "standard": "Ulaanbaatar-Normalzeit",
                "daylight": "Ulaanbaatar-Sommerzeit"
              }
            },
            "Moscow": {
              "long": {
                "generic": "Moskauer Zeit",
                "standard": "Moskauer Normalzeit",
                "daylight": "Moskauer Sommerzeit"
              }
            },
            "Myanmar": {
              "long": {
                "standard": "Myanmar-Zeit"
              }
            },
            "Nauru": {
              "long": {
                "standard": "Nauru-Zeit"
              }
            },
            "Nepal": {
              "long": {
                "standard": "Nepalesische Zeit"
              }
            },
            "New_Caledonia": {
              "long": {
                "generic": "Neukaledonische Zeit",
                "standard": "Neukaledonische Normalzeit",
                "daylight": "Neukaledonische Sommerzeit"
              }
            },
            "New_Zealand": {
              "long": {
                "generic": "Neuseeland-Zeit",
                "standard": "Neuseeland-Normalzeit",
                "daylight": "Neuseeland-Sommerzeit"
              }
            },
            "Newfoundland": {
              "long": {
                "generic": "Neufundland-Zeit",
                "standard": "Neufundland-Normalzeit",
                "daylight": "Neufundland-Sommerzeit"
              }
            },
            "Niue": {
              "long": {
                "standard": "Niue-Zeit"
              }
            },
            "Norfolk": {
              "long": {
                "generic": "Norfolkinsel-Zeit",
                "standard": "Norfolkinsel-Normalzeit",
                "daylight": "Norfolkinsel-Sommerzeit"
              }
            },
            "Noronha": {
              "long": {
                "generic": "Fernando-de-Noronha-Zeit",
                "standard": "Fernando-de-Noronha-Normalzeit",
                "daylight": "Fernando-de-Noronha-Sommerzeit"
              }
            },
            "North_Mariana": {
              "long": {
                "standard": "Nördliche-Marianen-Zeit"
              }
            },
            "Novosibirsk": {
              "long": {
                "generic": "Nowosibirsker Zeit",
                "standard": "Nowosibirsker Normalzeit",
                "daylight": "Nowosibirsker Sommerzeit"
              }
            },
            "Omsk": {
              "long": {
                "generic": "Omsker Zeit",
                "standard": "Omsker Normalzeit",
                "daylight": "Omsker Sommerzeit"
              }
            },
            "Pakistan": {
              "long": {
                "generic": "Pakistanische Zeit",
                "standard": "Pakistanische Normalzeit",
                "daylight": "Pakistanische Sommerzeit"
              }
            },
            "Palau": {
              "long": {
                "standard": "Palau-Zeit"
              }
            },
            "Papua_New_Guinea": {
              "long": {
                "standard": "Papua-Neuguinea-Zeit"
              }
            },
            "Paraguay": {
              "long": {
                "generic": "Paraguayische Zeit",
                "standard": "Paraguayische Normalzeit",
                "daylight": "Paraguayische Sommerzeit"
              }
            },
            "Peru": {
              "long": {
                "generic": "Peruanische Zeit",
                "standard": "Peruanische Normalzeit",
                "daylight": "Peruanische Sommerzeit"
              }
            },
            "Philippines": {
              "long": {
                "generic": "Philippinische Zeit",
                "standard": "Philippinische Normalzeit",
                "daylight": "Philippinische Sommerzeit"
              }
            },
            "Phoenix_Islands": {
              "long": {
                "standard": "Phoenixinseln-Zeit"
              }
            },
            "Pierre_Miquelon": {
              "long": {
                "generic": "St.-Pierre-und-Miquelon-Zeit",
                "standard": "St.-Pierre-und-Miquelon-Normalzeit",
                "daylight": "St.-Pierre-und-Miquelon-Sommerzeit"
              }
            },
            "Pitcairn": {
              "long": {
                "standard": "Pitcairninseln-Zeit"
              }
            },
            "Ponape": {
              "long": {
                "standard": "Ponape-Zeit"
              }
            },
            "Pyongyang": {
              "long": {
                "standard": "Pjöngjang-Zeit"
              }
            },
            "Qyzylorda": {
              "long": {
                "generic": "Quysylorda-Zeit",
                "standard": "Quysylorda-Normalzeit",
                "daylight": "Qysylorda-Sommerzeit"
              }
            },
            "Reunion": {
              "long": {
                "standard": "Réunion-Zeit"
              }
            },
            "Rothera": {
              "long": {
                "standard": "Rothera-Zeit"
              }
            },
            "Sakhalin": {
              "long": {
                "generic": "Sachalin-Zeit",
                "standard": "Sachalin-Normalzeit",
                "daylight": "Sachalin-Sommerzeit"
              }
            },
            "Samara": {
              "long": {
                "generic": "Samara-Zeit",
                "standard": "Samara-Normalzeit",
                "daylight": "Samara-Sommerzeit"
              }
            },
            "Samoa": {
              "long": {
                "generic": "Samoa-Zeit",
                "standard": "Samoa-Normalzeit",
                "daylight": "Samoa-Sommerzeit"
              }
            },
            "Seychelles": {
              "long": {
                "standard": "Seychellen-Zeit"
              }
            },
            "Singapore": {
              "long": {
                "standard": "Singapurische Normalzeit"
              }
            },
            "Solomon": {
              "long": {
                "standard": "Salomonen-Zeit"
              }
            },
            "South_Georgia": {
              "long": {
                "standard": "Südgeorgische Zeit"
              }
            },
            "Suriname": {
              "long": {
                "standard": "Suriname-Zeit"
              }
            },
            "Syowa": {
              "long": {
                "standard": "Syowa-Zeit"
              }
            },
            "Tahiti": {
              "long": {
                "standard": "Tahiti-Zeit"
              }
            },
            "Taipei": {
              "long": {
                "generic": "Taipeh-Zeit",
                "standard": "Taipeh-Normalzeit",
                "daylight": "Taipeh-Sommerzeit"
              }
            },
            "Tajikistan": {
              "long": {
                "standard": "Tadschikistan-Zeit"
              }
            },
            "Tokelau": {
              "long": {
                "standard": "Tokelau-Zeit"
              }
            },
            "Tonga": {
              "long": {
                "generic": "Tongaische Zeit",
                "standard": "Tongaische Normalzeit",
                "daylight": "Tongaische Sommerzeit"
              }
            },
            "Truk": {
              "long": {
                "standard": "Chuuk-Zeit"
              }
            },
            "Turkmenistan": {
              "long": {
                "generic": "Turkmenistan-Zeit",
                "standard": "Turkmenistan-Normalzeit",
                "daylight": "Turkmenistan-Sommerzeit"
              }
            },
            "Tuvalu": {
              "long": {
                "standard": "Tuvalu-Zeit"
              }
            },
            "Uruguay": {
              "long": {
                "generic": "Uruguayische Zeit",
                "standard": "Uruguayische Normalzeit",
                "daylight": "Uruguayische Sommerzeit"
              }
            },
            "Uzbekistan": {
              "long": {
                "generic": "Usbekistan-Zeit",
                "standard": "Usbekistan-Normalzeit",
                "daylight": "Usbekistan-Sommerzeit"
              }
            },
            "Vanuatu": {
              "long": {
                "generic": "Vanuatu-Zeit",
                "standard": "Vanuatu-Normalzeit",
                "daylight": "Vanuatu-Sommerzeit"
              }
            },
            "Venezuela": {
              "long": {
                "standard": "Venezuela-Zeit"
              }
            },
            "Vladivostok": {
              "long": {
                "generic": "Wladiwostoker Zeit",
                "standard": "Wladiwostoker Normalzeit",
                "daylight": "Wladiwostoker Sommerzeit"
              }
            },
            "Volgograd": {
              "long": {
                "generic": "Wolgograder Zeit",
                "standard": "Wolgograder Normalzeit",
                "daylight": "Wolgograder Sommerzeit"
              }
            },
            "Vostok": {
              "long": {
                "standard": "Wostok-Zeit"
              }
            },
            "Wake": {
              "long": {
                "standard": "Wake-Insel-Zeit"
              }
            },
            "Wallis": {
              "long": {
                "standard": "Wallis-und-Futuna-Zeit"
              }
            },
            "Yakutsk": {
              "long": {
                "generic": "Jakutsker Zeit",
                "standard": "Jakutsker Normalzeit",
                "daylight": "Jakutsker Sommerzeit"
              }
            },
            "Yekaterinburg": {
              "long": {
                "generic": "Jekaterinburger Zeit",
                "standard": "Jekaterinburger Normalzeit",
                "daylight": "Jekaterinburger Sommerzeit"
              }
            },
            "Yukon": {
              "long": {
                "standard": "Yukon-Zeit"
              }
            }
          }
        }
      }
    }
  }
}