From 692862c298fd561a97197df604388a93f19b16e3 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 12 Jun 2024 11:58:30 +0200 Subject: [PATCH] Update translations and fix CI (#449) --- .github/workflows/fix-i18n.yml | 3 +++ src/locales/es/texts.json | 21 +++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix-i18n.yml b/.github/workflows/fix-i18n.yml index ed134bac..2edf7cdb 100644 --- a/.github/workflows/fix-i18n.yml +++ b/.github/workflows/fix-i18n.yml @@ -12,6 +12,9 @@ jobs: with: node-version: 'lts/*' - uses: actions/checkout@v4 + with: + fetch-depth: 0 + ref: ${{github.event.pull_request.head.ref}} - run: npm install - run: node helpers/fix-crowdin.js - name: Commit changes diff --git a/src/locales/es/texts.json b/src/locales/es/texts.json index 85fbe227..bd73c225 100644 --- a/src/locales/es/texts.json +++ b/src/locales/es/texts.json @@ -35,11 +35,28 @@ }, "authentication": { "button": { + "login": "Entrar", + "logout": "Salir", "title": "Proporciona o actualiza tus credenciales" }, + "chooseMethod": "Elija el método de autenticación", "description": "La página solicitada requiere autenticación. Por favor proporcione sus datos de autenticación en el campo de texto que aparece a continuación.", - "schemeTypes": {}, - "title": "Autenticación" + "loggedOut": "Ha cerrado la sesión con éxito. Ahora puede cerrar esta ventana.", + "password": "Contraseña", + "required": "Se necesita autenticación", + "schemeTypes": { + "http": "HTTP {scheme}", + "s3": "S3", + "signedUrl": "URL Firmada", + "oauth2": "OAuth 2", + "apiKey": "Llave de API", + "openIdConnect": "OpenID Connect" + }, + "title": "Autenticación", + "unauthorized": "No tiene permiso para acceder a estos datos. Por favor, inicie sesión.", + "unsupported": "No compatible", + "unsupportedLong": "Lo sentimos, el método de autenticación {method} no es compatible con STAC Browser.", + "user": "Usuario" }, "browse": "Explorar", "cancel": "Cancelar",