mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-25 04:19:05 +02:00
New translations en.json (Portuguese, Brazilian)
[ci skip]
This commit is contained in:
@@ -289,6 +289,8 @@
|
||||
"add": "Adicionar",
|
||||
"callback_urls": "URLs de retorno de chamada",
|
||||
"logout_callback_urls": "URLs de retorno de chamada 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. Eles são feitos para aplicativos móveis, web e nativos, onde os segredos não podem ser guardados com segurança.",
|
||||
"pkce": "PKCE",
|
||||
@@ -645,6 +647,8 @@
|
||||
"credentials": "Credenciais",
|
||||
"client_secrets": "Segredos dos clientes",
|
||||
"client_secrets_description": "Segredos que o aplicativo usa para se autenticar. Vários segredos podem estar ativos ao mesmo tempo, então dá pra trocar um deles sem interromper o serviço.",
|
||||
"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": "Esse app ainda não tem segredos de cliente.",
|
||||
"public_clients_cannot_have_secrets": "Clientes públicos não podem ter segredos de cliente.",
|
||||
"add_client_secret": "Adicionar segredo do cliente",
|
||||
|
||||
Reference in New Issue
Block a user