From a23de50bb88ca50b11c50d8a96f46b400cf59518 Mon Sep 17 00:00:00 2001 From: PublicHer0 <89750813+PublicHer0@users.noreply.github.com> Date: Tue, 20 Dec 2022 14:18:21 +0100 Subject: [PATCH] feat: update spanish locale (#786) * Adding spanish version * update spanish locale Co-authored-by: boojack --- .../Settings/PreferencesSection.tsx | 2 +- web/src/locales/es.json | 30 +++++++++---------- web/src/pages/Auth.tsx | 4 +-- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/web/src/components/Settings/PreferencesSection.tsx b/web/src/components/Settings/PreferencesSection.tsx index e26100b9..48cfbe79 100644 --- a/web/src/components/Settings/PreferencesSection.tsx +++ b/web/src/components/Settings/PreferencesSection.tsx @@ -36,7 +36,7 @@ const localeSelectorItems = [ value: "de", }, { - text: "Spanish", + text: "Español", value: "es", }, ]; diff --git a/web/src/locales/es.json b/web/src/locales/es.json index 1b1d01ca..e0bdbc8b 100644 --- a/web/src/locales/es.json +++ b/web/src/locales/es.json @@ -37,7 +37,7 @@ "shortcuts": "Atajos", "title": "Título", "filter": "Filtros", - "tags": "Etiquetas", + "tags": "Tags", "yourself": "Tu", "archived-at": "Archivado en", "changed": "cambiado", @@ -47,7 +47,7 @@ "image": "Imagen", "link": "Enlace", "vacuum": "Vaciar", - "select": "Select" + "select": "Seleccionar" }, "slogan": "Un código abierto, centro de notas autoalojado con la gestión del conocimiento y la socialización.", "auth": { @@ -56,13 +56,13 @@ "not-host-tip": "Si no tienes una cuenta, ponte en contacto con el anfitrión del sitio." }, "sidebar": { - "daily-review": "Análisis diario", + "daily-review": "Resumen diario", "resources": "Recursos", "setting": "Configuración", "archived": "Archivado" }, "daily-review": { - "oops-nothing": "Oops, no hay nada." + "oops-nothing": "Ups, no hay nada." }, "resources": { "description": "Visualiza tus recursos estáticos en notas. p.ej., imágenes", @@ -135,13 +135,13 @@ "after": "Después" }, "value": { - "not-tagged": "Sin etiquetas", - "linked": "Tiene enlaces" + "not-tagged": "Sin tags", + "linked": "Con enlaces" }, "text-placeholder": "Empieza por ^ para usar regex" }, "tag-list": { - "tip-text": "Introduce `#etiqueta ` para crearla" + "tip-text": "Escribe `#tag ` para crearlo" }, "search": { "quickly-filter": "Filtro rápido" @@ -176,11 +176,11 @@ "title": "Customize Server", "default": "Default is memos", "icon-url": "Icon URL" - }, + }, "database-file-size": "Tamaño de la Base de Datos", "allow-user-signup": "Permitir el registro de usuarios", - "additional-style": "Estilo adicional", - "additional-script": "Script adicional", + "additional-style": "Estilos adicionales", + "additional-script": "Scripts adicionales", "additional-style-placeholder": "Códigos CSS adicionales", "additional-script-placeholder": "Códigos JavaScript adicionales" }, @@ -191,18 +191,18 @@ } }, "amount-text": { - "memo": "NOTA", - "tag": "ETIQUETA", - "day": "DÍA" + "memo": "NOTAS", + "tag": "TAGS", + "day": "DÍAS" }, "message": { "no-memos": "no hay notas 🌃", - "memos-ready": "todos las notas están listos 🎉", + "memos-ready": "todas las notas están listas 🎉", "restored-successfully": "Restaurado con éxito", "memo-updated-datetime": "Fecha de creación de la nota modificada.", "invalid-created-datetime": "Fecha de creación no válida.", "change-memo-created-time": "Cambiar la hora de creación de la nota", - "memo-not-found": "Nota no encontrado.", + "memo-not-found": "Nota no encontrada.", "fill-all": "Rellena todos los campos.", "password-not-match": "Las contraseñas no coinciden.", "new-password-not-match": "Las nuevas contraseñas no coinciden.", diff --git a/web/src/pages/Auth.tsx b/web/src/pages/Auth.tsx index 8633c637..d79f9d2b 100644 --- a/web/src/pages/Auth.tsx +++ b/web/src/pages/Auth.tsx @@ -166,7 +166,7 @@ const Auth = () => { {!systemStatus?.host &&

{t("auth.host-tip")}

} -
+