mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-24 20:09:03 +02:00
New translations en.json (Spanish)
[ci skip]
This commit is contained in:
@@ -289,6 +289,8 @@
|
||||
"add": "Añadir",
|
||||
"callback_urls": "URL de devolución de llamada",
|
||||
"logout_callback_urls": "URL de devolución de llamada al cerrar sesión",
|
||||
"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": "Public clients do not have a client secret and use PKCE instead. Enable this if your client is a SPA or mobile app.",
|
||||
"pkce": "PKCE",
|
||||
@@ -645,6 +647,8 @@
|
||||
"credentials": "Credenciales",
|
||||
"client_secrets": "Secretos de los clientes",
|
||||
"client_secrets_description": "Secretos que usa la app para autenticarse. Pueden haber varios secretos activos a la vez, así que puedes rotar uno sin que haya interrupciones en el servicio.",
|
||||
"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 app todavía no tiene secretos de cliente.",
|
||||
"public_clients_cannot_have_secrets": "Los clientes públicos no pueden tener secretos de cliente.",
|
||||
"add_client_secret": "Añadir el secreto de cliente",
|
||||
|
||||
Reference in New Issue
Block a user