core/homeassistant/components/zha/translations/pt.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2018-12-05 23:30:33 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Apenas uma configura\u00e7\u00e3o do ZHA \u00e9 permitida."
},
"error": {
"cannot_connect": "N\u00e3o \u00e9 poss\u00edvel conectar-se ao dispositivo ZHA."
},
"step": {
"user": {
2019-02-13 23:44:18 +00:00
"title": "ZHA"
2018-12-05 23:30:33 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-10-19 00:32:15 +00:00
},
"device_automation": {
"action_type": {
"warn": "Avisar"
},
"trigger_subtype": {
2020-04-23 00:05:07 +00:00
"both_buttons": "Ambos os bot\u00f5es",
"button_1": "Primeiro bot\u00e3o",
"button_2": "Segundo bot\u00e3o",
"button_3": "Terceiro bot\u00e3o",
"button_4": "Quarto bot\u00e3o",
"button_5": "Quinto bot\u00e3o",
"button_6": "Sexto bot\u00e3o",
"close": "Fechar",
"dim_down": "Escurecer",
"dim_up": "Clariar",
2020-07-03 00:03:38 +00:00
"left": "Esquerda",
"open": "Abrir",
"right": "Direita",
"turn_off": "Desligar",
"turn_on": "Ligar"
},
"trigger_type": {
"device_dropped": "Dispositivo caiu",
"device_shaken": "Dispositivo abanado"
2019-10-19 00:32:15 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-12-05 23:30:33 +00:00
}