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

28 lines
902 B
JSON
Raw Normal View History

2019-10-19 00:32:15 +00:00
{
"config": {
2020-07-03 00:03:38 +00:00
"abort": {
"already_configured": "Este servidor Plex j\u00e1 est\u00e1 configurado",
"already_in_progress": "Plex est\u00e1 a ser configurado",
2020-12-07 00:04:18 +00:00
"reauth_successful": "Reautentica\u00e7\u00e3o bem sucedida",
2020-07-03 00:03:38 +00:00
"unknown": "Falha por motivo desconhecido"
},
"error": {
"faulty_credentials": "A autoriza\u00e7\u00e3o falhou, verifique o token"
},
2019-10-19 00:32:15 +00:00
"step": {
2020-06-08 00:02:43 +00:00
"manual_setup": {
"data": {
2020-07-09 00:05:04 +00:00
"host": "Servidor",
2020-12-07 00:04:18 +00:00
"port": "Porta",
"ssl": "Utiliza um certificado SSL",
"verify_ssl": "Verificar o certificado SSL"
2020-06-08 00:02:43 +00:00
}
},
2020-04-23 00:05:07 +00:00
"select_server": {
2019-10-19 00:32:15 +00:00
"data": {
2020-04-23 00:05:07 +00:00
"server": "Servidor"
2019-10-19 00:32:15 +00:00
}
}
}
}
}