Skip to content

Commit

Permalink
Merge pull request #945 from hasecilu/i18n/Spanish
Browse files Browse the repository at this point in the history
Update Spanish translation
  • Loading branch information
eliandoran authored Jan 14, 2025
2 parents c121164 + 3486e56 commit 1559009
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.json]
[{server,translation}.json]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
24 changes: 21 additions & 3 deletions src/public/translations/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,9 @@
"note_map": {
"open_full": "Ampliar al máximo",
"collapse": "Contraer al tamaño normal",
"title": "Mapa de notas"
"title": "Mapa de notas",
"fix-nodes": "Arreglar nodos",
"link-distance": "Distancia de enlace"
},
"note_paths": {
"title": "Rutas de nota",
Expand Down Expand Up @@ -1063,7 +1065,16 @@
"note_tree_and_detail_font_sizing": "Tenga en cuenta que el tamaño de fuente del árbol y de los detalles es relativo a la configuración del tamaño de fuente principal.",
"not_all_fonts_available": "Es posible que no todas las fuentes enumeradas estén disponibles en su sistema.",
"apply_font_changes": "Para aplicar cambios de fuente, haga clic en",
"reload_frontend": "recargar la interfaz"
"reload_frontend": "recargar la interfaz",
"generic-fonts": "Fuentes genéricas",
"sans-serif-system-fonts": "Fuentes Sans-serif del sistema",
"serif-system-fonts": "Fuentes Serif del sistema",
"monospace-system-fonts": "Fuentes Monoespaciadas del sistema",
"handwriting-system-fonts": "Fuentes a mano alzada del sistema",
"serif": "Serif",
"sans-serif": "Sans Serif",
"monospace": "Monoespaciada",
"system-default": "Predeterminada del sistema"
},
"max_content_width": {
"title": "Ancho del contenido",
Expand Down Expand Up @@ -1450,7 +1461,11 @@
"automatically-collapse-notes-title": "Las notas serán colapsadas después de un periodo de inactividad para despejar el árbol.",
"save-changes": "Guardar y aplicar cambios",
"auto-collapsing-notes-after-inactivity": "Colapsando notas automáticamente después de inactividad...",
"saved-search-note-refreshed": "La nota de búsqueda guardada fue recargada."
"saved-search-note-refreshed": "La nota de búsqueda guardada fue recargada.",
"hoist-this-note-workspace": "Anclar esta nota (espacio de trabajo)",
"refresh-saved-search-results": "Refrescar resultados de búsqueda guardados",
"create-child-note": "Crear subnota",
"unhoist": "Desanclar"
},
"title_bar_buttons": {
"window-on-top": "Mantener esta ventana en la parte superior"
Expand Down Expand Up @@ -1611,5 +1626,8 @@
"clear-text-field": "Limpiar campo de texto",
"show-recent-notes": "Mostrar notas recientes",
"full-text-search": "Búsqueda de texto completo"
},
"note_tooltip": {
"note-has-been-deleted": "La nota ha sido eliminada."
}
}
8 changes: 7 additions & 1 deletion translations/es/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@
"visible-launchers-title": "Lanzadores visibles"
},
"notes": {
"new-note": "Nueva nota"
"new-note": "Nueva nota",
"duplicate-note-suffix": "(dup)",
"duplicate-note-title": "{{noteTitle}} {{duplicateNoteSuffix}}"
},
"backend_log": {
"log-does-not-exist": "El archivo de registro del backend '{{fileName}}' no existe (aún).",
"reading-log-failed": "Leer el archivo de registro del backend '{{fileName}}' falló."
}
}

0 comments on commit 1559009

Please sign in to comment.