es constant

Map<String, dynamic> const es

Implementation

static const Map<String,dynamic> es = {
  "number": {
    "label": {
      "amount": "Cantidad",
      "percent": "Por ciento",
      "percentage": "Porcentaje"
    },
    "months": {
      "few": "{} meses",
      "many": "{} meses",
      "one": "{} mes",
      "other": "{} meses",
      "two": "{} meses",
      "zero": "{} mes"
    },
    "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": "{} años",
      "many": "{} años",
      "one": "{} año",
      "other": "{} años",
      "two": "{} años",
      "zero": "{} año"
    }
  }
};