mirror of
https://github.com/nocobase/nocobase
synced 2024-11-17 05:40:10 +00:00
ff097936dd
* fix: fix T-2063 * fix: fix T-2589 * chore: remove translation of page header * chore: add version check for migration * chore: switch locale files to JSON format * fix: bug * fix(auth): fix translation * fix: add App provider --------- Co-authored-by: chenos <chenlinxh@gmail.com>
26 lines
997 B
JSON
26 lines
997 B
JSON
{
|
|
"Enable": "Activar",
|
|
"Issuer": "Emisor",
|
|
"Actions": "Acciones",
|
|
"Delete": "Borrar",
|
|
"Edit": "Editar",
|
|
"Button title": "Título del botón",
|
|
"OIDC manager": "Gestor OIDC",
|
|
"OIDC Providers": "Proveedores OIDC",
|
|
"Provider name": "Nombre",
|
|
"Client id": "Id de cliente",
|
|
"Client secret": "Secreto del cliente",
|
|
"Openid configuration": "Configuración Openid",
|
|
"Authorization endpoint": "Endpoint de autorización ",
|
|
"Access token endpoint": "Endpoint de token de acceso",
|
|
"JWKS endpoint": "Endpoint de JWKS",
|
|
"Userinfo endpoint": "Userinfo endpoint",
|
|
"Redirect url": "Redirect url",
|
|
"Logout endpoint": "Endpoint de cierre de sesión",
|
|
"Id token sign alg": "Id token sign alg",
|
|
"Add provider": "Añadir Proveedor",
|
|
"Edit provider": "Editar Proveedor",
|
|
"Delete provider": "Borrar Proveedor",
|
|
"Sign in button name, which will be displayed on the sign in page": "Nombre del botón de inicio de sesión, que se mostrará en la página de inicio de sesión"
|
|
}
|