mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
[ci skip] Translation update
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
"moist": "{entity_name} \u03ad\u03b3\u03b9\u03bd\u03b5 \u03c5\u03b3\u03c1\u03cc",
|
||||
"no_update": "{entity_name} \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5",
|
||||
"not_opened": "{entity_name} \u03ad\u03ba\u03bb\u03b5\u03b9\u03c3\u03b5",
|
||||
"not_tampered": "{entity_name} \u03c3\u03c4\u03b1\u03bc\u03ac\u03c4\u03b7\u03c3\u03b5 \u03bd\u03b1 \u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03b6\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03c0\u03bf\u03af\u03b7\u03c3\u03b7",
|
||||
"tampered": "{entity_name} \u03ac\u03c1\u03c7\u03b9\u03c3\u03b5 \u03bd\u03b1 \u03b5\u03bd\u03c4\u03bf\u03c0\u03af\u03b6\u03b5\u03b9 \u03c0\u03b1\u03c1\u03b1\u03c0\u03bf\u03af\u03b7\u03c3\u03b7",
|
||||
"turned_off": "{entity_name} \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5",
|
||||
"turned_on": "{entity_name} \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03b8\u03b7\u03ba\u03b5",
|
||||
"update": "{entity_name} \u03ad\u03bb\u03b1\u03b2\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b7 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7"
|
||||
|
||||
@@ -1,12 +1,96 @@
|
||||
{
|
||||
"device_automation": {
|
||||
"condition_type": {
|
||||
"is_bat_low": "{entity_name} a bateria est\u00e1 fraca",
|
||||
"is_co": "{entity_name} est\u00e1 detectando mon\u00f3xido de carbono",
|
||||
"is_cold": "{entity_name} \u00e9 frio",
|
||||
"is_connected": "{entity_name} est\u00e1 conectado",
|
||||
"is_gas": "{entity_name} est\u00e1 detectando g\u00e1s",
|
||||
"is_hot": "{entity_name} \u00e9 quente",
|
||||
"is_light": "{entity_name} est\u00e1 detectando luz",
|
||||
"is_locked": "{entity_name} est\u00e1 bloqueado",
|
||||
"is_moist": "{entity_name} est\u00e1 \u00famido",
|
||||
"is_motion": "{entity_name} est\u00e1 detectando movimento",
|
||||
"is_no_motion": "{entity_name} n\u00e3o est\u00e1 detectando movimento"
|
||||
"is_moving": "{entity_name} est\u00e1 se movendo",
|
||||
"is_no_co": "{entity_name} n\u00e3o est\u00e1 detectando mon\u00f3xido de carbono",
|
||||
"is_no_gas": "{entity_name} n\u00e3o est\u00e1 detectando g\u00e1s",
|
||||
"is_no_light": "{entity_name} n\u00e3o est\u00e1 detectando luz",
|
||||
"is_no_motion": "{entity_name} n\u00e3o est\u00e1 detectando movimento",
|
||||
"is_no_problem": "{entity_name} n\u00e3o est\u00e1 detectando problema",
|
||||
"is_no_smoke": "{entity_name} n\u00e3o est\u00e1 detectando fuma\u00e7a",
|
||||
"is_no_sound": "{entity_name} n\u00e3o est\u00e1 detectando som",
|
||||
"is_no_vibration": "{entity_name} n\u00e3o est\u00e1 detectando vibra\u00e7\u00e3o",
|
||||
"is_not_bat_low": "{entity_name} bateria normal",
|
||||
"is_not_cold": "{entity_name} n\u00e3o \u00e9 frio",
|
||||
"is_not_connected": "{entity_name} est\u00e1 desconectado",
|
||||
"is_not_hot": "{entity_name} n\u00e3o \u00e9 quente",
|
||||
"is_not_locked": "{entity_name} est\u00e1 desbloqueado",
|
||||
"is_not_moist": "{entity_name} est\u00e1 seco",
|
||||
"is_not_moving": "{entity_name} est\u00e1 parado",
|
||||
"is_not_occupied": "{entity_name} n\u00e3o est\u00e1 ocupado",
|
||||
"is_not_open": "{entity_name} est\u00e1 fechado",
|
||||
"is_not_plugged_in": "{entity_name} est\u00e1 desconectado",
|
||||
"is_not_powered": "{entity_name} n\u00e3o \u00e9 alimentado",
|
||||
"is_not_present": "{entity_name} n\u00e3o est\u00e1 presente",
|
||||
"is_not_unsafe": "{entity_name} \u00e9 seguro",
|
||||
"is_occupied": "{entity_name} est\u00e1 ocupado",
|
||||
"is_off": "{entity_name} est\u00e1 desligado",
|
||||
"is_on": "{entity_name} est\u00e1 ligado",
|
||||
"is_open": "{entity_name} est\u00e1 aberto",
|
||||
"is_plugged_in": "{entity_name} est\u00e1 conectado",
|
||||
"is_powered": "{entity_name} \u00e9 alimentado",
|
||||
"is_present": "{entity_name} est\u00e1 presente",
|
||||
"is_problem": "{entity_name} est\u00e1 detectando problema",
|
||||
"is_smoke": "{entity_name} est\u00e1 detectando fuma\u00e7a",
|
||||
"is_sound": "{entity_name} est\u00e1 detectando som",
|
||||
"is_unsafe": "{entity_name} \u00e9 inseguro",
|
||||
"is_vibration": "{entity_name} est\u00e1 detectando vibra\u00e7\u00e3o"
|
||||
},
|
||||
"trigger_type": {
|
||||
"bat_low": "{entity_name} bateria fraca",
|
||||
"co": "{entity_name} come\u00e7ou a detectar mon\u00f3xido de carbono",
|
||||
"cold": "{entity_name} frio",
|
||||
"connected": "{entity_name} conectado",
|
||||
"gas": "{entity_name} come\u00e7ou a detectar g\u00e1s",
|
||||
"hot": "{entity_name} tornou-se quente",
|
||||
"light": "{entity_name} come\u00e7ou a detectar luz",
|
||||
"locked": "{entity_name} bloqueado",
|
||||
"motion": "{entity_name} come\u00e7ou a detectar movimento",
|
||||
"no_motion": "{entity_name} parou de detectar movimento"
|
||||
"moving": "{entity_name} come\u00e7ou a se mover",
|
||||
"no_co": "{entity_name} parou de detectar mon\u00f3xido de carbono",
|
||||
"no_gas": "{entity_name} parou de detectar g\u00e1s",
|
||||
"no_light": "{entity_name} parou de detectar luz",
|
||||
"no_motion": "{entity_name} parou de detectar movimento",
|
||||
"no_problem": "{entity_name} parou de detectar problema",
|
||||
"no_smoke": "{entity_name} parou de detectar fuma\u00e7a",
|
||||
"no_sound": "{entity_name} parou de detectar som",
|
||||
"no_vibration": "{entity_name} parou de detectar vibra\u00e7\u00e3o",
|
||||
"not_bat_low": "{entity_name} bateria normal",
|
||||
"not_cold": "{entity_name} n\u00e3o frio",
|
||||
"not_connected": "{entity_name} desconectado",
|
||||
"not_hot": "{entity_name} n\u00e3o quente",
|
||||
"not_locked": "{entity_name} desbloqueado",
|
||||
"not_moist": "{entity_name} secou",
|
||||
"not_moving": "{entity_name} parado",
|
||||
"not_occupied": "{entity_name} desocupado",
|
||||
"not_plugged_in": "{entity_name} desconectado",
|
||||
"not_powered": "{entity_name} sem alimenta\u00e7\u00e3o",
|
||||
"not_present": "{entity_name} n\u00e3o est\u00e1 presente",
|
||||
"not_tampered": "{entity_name} parou de detectar adultera\u00e7\u00e3o",
|
||||
"not_unsafe": "{entity_name} seguro",
|
||||
"occupied": "{entity_name} ocupado",
|
||||
"opened": "{entity_name} aberto",
|
||||
"plugged_in": "{entity_name} conectado",
|
||||
"powered": "{entity_name} alimentado",
|
||||
"present": "{entity_name} presente",
|
||||
"problem": "{entity_name} come\u00e7ou a detectar problema",
|
||||
"smoke": "{entity_name} come\u00e7ou a detectar fuma\u00e7a",
|
||||
"sound": "{entity_name} come\u00e7ou a detectar som",
|
||||
"tampered": "{entity_name} come\u00e7ou a detectar adultera\u00e7\u00e3o",
|
||||
"turned_off": "{entity_name} desligado",
|
||||
"turned_on": "{entity_name} ligado",
|
||||
"unsafe": "{entity_name} tornou-se inseguro",
|
||||
"vibration": "{entity_name} come\u00e7ou a detectar vibra\u00e7\u00e3o"
|
||||
}
|
||||
},
|
||||
"device_class": {
|
||||
@@ -37,6 +121,7 @@
|
||||
"on": "Carregando"
|
||||
},
|
||||
"co": {
|
||||
"off": "Limpo",
|
||||
"on": "Detectado"
|
||||
},
|
||||
"cold": {
|
||||
|
||||
Reference in New Issue
Block a user