Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spanish translations #89

Merged
merged 1 commit into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 111 additions & 0 deletions example-web/my-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions src/_locales/es-419.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"account.docs": "documentos",
"account.enterPasscode": "Introduzca su código de acceso",
"account.onboard.cta": "¿No tienes un agente de KERIA?",
"account.enterPasscode": "Introduzca su passcode",
"account.onboard.cta": "¿No tienes un agente KERIA?",
"account.settings": "Ajustes",
"account.support": "apoyo",
"account.support": "soporte",
"action.clickToRemove": "haga clic para eliminar",
"action.connect": "Conectar",
"action.create": "Crear",
"action.createNew": "Crear nuevo",
"action.delete": "Borrar",
"action.disconnect": "Desconectar",
"action.open": "Abierto",
"action.save": "Ahorrar",
"action.open": "Abrir",
"action.save": "Guardar",
"action.select": "Seleccionar",
"action.toProceed": "para proceder",
"action.toSelectOther": "seleccionar otro",
Expand All @@ -21,11 +21,11 @@
"config.language.label": "Idioma",
"config.vendorUrl.label": "URL del proveedor:",
"config.vendorUrl.placeholder": "Ingrese la URL del proveedor",
"credential.issue.label": "Asunto:",
"credential.issue.label": "Emisor:",
"credential.lastUsed.label": "Último utilizado:",
"credential.revoked": "Revocado",
"credential.revoked": "Revocada",
"credential.title": "Credencial",
"credential.valid": "Válido",
"credential.valid": "Válida",
"credentials.title": "Credenciales",
"identifier.aid.label": "AID:",
"identifier.alias.label": "Alias:",
Expand All @@ -36,12 +36,12 @@
"identifier.uniqueName": "Introduzca un nombre único para el identificador",
"identifiers.title": "Identificadores",
"message.noItems": "No hay elementos para mostrar",
"signin.aidOrCredential": "AID or Credencial",
"signin.autoSignin": "Acceso auto",
"signin.aidOrCredential": "AID o Credencial",
"signin.autoSignin": "Acceso automático",
"signin.identifierAlias": "Alias ​​del identificador",
"signin.lastUsed.label": "Último utilizado",
"signin.requestAuth": "solicita autenticación con",
"signin.website": "Sitio web",
"signin.with": "Inicia sesión con",
"signins.title": "Iniciar sesión"
"signin.with": "Ingresar con",
"signins.title": "Ingresar"
}
24 changes: 12 additions & 12 deletions src/_locales/es.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"account.docs": "documentos",
"account.enterPasscode": "Introduzca su código de acceso",
"account.onboard.cta": "¿No tienes un agente de KERIA?",
"account.enterPasscode": "Introduzca su passcode",
"account.onboard.cta": "¿No tienes un agente KERIA?",
"account.settings": "Ajustes",
"account.support": "apoyo",
"account.support": "soporte",
"action.clickToRemove": "haga clic para eliminar",
"action.connect": "Conectar",
"action.create": "Crear",
"action.createNew": "Crear nuevo",
"action.delete": "Borrar",
"action.disconnect": "Desconectar",
"action.open": "Abierto",
"action.save": "Ahorrar",
"action.open": "Abrir",
"action.save": "Guardar",
"action.select": "Seleccionar",
"action.toProceed": "para proceder",
"action.toSelectOther": "seleccionar otro",
Expand All @@ -21,11 +21,11 @@
"config.language.label": "Idioma",
"config.vendorUrl.label": "URL del proveedor:",
"config.vendorUrl.placeholder": "Ingrese la URL del proveedor",
"credential.issue.label": "Asunto:",
"credential.issue.label": "Emisor:",
"credential.lastUsed.label": "Último utilizado:",
"credential.revoked": "Revocado",
"credential.revoked": "Revocada",
"credential.title": "Credencial",
"credential.valid": "Válido",
"credential.valid": "Válida",
"credentials.title": "Credenciales",
"identifier.aid.label": "AID:",
"identifier.alias.label": "Alias:",
Expand All @@ -36,12 +36,12 @@
"identifier.uniqueName": "Introduzca un nombre único para el identificador",
"identifiers.title": "Identificadores",
"message.noItems": "No hay elementos para mostrar",
"signin.aidOrCredential": "AID or Credencial",
"signin.autoSignin": "Acceso auto",
"signin.aidOrCredential": "AID o Credencial",
"signin.autoSignin": "Acceso automático",
"signin.identifierAlias": "Alias ​​del identificador",
"signin.lastUsed.label": "Último utilizado",
"signin.requestAuth": "solicita autenticación con",
"signin.website": "Sitio web",
"signin.with": "Inicia sesión con",
"signins.title": "Iniciar sesión"
"signin.with": "Ingresar con",
"signins.title": "Ingresar"
}