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

18 lines
460 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2019-11-14 00:32:16 +00:00
"error": {
"wrong_credentials": "Nome de utilizador ou palavra passe incorretos"
},
2019-10-19 00:32:15 +00:00
"step": {
"user": {
"data": {
"host": "Servidor",
2020-04-23 00:05:07 +00:00
"name": "Nome",
2019-11-14 00:32:16 +00:00
"password": "Palavra-passe",
"port": "Porta",
2020-04-23 00:05:07 +00:00
"username": "Nome de Utilizador"
2019-10-19 00:32:15 +00:00
}
}
}
}
}