[ci skip] Translation update
This commit is contained in:
parent
9c1feacd47
commit
e005f6f23a
33 changed files with 392 additions and 15 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue