From ae7d03e3c7a999467c3525f9de2e729bac9a51de Mon Sep 17 00:00:00 2001 From: Aitanuqui Date: Sun, 3 Aug 2025 19:31:10 +0200 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 100.0% (1560 of 1560 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/es/ --- apps/client/src/translations/es/translation.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/client/src/translations/es/translation.json b/apps/client/src/translations/es/translation.json index 327f8d1ce..b0f3ef604 100644 --- a/apps/client/src/translations/es/translation.json +++ b/apps/client/src/translations/es/translation.json @@ -1984,7 +1984,7 @@ "new-column-label": "Etiqueta", "new-column-relation": "Relación", "delete-column": "Eliminar columna", - "row-insert-child": "Insertar nota hija" + "row-insert-child": "Insertar subnota" }, "editorfeatures": { "note_completion_enabled": "Activar autocompletado de notas", @@ -2005,5 +2005,8 @@ "search_history_description": "Ver búsquedas previas", "configure_launch_bar_title": "Configurar barra de inicio", "configure_launch_bar_description": "Abrir la configuración de la barra de inicio, para agregar o quitar elementos." + }, + "modal": { + "close": "Cerrar" } }