de constant

Map<String, dynamic> const de

Implementation

static const Map<String,dynamic> de = {
  "number": {
    "label": {
      "amount": "Betrag",
      "percent": "Prozent",
      "percentage": "Prozentsatz"
    },
    "months": {
      "few": "{} Monate",
      "many": "{} Monate",
      "one": "{} Monat",
      "other": "{} Monate",
      "two": "{} Monate",
      "zero": "{} Monat"
    },
    "ordinal": {
      "short": {
        "first": {
          "female": "{num}.",
          "male": "{num}.",
          "other": "{num}."
        },
        "others": {
          "female": "{num}.",
          "male": "{num}.",
          "other": "{num}."
        },
        "second": {
          "female": "{num}.",
          "male": "{num}.",
          "other": "{num}."
        },
        "third": {
          "female": "{num}.",
          "male": "{num}.",
          "other": "{num}."
        }
      }
    },
    "years": {
      "few": "{} Jahre",
      "many": "{} Jahre",
      "one": "{} Jahr",
      "other": "{} Jahre",
      "two": "{} Jahre",
      "zero": "{} Jahr"
    }
  }
};