From 73c550936009a6c1ee5d6806eb8f42ac9a091ed7 Mon Sep 17 00:00:00 2001 From: 1e99 <1e99@1e99.eu> Date: Sun, 10 Nov 2024 11:34:04 +0100 Subject: [PATCH] add spanish language --- static/index.html | 1 + static/lang/de.json | 1 + static/lang/en.json | 1 + static/lang/es.json | 25 +++++++++++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 static/lang/es.json diff --git a/static/index.html b/static/index.html index c07fb2c..3fcba05 100644 --- a/static/index.html +++ b/static/index.html @@ -32,6 +32,7 @@ diff --git a/static/lang/de.json b/static/lang/de.json index 37f93f1..0681dbb 100644 --- a/static/lang/de.json +++ b/static/lang/de.json @@ -4,6 +4,7 @@ "language": "Sprache", "language-en": "Englisch", "language-de": "Deutsch", + "language-es": "Spanisch", "enter-password": "Passwort eingeben", "password": "Passwort", "expires-in": "Ablaufzeit", diff --git a/static/lang/en.json b/static/lang/en.json index 5fd8f2e..518ba80 100644 --- a/static/lang/en.json +++ b/static/lang/en.json @@ -4,6 +4,7 @@ "language": "Language", "language-en": "English", "language-de": "German", + "language-es": "Spanish", "enter-password": "Enter Password", "password": "Password", "expires-in": "Expires in", diff --git a/static/lang/es.json b/static/lang/es.json new file mode 100644 index 0000000..4b52c60 --- /dev/null +++ b/static/lang/es.json @@ -0,0 +1,25 @@ +{ + "title": "PassED", + "source-code": "Fuente", + "language": "Idioma", + "language-en": "Inglés", + "language-de": "Alemán", + "language-es": "Español", + "enter-password": "Introducir Contraseña", + "password": "Contraseña", + "expires-in": "Expira en", + "expires-in.1-hour": "1 Hora", + "expires-in.12-hours": "2 Horas", + "expires-in.1-day": "1 Día", + "expires-in.1-week": "1 Semana", + "expires-in.2-weeks": "2 Semanas", + "generate-link": "Generar Enlace", + "share-link": "Compartir Enlace", + "not-found": "Contraseña no encontrada", + "not-found-reason": "La contraseña que solicitaste puede haber expirado, haber sido vista antes o nunca haber existido en primer lugar.", + "reveal-password": "Revelar Contraseña", + "reveal-password-once": "Solo puedes revelar la contraseña una vez", + "copy": "Copiar", + "close": "Cerrar", + "ok": "OK" +}