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
|
new-document = Nuevo documento
|
||||||
open-project = Abrir proyecto
|
open-project = Abrir proyecto
|
||||||
|
todo = TODO
|
||||||
|
|
||||||
# Context Pages
|
# Context Pages
|
||||||
|
|
||||||
|
|
@ -10,12 +11,25 @@ character-count = Letras
|
||||||
character-count-no-spaces = Letras (sin espacios)
|
character-count-no-spaces = Letras (sin espacios)
|
||||||
line-count = Líneas
|
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
|
||||||
settings = Ajustes
|
settings = Ajustes
|
||||||
|
|
||||||
## Appearance
|
## Appearance
|
||||||
appearance = Apariencia
|
appearance = Apariencia
|
||||||
theme = Tema
|
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 = Tipo de letra por defecto
|
||||||
default-font-size = Tamaño 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
|
new-window = Nueva ventana
|
||||||
open-file = Abrir archivo...
|
open-file = Abrir archivo...
|
||||||
open-recent = Abrir reciente
|
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 = Guardar
|
||||||
save-as = Guardar como...
|
save-as = Guardar como...
|
||||||
revert-all-changes = Deshacer todos los cambios
|
revert-all-changes = Deshacer todos los cambios
|
||||||
menu-document-statistics = Estadísticas del documento...
|
menu-document-statistics = Estadísticas del documento...
|
||||||
document-type = Tipo del documento...
|
document-type = Tipo del documento...
|
||||||
encoding = Codificación...
|
encoding = Codificación...
|
||||||
|
menu-git-management = Gestión de Git...
|
||||||
print = Imprimir
|
print = Imprimir
|
||||||
quit = Salir
|
quit = Salir
|
||||||
|
|
||||||
|
|
@ -50,7 +68,8 @@ copy = Copiar
|
||||||
paste = Pegar
|
paste = Pegar
|
||||||
find = Buscar
|
find = Buscar
|
||||||
replace = Reemplazar
|
replace = Reemplazar
|
||||||
spell-check = Corrector ortográfico
|
find-in-project = Buscar en el proyecto...
|
||||||
|
spell-check = Corrector ortográfico...
|
||||||
|
|
||||||
## View
|
## View
|
||||||
view = Vista
|
view = Vista
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ line-count = Linee
|
||||||
|
|
||||||
## Git management
|
## Git management
|
||||||
git-management = Gestione Git
|
git-management = Gestione Git
|
||||||
unstaged-changes = Modifiche a non committare
|
unstaged-changes = Modifiche non confirmate
|
||||||
staged-changes = Modifiche a committare
|
staged-changes = Modifiche confirmate
|
||||||
|
|
||||||
## Project search
|
## Project search
|
||||||
project-search = Project search
|
project-search = Project search
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue