Skip to content

Commit

Permalink
Fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu authored and logseq-cldwalker committed Jun 15, 2023
1 parent e826c83 commit d34073c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scripts/src/logseq/tasks/lang.clj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
:de #{:graph :host :plugins :port :right-side-bar/whiteboards :search-item/block
:settings-of-plugins :search-item/whiteboard :shortcut.category/navigating
:settings-page/enable-tooltip :settings-page/enable-whiteboards :settings-page/plugin-system}
:es #{:settings-page/tab-general :settings-page/tab-editor}
:es #{:settings-page/tab-general :settings-page/tab-editor :whiteboard/color}
:it #{:plugins}
:nl #{:plugins :type :left-side-bar/nav-recent-pages :plugin/update}
:pl #{:port}
Expand Down
8 changes: 4 additions & 4 deletions src/resources/dicts/es.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:help/shortcuts "Atajos de teclado"
:help/shortcuts-triggers "Iniciadores"
:help/shortcut "Atajo"
:help/slash-autocomplete "Autocompletado Slash"
:help/slash-autocomplete "Autocompletado de barra '/'"
:help/block-content-autocomplete "Autocompletado bloque de contenido (Src, Quote, Query, etc)"
:help/reference-autocomplete "Referencia de página"
:help/block-reference "Referencia de bloque"
Expand Down Expand Up @@ -199,7 +199,7 @@
:relaunch-confirm-to-work "Debe relanzar la aplicación para hacer que funcione. ¿Desea reiniciarla ahora?"
:import "Importar"
:join-community "Unirse a la comunidad"
:discourse-title "Nuestro foro!"
:discourse-title "¡Nuestro foro!"
:help-shortcut-title "Clic para ver atajos y otras sugerencias"
:parsing-files "Analizando archivos"
:loading-files "Cargando archivos"
Expand Down Expand Up @@ -532,13 +532,13 @@
:header/more "Más"
:header/search "Buscar"
:header/toggle-left-sidebar "Alternar barra lateral izquierda"
:help/awesome-logseq "Awesome Logseq"
:help/awesome-logseq "Increíble Logseq"
:help/title-about "Acerca de"
:help/title-community "Comunidad"
:help/title-development "Desarrollo"
:help/title-terms "Términos"
:help/title-usage "Uso"
:page/illegal-page-name "Nombre de página ilegal!"
:page/illegal-page-name "¡Nombre de página ilegal!"
:page/page-already-exists "¡La página “{1}” ya existe!"
:page/whiteboard-to-journal-error "Las páginas de pizarra no pueden ser renombradas con título de diario..."
:plugin/all-updated "¡Todo está actualizado!"
Expand Down

0 comments on commit d34073c

Please sign in to comment.