-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" | ||
} | ||
} | ||
} | ||
} | ||
} |