mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-24 20:09:03 +02:00
New translations en.json (Portuguese)
[ci skip]
This commit is contained in:
@@ -289,6 +289,8 @@
|
||||
"add": "Adicionar",
|
||||
"callback_urls": "URLs de retorno",
|
||||
"logout_callback_urls": "URLs de retorno de logout",
|
||||
"backchannel_logout_url": "Back-Channel Logout URL",
|
||||
"backchannel_logout_url_description": "URL that receives a logout token when a user's access is revoked, for example when they are disabled or lose group access.",
|
||||
"public_client": "Cliente público",
|
||||
"public_clients_description": "Os clientes públicos não têm um segredo de cliente. Destinam-se a aplicações móveis, web e nativas, onde os segredos não podem ser armazenados com segurança.",
|
||||
"pkce": "PKCE",
|
||||
@@ -645,6 +647,8 @@
|
||||
"credentials": "Credenciais",
|
||||
"client_secrets": "Segredos de cliente",
|
||||
"client_secrets_description": "Segredos que a aplicação usa para se autenticar. Podem estar ativos vários segredos ao mesmo tempo, pelo que é possível substituir um deles sem tempo de inatividade.",
|
||||
"auto_create_client_secret": "Automatically create client secrets",
|
||||
"auto_create_client_secret_description": "Create a secret without an expiration date when a confidential OIDC client is added. The secret is shown once after creation.",
|
||||
"no_client_secrets_yet": "Esta aplicação ainda não tem segredos de cliente.",
|
||||
"public_clients_cannot_have_secrets": "Os clientes públicos não podem ter segredos de cliente.",
|
||||
"add_client_secret": "Adicionar segredo do cliente",
|
||||
|
||||
Reference in New Issue
Block a user