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

33 lines
873 B
JSON

{
"config": {
"abort": {
"already_configured": "O dispositivo j\u00e1 est\u00e1 configurado"
},
"error": {
"cannot_connect": "Falha na liga\u00e7\u00e3o",
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
"name_exists": "Nome j\u00e1 existe"
},
"step": {
"user": {
"data": {
"host": "Servidor",
"name": "Nome",
"password": "Palavra-passe",
"port": "Porta",
"username": "Nome de Utilizador"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"limit": "Limite",
"order": "Ordem"
}
}
}
}
}