DigiLive/mushroom-strategy

Add spanish

Marcoske23 opened this issue · 0 comments

I see that they only have translations into German and English. I made my translation into Spanish.
It is a literal translation from English to Spanish, although some synonyms could be used, such as:
"Lights" can mean "Luces" or "Luminarias."

{
  "camera": {
    "all_cameras": "Todas las Cámaras",
    "cameras": "Cámaras"
  },
  "climate": {
    "all_climates": "Todos los Aires Acondicionados",
    "climates": "Aires Acondicionados"
  },
  "cover": {
    "all_covers": "Todas las Cortinas",
    "covers": "Cortinas"
  },
  "fan": {
    "all_fans": "Todos los Ventiladores",
    "fans": "Ventiladores"
  },
  "generic": {
    "all": "Todo",
    "areas": "Áreas",
    "busy": "Ocupado",
    "good_afternoon": "Buenas tardes",
    "good_evening": "Buenas noches",
    "good_morning": "Buenos días",
    "hello": "Hola",
    "home": "Inicio",
    "miscellaneous": "Miscellaneous",
    "numbers": "Números",
    "off": "Apagar",
    "on": "Encender",
    "open": "Abrir",
    "unclosed": "Sin Cerrar"
  },
  "input_select": {
    "input_selects": "Selecciones de Entrada"
  },
  "light": {
    "all_lights": "Todas las Luces",
    "lights": "Luces"
  },
  "lock": {
    "locks": "Seguros"
  },
  "media_player": {
    "media_players": "Reproductores Multimedia"
  },
  "select": {
    "selects": "Seleccionar"
  },
  "sensor": {
    "binary": "Binario",
    "sensors": "Sensores"
  },
  "switch": {
    "all_switches": "Todos los Apagadores",
    "switches": "Apagadores"
  },
  "vacuum": {
    "all_vacuums": "Todas las Aspiradoras",
    "vacuums": "Aspiradoras"
  }
}