forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9c1feac
commit e005f6f
Showing
33 changed files
with
392 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"config": { | ||
"title": "Arcam FMJ" | ||
} | ||
} |
65 changes: 65 additions & 0 deletions
65
homeassistant/components/binary_sensor/.translations/es-419.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{ | ||
"device_automation": { | ||
"condition_type": { | ||
"is_bat_low": "{entity_name} la bater\u00eda est\u00e1 baja", | ||
"is_cold": "{entity_name} est\u00e1 fr\u00edo", | ||
"is_connected": "{entity_name} est\u00e1 conectado", | ||
"is_gas": "{entity_name} est\u00e1 detectando gas", | ||
"is_hot": "{entity_name} est\u00e1 caliente", | ||
"is_light": "{entity_name} est\u00e1 detectando luz", | ||
"is_locked": "{entity_name} est\u00e1 bloqueado", | ||
"is_moist": "{entity_name} est\u00e1 h\u00famedo", | ||
"is_motion": "{entity_name} est\u00e1 detectando movimiento", | ||
"is_moving": "{entity_name} se est\u00e1 moviendo", | ||
"is_no_gas": "{entity_name} no detecta gas", | ||
"is_no_light": "{entity_name} no detecta luz", | ||
"is_no_motion": "{entity_name} no detecta movimiento", | ||
"is_no_problem": "{entity_name} no detecta el problema", | ||
"is_no_smoke": "{entity_name} no detecta humo", | ||
"is_no_sound": "{entity_name} no detecta sonido", | ||
"is_no_vibration": "{entity_name} no detecta vibraciones", | ||
"is_not_bat_low": "{entity_name} bater\u00eda est\u00e1 normal", | ||
"is_not_cold": "{entity_name} no est\u00e1 fr\u00edo", | ||
"is_not_connected": "{entity_name} est\u00e1 desconectado", | ||
"is_not_hot": "{entity_name} no est\u00e1 caliente", | ||
"is_not_locked": "{entity_name} est\u00e1 desbloqueado", | ||
"is_not_moist": "{entity_name} est\u00e1 seco", | ||
"is_not_moving": "{entity_name} no se mueve", | ||
"is_not_occupied": "{entity_name} no est\u00e1 ocupado", | ||
"is_not_open": "{entity_name} est\u00e1 cerrado", | ||
"is_not_plugged_in": "{entity_name} est\u00e1 desconectado", | ||
"is_powered": "{entity_name} est\u00e1 encendido", | ||
"is_present": "{entity_name} est\u00e1 presente", | ||
"is_problem": "{entity_name} est\u00e1 detectando un problema", | ||
"is_smoke": "{entity_name} est\u00e1 detectando humo", | ||
"is_sound": "{entity_name} est\u00e1 detectando sonido", | ||
"is_unsafe": "{entity_name} es inseguro", | ||
"is_vibration": "{entity_name} est\u00e1 detectando vibraciones" | ||
}, | ||
"trigger_type": { | ||
"bat_low": "{entity_name} bater\u00eda baja", | ||
"closed": "{entity_name} cerrado", | ||
"cold": "{entity_name} se enfri\u00f3", | ||
"connected": "{entity_name} conectado", | ||
"gas": "{entity_name} comenz\u00f3 a detectar gas", | ||
"hot": "{entity_name} se calent\u00f3", | ||
"light": "{entity_name} comenz\u00f3 a detectar luz", | ||
"locked": "{entity_name} bloqueado", | ||
"moist\u00a7": "{entity_name} se humedeci\u00f3", | ||
"motion": "{entity_name} comenz\u00f3 a detectar movimiento", | ||
"moving": "{entity_name} comenz\u00f3 a moverse", | ||
"no_gas": "{entity_name} dej\u00f3 de detectar gas", | ||
"no_light": "{entity_name} dej\u00f3 de detectar luz", | ||
"no_motion": "{entity_name} dej\u00f3 de detectar movimiento", | ||
"no_problem": "{entity_name} dej\u00f3 de detectar problemas", | ||
"no_smoke": "{entity_name} dej\u00f3 de detectar humo", | ||
"no_sound": "{entity_name} dej\u00f3 de detectar sonido", | ||
"no_vibration": "{entity_name} dej\u00f3 de detectar vibraciones", | ||
"not_bat_low": "{entity_name} bater\u00eda normal", | ||
"not_cold": "{entity_name} no se enfri\u00f3", | ||
"not_connected": "{entity_name} desconectado", | ||
"not_hot": "{entity_name} no se calent\u00f3", | ||
"not_locked": "{entity_name} desbloqueado" | ||
} | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
homeassistant/components/cert_expiry/.translations/es-419.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"config": { | ||
"title": "Expiraci\u00f3n del certificado" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
homeassistant/components/iaqualink/.translations/es-419.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Contrase\u00f1a", | ||
"username": "Nombre de usuario / direcci\u00f3n de correo electr\u00f3nico" | ||
}, | ||
"description": "Por favor, Ingrese el nombre de usuario y la contrase\u00f1a para su cuenta de iAqualink." | ||
} | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
homeassistant/components/life360/.translations/es-419.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"user_already_configured": "La cuenta ya ha sido configurada" | ||
}, | ||
"error": { | ||
"invalid_credentials": "Credenciales no v\u00e1lidas", | ||
"invalid_username": "Nombre de usuario inv\u00e1lido", | ||
"unexpected": "Error inesperado al comunicarse con el servidor Life360", | ||
"user_already_configured": "La cuenta ya ha sido configurada" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Contrase\u00f1a", | ||
"username": "Nombre de usuario" | ||
}, | ||
"title": "Informaci\u00f3n de la cuenta Life360" | ||
} | ||
}, | ||
"title": "Life360" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"device_automation": { | ||
"condition_type": { | ||
"is_off": "{entity_name} est\u00e1 apagada", | ||
"is_on": "{entity_name} est\u00e1 encendida" | ||
}, | ||
"trigger_type": { | ||
"turned_off": "{entity_name} desactivada", | ||
"turned_on": "{entity_name} activada" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"username_exists": "La cuenta ya ha sido configurada" | ||
}, | ||
"error": { | ||
"access": "No se pudo acceder a Enedis.fr, compruebe su conexi\u00f3n a Internet.", | ||
"enedis": "Enedis.fr respondi\u00f3 con un error: vuelva a intentarlo m\u00e1s tarde (normalmente no entre las 11 p.m. y las 2 a.m.)", | ||
"unknown": "Error desconocido: por favor, vuelva a intentarlo m\u00e1s tarde (normalmente no entre las 11 p.m. y las 2 a.m.)", | ||
"username_exists": "La cuenta ya ha sido configurada", | ||
"wrong_login": "Error de inicio de sesi\u00f3n: por favor revise su direcci\u00f3n de correo electr\u00f3nico y contrase\u00f1a" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Contrase\u00f1a", | ||
"username": "Correo electr\u00f3nico" | ||
}, | ||
"description": "Ingrese sus credenciales", | ||
"title": "Linky" | ||
} | ||
}, | ||
"title": "Linky" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"all_configured": "Todos los servidores vinculados ya fueron configurados", | ||
"already_configured": "Este servidor Plex ya est\u00e1 configurado", | ||
"already_in_progress": "Plex se est\u00e1 configurando", | ||
"invalid_import": "La configuraci\u00f3n importada no es v\u00e1lida", | ||
"token_request_timeout": "Se agot\u00f3 el tiempo de espera para obtener el token", | ||
"unknown": "Fall\u00f3 por razones desconocidas" | ||
}, | ||
"error": { | ||
"faulty_credentials": "Autorizaci\u00f3n fallida", | ||
"no_servers": "No hay servidores vinculados a la cuenta", | ||
"no_token": "Proporcione un token o seleccione la configuraci\u00f3n manual", | ||
"not_found": "Servidor Plex no encontrado" | ||
}, | ||
"step": { | ||
"manual_setup": { | ||
"data": { | ||
"host": "Host", | ||
"port": "Puerto", | ||
"ssl": "Usar SSL", | ||
"token": "Token (si es necesario)", | ||
"verify_ssl": "Verificar el certificado SSL" | ||
}, | ||
"title": "Servidor Plex" | ||
}, | ||
"select_server": { | ||
"data": { | ||
"server": "Servidor" | ||
}, | ||
"description": "M\u00faltiples servidores disponibles, seleccione uno:", | ||
"title": "Seleccionar servidor Plex" | ||
}, | ||
"user": { | ||
"data": { | ||
"manual_setup": "Configuraci\u00f3n manual", | ||
"token": "Token Plex" | ||
}, | ||
"title": "Conectar servidor Plex" | ||
} | ||
}, | ||
"title": "Plex" | ||
}, | ||
"options": { | ||
"step": { | ||
"plex_mp_settings": { | ||
"data": { | ||
"show_all_controls": "Mostrar todos los controles" | ||
}, | ||
"description": "Opciones para reproductores multimedia Plex" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.