nocobase/packages/plugins/@nocobase/plugin-oidc/src/locale/es-ES.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* 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>
2023-12-06 14:30:17 +08:00

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"
}