Merge pull request #24 from margual56/master_jammy
Add spanish translations
This commit is contained in:
commit
fc8d63d1bf
1 changed files with 71 additions and 0 deletions
71
i18n/es/cosmic_edit.ftl
Normal file
71
i18n/es/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
new-document = Nuevo documento
|
||||||
|
open-project = Abrir proyecto
|
||||||
|
|
||||||
|
# Context Pages
|
||||||
|
|
||||||
|
## Document statistics
|
||||||
|
document-statistics = Estadísticas del documento
|
||||||
|
word-count = Número de palabras
|
||||||
|
character-count = Letras
|
||||||
|
character-count-no-spaces = Letras (sin espacios)
|
||||||
|
line-count = Líneas
|
||||||
|
|
||||||
|
## Settings
|
||||||
|
settings = Ajustes
|
||||||
|
|
||||||
|
## Appearance
|
||||||
|
appearance = Apariencia
|
||||||
|
theme = Tema
|
||||||
|
default-font = Tipo de letra por defecto
|
||||||
|
default-font-size = Tamaño de letra por defecto
|
||||||
|
|
||||||
|
### Keyboard shortcuts
|
||||||
|
keyboard-shortcuts = Atajos de teclado
|
||||||
|
enable-vim-bindings = Activar atajos de teclado de Vim
|
||||||
|
|
||||||
|
# Menu
|
||||||
|
|
||||||
|
## File
|
||||||
|
file = Archivo
|
||||||
|
new-file = Nuevo archivo
|
||||||
|
new-window = Nueva ventana
|
||||||
|
open-file = Abrir archivo...
|
||||||
|
open-recent = Abrir reciente
|
||||||
|
todo = TODO
|
||||||
|
save = Guardar
|
||||||
|
save-as = Guardar como...
|
||||||
|
revert-all-changes = Deshacer todos los cambios
|
||||||
|
menu-document-statistics = Estadísticas del documento...
|
||||||
|
document-type = Tipo del documento...
|
||||||
|
encoding = Codificación...
|
||||||
|
print = Imprimir
|
||||||
|
quit = Salir
|
||||||
|
|
||||||
|
## Edit
|
||||||
|
edit = Editar
|
||||||
|
undo = Deshacer
|
||||||
|
redo = Rehacer
|
||||||
|
cut = Cortar
|
||||||
|
copy = Copiar
|
||||||
|
paste = Pegar
|
||||||
|
find = Buscar
|
||||||
|
replace = Reemplazar
|
||||||
|
spell-check = Corrector ortográfico
|
||||||
|
|
||||||
|
## View
|
||||||
|
view = Vista
|
||||||
|
indentation = Indentación
|
||||||
|
|
||||||
|
### Indentation
|
||||||
|
automatic-indentation = Indentación automática
|
||||||
|
tab-width = Ancho de tabulación: {$tab_width}
|
||||||
|
convert-indentation-to-spaces = Convertir indentación a espacios
|
||||||
|
convert-indentation-to-tabs = Convertir indentación a tabulaciones
|
||||||
|
|
||||||
|
word-wrap = Ajuste de línea
|
||||||
|
show-line-numbers = Mostrar números de línea
|
||||||
|
highlight-current-line = Resaltar línea actual
|
||||||
|
syntax-highlighting = Resaltado de sintaxis...
|
||||||
|
menu-settings = Ajustes...
|
||||||
|
menu-keyboard-shortcuts = Atajos del teclado...
|
||||||
|
about-cosmic-text-editor = Sobre el Editor de Texto COSMIC
|
||||||
Loading…
Add table
Add a link
Reference in a new issue