Skip to content

Commit

Permalink
Update translations and fix CI (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr authored Jun 12, 2024
1 parent 11bf0ee commit 692862c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fix-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 19 additions & 2 deletions src/locales/es/texts.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 692862c

Please sign in to comment.