Added Spanish translations for Git functionality and Themes
This commit is contained in:
parent
4986a7ecb4
commit
6c61d444a3
2 changed files with 23 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
new-document = Nuevo documento
|
||||
open-project = Abrir proyecto
|
||||
todo = TODO
|
||||
|
||||
# Context Pages
|
||||
|
||||
|
|
@ -10,12 +11,25 @@ character-count = Letras
|
|||
character-count-no-spaces = Letras (sin espacios)
|
||||
line-count = Líneas
|
||||
|
||||
## Git management
|
||||
git-management = Gestión de Git
|
||||
unstaged-changes = Cambios no confirmados
|
||||
staged-changes = Cambios confirmados
|
||||
|
||||
## Project search
|
||||
project-search = Búsqueda del proyecto
|
||||
|
||||
## Settings
|
||||
settings = Ajustes
|
||||
|
||||
## Appearance
|
||||
appearance = Apariencia
|
||||
theme = Tema
|
||||
match-desktop = Sincronizar al escritorio
|
||||
dark = Oscuro
|
||||
light = Claro
|
||||
syntax-dark = Sintaxis oscura
|
||||
syntax-light = Sintaxis clara
|
||||
default-font = Tipo de letra por defecto
|
||||
default-font-size = Tamaño de letra por defecto
|
||||
|
||||
|
|
@ -31,13 +45,17 @@ new-file = Nuevo archivo
|
|||
new-window = Nueva ventana
|
||||
open-file = Abrir archivo...
|
||||
open-recent = Abrir reciente
|
||||
todo = TODO
|
||||
close-file = Cerrar archivo
|
||||
menu-open-project = Abrir proyecto...
|
||||
open-recent-project = Abrir proyecto reciente
|
||||
close-project = Cerrar proyecto
|
||||
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...
|
||||
menu-git-management = Gestión de Git...
|
||||
print = Imprimir
|
||||
quit = Salir
|
||||
|
||||
|
|
@ -50,7 +68,8 @@ copy = Copiar
|
|||
paste = Pegar
|
||||
find = Buscar
|
||||
replace = Reemplazar
|
||||
spell-check = Corrector ortográfico
|
||||
find-in-project = Buscar en el proyecto...
|
||||
spell-check = Corrector ortográfico...
|
||||
|
||||
## View
|
||||
view = Vista
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@ line-count = Linee
|
|||
|
||||
## Git management
|
||||
git-management = Gestione Git
|
||||
unstaged-changes = Modifiche a non committare
|
||||
staged-changes = Modifiche a committare
|
||||
unstaged-changes = Modifiche non confirmate
|
||||
staged-changes = Modifiche confirmate
|
||||
|
||||
## Project search
|
||||
project-search = Project search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue