Skip to content

Commit

Permalink
Add portuguese translation (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViPeR5000 authored Mar 10, 2023
1 parent 6bea5fd commit b6dd8d7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions custom_components/trakt_tv/translations/pt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"title": "Trakt",
"config": {
"abort": {
"authorize_url_timeout": "Timeout a gerar o link de autorização URL.",
"missing_configuration": "O componentne não se encontra configurado por favor consulta a documentação.",
"no_url_available": "Sem link disponivel . Para informação sobre este erro, ({docs_url})"
},
"create_entry": {
"default": "Autenticação efetuada"
},
"step": {
"pick_implementation": {
"title": "Escolhe o metodo de autenticação"
},
"user": {
"data": {
"client_id": "Client ID",
"client_secret": "Client secret"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"fetch_intervals": "Frequencia de atualização (segundos)"
}
}
}
}
}

0 comments on commit b6dd8d7

Please sign in to comment.