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

70 lines
2.2 KiB
JSON
Raw Normal View History

2020-09-01 00:07:08 +00:00
{
"config": {
"abort": {
2020-09-02 00:03:29 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
2020-09-01 00:07:08 +00:00
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed"
},
2020-09-02 00:03:29 +00:00
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o"
},
2020-09-01 00:07:08 +00:00
"step": {
"hubv1": {
"data": {
"host": "Endere\u00e7o IP",
"port": "Porta"
},
"description": "Configure o Insteon Hub Vers\u00e3o 1 (pr\u00e9-2014).",
"title": "Insteon Hub vers\u00e3o 1"
},
"hubv2": {
"data": {
"host": "Endere\u00e7o IP",
2020-09-02 00:03:29 +00:00
"password": "Palavra-passe",
2020-09-01 00:07:08 +00:00
"port": "Porta",
2020-09-02 00:03:29 +00:00
"username": "Nome de Utilizador"
2020-09-01 00:07:08 +00:00
},
"description": "Configure o Insteon Hub Vers\u00e3o 2.",
"title": "Insteon Hub vers\u00e3o 2"
},
2020-09-02 00:03:29 +00:00
"plm": {
"data": {
"device": "Caminho do Dispositivo USB"
}
},
2020-09-01 00:07:08 +00:00
"user": {
"data": {
"modem_type": "Tipo de modem."
},
"description": "Selecione o tipo de modem Insteon.",
"title": "Insteon"
}
}
2020-09-02 00:03:29 +00:00
},
"options": {
"error": {
2020-09-08 00:04:13 +00:00
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"select_single": "Selecione uma op\u00e7\u00e3o."
2020-09-02 00:03:29 +00:00
},
"step": {
2020-09-08 00:04:13 +00:00
"add_x10": {
"data": {
"platform": "Plataforma"
}
},
2020-09-02 00:03:29 +00:00
"change_hub_config": {
"data": {
"host": "Endere\u00e7o IP",
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
}
2020-09-08 00:04:13 +00:00
},
"init": {
"data": {
"remove_x10": "Remova um dispositivo X10."
},
"description": "Selecione uma op\u00e7\u00e3o para configurar."
2020-09-02 00:03:29 +00:00
}
}
2020-09-01 00:07:08 +00:00
}
}