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

64 lines
2.2 KiB
JSON
Raw Normal View History

2018-09-24 10:01:01 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "Apenas uma configura\u00e7\u00e3o do MQTT \u00e9 permitida."
},
"error": {
"cannot_connect": "N\u00e3o \u00e9 poss\u00edvel ligar ao broker."
},
"step": {
"broker": {
"data": {
2018-10-26 08:18:10 +00:00
"broker": "Broker",
2018-10-02 12:33:47 +00:00
"discovery": "Ativar descoberta",
2018-09-24 10:01:01 +00:00
"password": "Palavra-passe",
"port": "Porto",
2020-04-23 00:05:07 +00:00
"username": "Nome de Utilizador"
2018-09-24 10:01:01 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Por favor, insira os detalhes de liga\u00e7\u00e3o ao seu broker MQTT."
2018-10-21 18:34:28 +00:00
},
"hassio_confirm": {
"data": {
"discovery": "Ativar descoberta"
},
2021-03-16 00:04:36 +00:00
"description": "Deseja configurar o Home Assistant para se ligar ao broker MQTT fornecido pelo add-on Supervisor {addon}?",
"title": "MQTT Broker atrav\u00e9s do add-on Supervisor"
2018-09-24 10:01:01 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-06-08 00:02:43 +00:00
},
"device_automation": {
"trigger_subtype": {
"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",
"turn_off": "Desligar",
"turn_on": "Ligar"
}
2020-07-09 00:05:04 +00:00
},
"options": {
"error": {
"bad_will": "T\u00f3pico testamental inv\u00e1lido.",
"cannot_connect": "N\u00e3o \u00e9 poss\u00edvel ligar ao broker."
},
"step": {
"broker": {
"data": {
"broker": "Broker",
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
}
},
"options": {
"data": {
"will_retain": "Reter mensagem testamental",
"will_topic": "T\u00f3pico da mensagem testamental"
},
"description": "Por favor, selecione as op\u00e7\u00f5es do MQTT."
}
}
2020-04-16 20:00:10 +00:00
}
2018-09-24 10:01:01 +00:00
}