tachybase_todo/packages/plugins/@nocobase/plugin-saml/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

23 lines
838 B
JSON

{
"Edit": "Editar",
"Delete": "Borrar",
"Cancel": "Cancelar",
"Submit": "Enviar",
"Actions": "Acciones",
"Title": "Título",
"Enable": " Activar ",
"SAML manager": "Gestor SAML",
"SAML Providers": "Proveedores SAML",
"Redirect url": "Redirect url",
"SP entity id": "SP entity id",
"Add provider": "Añadir Proveedor",
"Edit provider": "Editar Proveedor",
"Client id": "Id de cliente",
"Entity id or issuer": "Id de entidad o emisor",
"Login Url": "Url de inicio de sesión",
"Public cert": "Certificado público",
"Delete provider": "Borrar Proveedor",
"Are you sure you want to delete it?": "¿Está seguro de que quiere borrarlo?",
"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"
}