-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #103 from mapbender/feature/spanish-translation
Feature/spanish translation
- Loading branch information
Showing
4 changed files
with
98 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
src/Mapbender/DataManagerBundle/Resources/translations/messages.es.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
mb.data.store: | ||
create: Crear | ||
remove.successfully: 'Se ha eliminado correctamente' | ||
remove.confirm: | ||
text: '¿Realmente deseas eliminar el objeto?' | ||
save.successfully: 'Se ha guardado correctamente' | ||
api.query.error-message: Error | ||
api.query.error-notloggedin: "Por favor, inicia sesión" | ||
api.query.error-database: "No se ha podido establecer la conexión con la base de datos. Compruebe la configuración en 'featureType'"." | ||
|
||
mb.data-manager.table: | ||
filter: Filtro | ||
empty: No hay datos | ||
empty_after_filtering: No hay resultados | ||
from_to_total: Muestra _START_ a _END_ de _TOTAL_ | ||
out_of: (de un total de _MAX_) | ||
|
||
mb.datamanager: | ||
admin: | ||
schemes: Configuración de esquemas | ||
class: | ||
title: Administrar datos | ||
description: Añadir datos (sin geometría) | ||
mb: | ||
'data-manager': | ||
actions: | ||
show_details: Mostrar detalles | ||
details_title: Detalles del objeto | ||
attachment: | ||
open: Abrir archivo adjunto |
65 changes: 65 additions & 0 deletions
65
src/Mapbender/DigitizerBundle/Resources/translations/messages.es.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
mb.digitizer: | ||
actions: | ||
show_details: Mostrar detalles | ||
class: | ||
title: Digitalizador de datos | ||
description: Georreferenciación y digitalización de datos | ||
edit.attributes: Editar atributos | ||
edit.geometry: Editar geometrías | ||
revert.geometry: Revertir los cambios en la geometría | ||
feature: | ||
remove: | ||
title: 'Eliminar' | ||
zoomTo: 'Zoom al objeto ' | ||
edit: 'Editar' | ||
save: | ||
title: 'Guardar' | ||
print: 'Imprimir' | ||
style: | ||
change: 'Cambiar el estilo' | ||
clone: | ||
title: 'Duplicar' | ||
visibility: | ||
toggleoff: 'Ocultar objeto' | ||
toggleon: 'Mostrar objeto' | ||
toolset: | ||
current-extent: 'Mostrar solo objetos visibles en la sección actual del mapa' | ||
showAll: 'Mostrar todos los objetos' | ||
hideAll: 'Ocultar todos los objetos' | ||
saveAll: 'Guardar todos los objetos' | ||
moveFeature: Mover objeto | ||
modifyFeature: Editar objeto | ||
drawPoint: 'Añadir punto' | ||
drawLine: 'Añadir línea' | ||
drawPolygon: 'Añadir polígono' | ||
drawRectangle: 'Añadir rectángulo' | ||
drawCircle: 'Añadir círculo' | ||
drawEllipse: 'Añadir elipse' | ||
drawDonut: 'Añadir enclave en un polígono' | ||
style: | ||
fillColor: Color de relleno | ||
color: Color | ||
opacity: Opacidad | ||
pointRadius: Tamaño del punto (píxel) | ||
strokeColor: Color de línea | ||
strokeWidth: Anchura de línea | ||
lineCap: Estilo de terminación de línea | ||
round: Redondeado | ||
square: Cuadrado | ||
butt: Plano | ||
strokeDashstyle: Estilo de línea | ||
solid: Línea sólida | ||
dot: Línea de puntos | ||
dash: Línea de guiones | ||
longdash: Línea de guiones largos | ||
dashdot: Línea de guiones y puntos | ||
longdashdot: Línea de guión, punto, punto | ||
label: Etiquetas | ||
fontFamily: Fuente de texto | ||
fontColor: Color de texto | ||
fontSize: Tamaño de texto | ||
fontWeight: Tamaño de texto | ||
regular: Normal | ||
bold: Negrita | ||
italic: Cursiva | ||
|