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

34 lines
972 B
JSON
Raw Normal View History

2019-10-01 00:32:19 +00:00
{
2019-12-07 00:32:13 +00:00
"config": {
2020-05-17 00:02:56 +00:00
"error": {
"ssl_error": "Problema no certificado SSL"
},
2020-05-16 00:03:50 +00:00
"flow_title": "{name} ({host})",
"step": {
"manual_setup": {
"data": {
2020-08-27 00:04:55 +00:00
"port": "Porta",
2020-05-17 00:02:56 +00:00
"ssl": "Usar SSL",
"token": "Token (Opcional)",
"verify_ssl": "Verifique o certificado SSL"
},
"title": "Configura\u00e7\u00e3o manual do Plex"
},
"user_advanced": {
"data": {
"setup_method": "M\u00e9todo de configura\u00e7\u00e3o"
2020-05-16 00:03:50 +00:00
}
}
2019-12-07 00:32:13 +00:00
}
},
2019-10-01 00:32:19 +00:00
"options": {
"step": {
"plex_mp_settings": {
"data": {
"use_episode_art": "Usar arte epis\u00f3dio"
},
"description": "Op\u00e7\u00f5es para Plex Media Players"
}
}
}
}