Skip to content

Commit

Permalink
Merge pull request #6 from MrOlivo/master
Browse files Browse the repository at this point in the history
Fix Spanish translation
  • Loading branch information
Jisco committed Jul 19, 2020
2 parents cd25516 + 6b01689 commit 90f342c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions Languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
fontSettings: {
fonts: "Fuentes",
mainFont: "Fuente principal",
letterSpacing: "Espaciado de letras",
letterSpacing: "Espaciado entre caracteres",
menuFont: "Menú",
editor: {
title: "Edición",
editorFont: "Editor",
labelFont: "etiquetado"
labelFont: "Etiquetado"
}
},
newVersionTitle: 'Nueva versión disponible',
Expand All @@ -32,7 +32,7 @@
save: 'Guardar',
saveAndClose: 'Guardar y cerrar',
options: 'Opciones',
settings: 'Configuraciones',
settings: 'Ajustes',
ok: 'Ok',
create: 'Crear',
yes: 'Si',
Expand All @@ -59,7 +59,7 @@
Families: 'Cargando Familias...',
Documents: 'Cargando Documentos...',
Suggestions: 'Cargando Sugerencias...',
Settings: 'Cargando Configuraciones...'
Settings: 'Cargando Ajustes...'
},
suggestions: {
cities: 'Ciudades',
Expand All @@ -82,7 +82,7 @@
expressions: 'Títulos',
geographie: 'Geografía',
},
deleteAllWithoutUsing: 'Borrar todos los valores sin usar',
deleteAllWithoutUsing: 'Borrar todos los valores sin uso',
},
import: {
dialog: 'Bienvenido',
Expand All @@ -94,8 +94,8 @@
confirm: {
person: {
delete: {
title: '¿Quieres remover a la persona?',
text: '¿Debería la persona ser removida?',
title: '¿Quiere eliminar a la persona?',
text: 'Esta persona será eliminada ¿Esta seguro?',
},
},
},
Expand All @@ -112,8 +112,8 @@
biological: 'Padres Biológicos',
},
images: {
title: 'Imagenes',
loadimages: 'Cargando Imagenes...',
title: 'Imágenes',
loadimages: 'Cargando Imágenes...',
show: 'Mostrar',
delete: 'Borrar',
favorite: 'Favorito',
Expand Down Expand Up @@ -174,7 +174,7 @@
statistics: 'Estadísticas',
validations: 'Validaciones',
},
languages: 'Languaje',
languages: 'Lenguaje',
export: 'Exportar',
help: {
title: 'Ayuda',
Expand All @@ -199,7 +199,7 @@
addParent: 'Padre',
addPartner: 'Pareja',
alreadyTwoParents: 'La persona ya tiene dos padres biológicos.',
notPossibleActionTitle: '¡Esta acción no se pudo llevar a cabo!',
notPossibleActionTitle: '¡Esta acción no pudo llevarse a cabo!',
removePerson: 'Eliminar',
},
options: {
Expand Down Expand Up @@ -261,7 +261,7 @@
Country: 'País',
Place: 'Lugar',
ReligionName: 'Religión',
Events: 'Eventoss',
Events: 'Eventos',
Date: 'Fecha',
From: 'De',
To: 'Para',
Expand Down Expand Up @@ -317,7 +317,7 @@
Editable: 'Editable',
CreatingPreview: 'Creando un gráfico vectorial...',
settings: 'Ajustes',
expertSettings: 'Configuración avanzada',
expertSettings: 'Ajustes avanzados',
type: 'Tipo',
types: {
ancestor: 'Árbol de Antepasados',
Expand All @@ -327,15 +327,15 @@
direction: 'Orientación',
directions: {
left: 'De Izquierda a Derecha',
top: 'De Arriba a Abajo',
bottom: 'De Abajo hacia Arriba',
top: 'De Superior a Inferior',
bottom: 'De Inferior a Superior',
right: 'De Derecha a Izquierda',
},
designSettings: 'Diseño',
nodeDesign: 'Diseño',
create: 'Crear',
designs: {
small: 'Delgado',
small: 'Estrecho',
wide: 'Ancho',
custom: 'Personalizado',
},
Expand Down Expand Up @@ -378,7 +378,7 @@
Italic: 'Cursiva',
Bold: 'Negrita',
DateFormat: 'Formato de Fecha',
ResetToSmall: 'Restablecer a Delgado',
ResetToSmall: 'Restablecer a Estrecho',
ResetToWide: 'Restablecer a Ancho',
HorizontalAlignment: 'Alineación Horizontal',
VerticalAlignment: 'Alineación Vertical',
Expand All @@ -387,14 +387,14 @@
None: 'Ninguno',
Left: 'Izquierda',
Right: 'Derecha',
Center: 'Centro',
Center: 'Centrar',
Stretch: 'Estirar',
},
VerticalAlignments: {
None: 'Ninguno',
Top: 'Arriba',
Bottom: 'Abajo',
Center: 'Centro',
Center: 'Centrar',
Stretch: 'Estirar',
},
},
Expand Down

0 comments on commit 90f342c

Please sign in to comment.