core/homeassistant/components/transmission/translations/pt-BR.json

33 lines
947 B
JSON
Raw Normal View History

2019-09-30 00:32:17 +00:00
{
"config": {
2019-10-01 00:32:19 +00:00
"abort": {
2020-04-08 00:08:19 +00:00
"already_configured": "O host j\u00e1 est\u00e1 configurado."
2019-10-01 00:32:19 +00:00
},
2019-09-30 00:32:17 +00:00
"error": {
"cannot_connect": "N\u00e3o foi poss\u00edvel conectar ao host",
2020-11-11 11:10:09 +00:00
"name_exists": "O nome j\u00e1 existe"
2019-09-30 00:32:17 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Nome",
"password": "Senha",
"port": "Porta",
"username": "Usu\u00e1rio"
},
"title": "Configurar o cliente de transmiss\u00e3o"
}
2020-04-15 16:51:07 +00:00
}
2019-09-30 00:32:17 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frequ\u00eancia de atualiza\u00e7\u00e3o"
},
2019-10-25 00:32:15 +00:00
"title": "Configurar op\u00e7\u00f5es para Transmission"
2019-09-30 00:32:17 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-09-30 00:32:17 +00:00
}