Update locale/es.js

Unifying zona and área - línea and ruta. 
Removing unnecessary articles.
Making some texts shorter.
This commit is contained in:
saleiva
2013-02-14 21:48:55 +01:00
parent c103c79c29
commit 0d2b37315f

View File

@@ -1,29 +1,29 @@
locale.es = {
modes: {
add_area: {
title: "Zona", //"Area",
title: "Área", //"Area",
description: "Agregar parques, edificios, lagos u otras zonas en el mapa", //"Add parks, buildings, lakes, or other areas to the map.",
tail: "Hacer click en el mapa para empezar a dibujar una zona como un parque, lago o edificio" //"Click on the map to start drawing an area, like a park, lake, or building."
tail: "Haz clic en el mapa para empezar a dibujar un área. Parques, lagos o edificios" //"Click on the map to start drawing an area, like a park, lake, or building."
},
add_line: {
title: "Línea", //"Line",
description: "Las líneas pueden ser autopistas, calles, pasos peatonales o canales.", //"Lines can be highways, streets, pedestrian paths, or even canals.",
tail: "Hace clic para dibujar en el mapa, una calle, camino o ruta." //"Click on the map to start drawing an road, path, or route.",
tail: "Haz clic para dibujar en el mapa, una calle, camino o ruta." //"Click on the map to start drawing an road, path, or route.",
},
add_point: {
title: "Punto", //"Point",
description: "Son puntos los restaurantes, monumentos y buzones", //"Restaurants, monuments, and postal boxes are points.",
tail: "Hacer clic para agregar un punto en el mapa" //"Click on the map to add a point.",
description: "Un punto puede ser un restaurante, un monumento, un buzón... etc.", //"Restaurants, monuments, and postal boxes are points.",
tail: "Haz clic para agregar un punto en el mapa" //"Click on the map to add a point.",
},
browse: {
title: "Navegar", //"Browse",
description: "Aumentar y navegar el mapa" //"Pan and zoom the map.",
description: "Acercar y mover el mapa" //"Pan and zoom the map.",
},
draw_area: {
tail: "Hacer clic para agregar puntos en tu zona. Hacer hacer click en el primer punto para finalizar la zona." //"Click to add points to your area. Click the first point to finish the area."
tail: "Haz clic para agregar vértices en tu área. Haz clic de nuevo en el primer vértice para cerrar el área." //"Click to add points to your area. Click the first point to finish the area."
},
draw_line: {
tail: "Hacer clic para agregar más puntos a la línea. Hacer clic en otras líneas para conectarlas, y doble clic para finalizar." //"Click to add more points to the line. Click on other lines to connect to them, and double-click to end the line."
tail: "Hacer clic para agregar más vértices a la línea. Hacer clic en otras líneas para conectarlas, y doble clic para terminar." //"Click to add more points to the line. Click on other lines to connect to them, and double-click to end the line."
}
},
@@ -31,19 +31,19 @@ locale.es = {
add: {
annotation: {
point: "Punto agregado", //"Added a point.",
vertex: "Nodo agregado a una ruta" //"Added a node to a way."
vertex: "Vértice añadido a la ruta" //"Added a node to a way."
}
},
start: {
annotation: {
line: "Línea iniciada", //"Started a line.",
area: "Zona iniciada" //"Started an area."
area: "Área iniciada" //"Started an area."
}
},
'continue': {
annotation: {
line: "Línea continuada.", //"Continued a line.",
area: "Zona continuada." //"Continued an area."
area: "Área continuada." //"Continued an area."
}
},
cancel_draw: {
@@ -57,86 +57,86 @@ locale.es = {
description: "Redondear esto.", //"Make this round.",
key: "O",
annotation: {
line: "Redondear una línea.", //"Made a line circular.",
area: "Redondear una zona." //"Made an area circular."
line: "Redondear línea.", //"Made a line circular.",
area: "Redondear área." //"Made an area circular."
}
},
orthogonalize: {
title: "Escuadrar", //"Orthogonalize",
description: "Escuadrar estas esquinas.", //"Square these corners.",
description: "Escuadrar esquinas.", //"Square these corners.",
key: "E", //"Q",
annotation: {
line: "Esquinas de la línea escuadrados.", //"Squared the corners of a line.",
area: "Esquinas de la zona escuadrados." //"Squared the corners of an area."
area: "Esquinas del área escuadrados." //"Squared the corners of an area."
}
},
'delete': {
title: "Eliminar", //"Delete",
description: "Eliminar esto del mapa.", //"Remove this from the map.",
description: "Eliminar del mapa.", //"Remove this from the map.",
key: "⌫",
annotation: {
point: "Punto eliminado.", //"Deleted a point.",
vertex: "Nodo elimnado de una ruta.", //"Deleted a node from a way.",
vertex: "Vértice elimnado de la ruta.", //"Deleted a node from a way.",
line: "Línea eliminada.", //"Deleted a line.",
area: "Zona eliminada.", //"Deleted an area.",
area: "Área eliminada.", //"Deleted an area.",
relation: "Relación eliminada.", //"Deleted a relation.",
multiple: "{n} objetos eliminados." //"Deleted {n} objects."
}
},
connect: {
annotation: {
point: "Punto conectado a una ruta.", //"Connected a way to a point.",
vertex: "Ruta conectada a otra.", //"Connected a way to another.",
line: "Ruta conectada a una línea.", //"Connected a way to a line.",
area: "Ruta conectada a una zona." //"Connected a way to an area."
point: "Punto conectado a la línea.", //"Connected a way to a point.",
vertex: "Ruta conectada a otra línea.", //"Connected a way to another.",
line: "Línea conectada a la línea.", //"Connected a way to a line.",
area: "Línea conectada al área." //"Connected a way to an area."
}
},
disconnect: {
title: "Desconectar", //"Disconnect",
description: "Desconectar estas rutas.", //"Disconnect these ways from each other.",
description: "Desconectar líneas.", //"Disconnect these ways from each other.",
key: "D",
annotation: "Rutas desconectadas." //"Disconnected ways."
annotation: "Líneas desconectadas." //"Disconnected ways."
},
merge: {
title: "Combinar", //"Merge",
description: "Combinar estas líneas.", //"Merge these lines.",
description: "Combinar líneas.", //"Merge these lines.",
key: "C",
annotation: "{n} líneas combinadas" //"Merged {n} lines."
annotation: "{n} líneas combinadas." //"Merged {n} lines."
},
move: {
title: "Mover", //"Move",
description: "Mover esto a una ubicación diferente.", //"Move this to a different location.",
description: "Mover a otra ubicación.", //"Move this to a different location.",
key: "M",
annotation: {
point: "Punto movido", //"Moved a point.",
vertex: "Nodo movido a una ruta", //"Moved a node in a way.",
vertex: "Vertice movido", //"Moved a node in a way.",
line: "Línea movida", //"Moved a line.",
area: "Zona movida" //"Moved an area."
area: "Área movida" //"Moved an area."
}
},
reverse: {
title: "Invertir", //"Reverse",
description: "Hacer que esta línea vaya en sentido inverso.", //"Make this line go in the opposite direction.",
description: "Invertir sentido de la linea.", //"Make this line go in the opposite direction.",
key: "I", //"V",
annotation: "Línea invertida" //"Reversed a line."
annotation: "Sentido de la línea invertido." //"Reversed a line."
},
split: {
title: "Dividir", //"Split",
description: "Dividir en dos rutas en éste punto.", //"Split this into two ways at this point.",
description: "Dividir en dos en éste punto.", //"Split this into two ways at this point.",
key: "D", //"X",
annotation: "Dividir una ruta." //"Split a way."
annotation: "Dividir ruta." //"Split a way."
}
},
nothing_to_undo: "Nada para deshacer", //"Nothing to undo.",
nothing_to_redo: "Nada para rehacer", //"Nothing to redo.",
nothing_to_undo: "Nada que deshacer", //"Nothing to undo.",
nothing_to_redo: "Nada que rehacer", //"Nothing to redo.",
just_edited: "Acabas de editar OpenStreetMap!", //"You Just Edited OpenStreetMap!",
browser_notice: "Este editor soporta Firefox, Chrome, Safari, Opera e Internet Explorer 9 o superior. Por favor actualiza tu navegador o utiliza Potlatch 2 para editar el mapa.", //"This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
view_on_osm: "Ver en OSM", //"View on OSM",
zoom_in_edit: "acercar para editar el mapa", //"zoom in to edit the map",
logout: "cerrar sesión", //"logout",
report_a_bug: "reportar un error", //"report a bug",
zoom_in_edit: "Acerca para editar el mapa", //"zoom in to edit the map",
logout: "Cerrar sesión", //"logout",
report_a_bug: "Reportar un error", //"report a bug",
commit: {
title: "Guardar Cambios", // "Save Changes"
@@ -151,24 +151,24 @@ locale.es = {
},
contributors: {
list: "Viendo las contribuciones de usuarios {users}", //"Viewing contributions by {users}",
list: "Viendo las contribuciones de {users}", //"Viewing contributions by {users}",
truncated_list: "Viendo las contribuciones de {users} y {count} más" //"Viewing contributions by {users} and {count} others"
},
geocoder: {
title: "Encontrar un lugar", //"Find A Place",
placeholder: "encontrar un lugar", //"find a place",
title: "Buscar un lugar", //"Find A Place",
placeholder: "buscar un lugar", //"find a place",
no_results: "No se pudo encontrar el lugar llamado '{name}'" //"Couldn't locate a place named '{name}'"
},
geolocate: {
title: "Mostrar Mi Localización" //"Show My Location"
title: "Mostrar mi Localización" //"Show My Location"
},
inspector: {
no_documentation_combination: "No hay documentación disponible para esta combinación de etiquetas", //"This is no documentation available for this tag combination",
no_documentation_key: "No hay documentación disponible para esta tecla", //"This is no documentation available for this key",
new_tag: "Nueve etiqueta", //"New Tag"
new_tag: "Nueva etiqueta", //"New Tag"
edit_tags: "Editar etiquetas", //"Edit tags",
okay: "OK",
view_on_osm: "Ver en OSM" //"View on OSM"
@@ -178,14 +178,14 @@ locale.es = {
title: "Fondo", //"Background",
description: "Configuración de fondo", //"Background Settings",
percent_brightness: "{opacity}% brillo", //"{opacity}% brightness",
fix_misalignment: "Arreglar alineamiento", //"Fix misalignment",
fix_misalignment: "Alinear", //"Fix misalignment",
reset: "reiniciar" //"reset"
},
restore: {
description: "Tienes cambios no guardados de una sesión de edición previa. ¿Quieres recuperar esos cambios?", //"You have unsaved changes from a previous editing session. Do you wish to restore these changes?"
description: "Tienes cambios no guardados de una sesión de edición previa. ¿Quieres recuperar tus cambios?", //"You have unsaved changes from a previous editing session. Do you wish to restore these changes?"
restore: "Restaurar", //"Restore"
reset: "Restablecer" //"Reset"
reset: "Descartar" //"Reset"
},
save: {
@@ -198,7 +198,7 @@ locale.es = {
splash: {
welcome: "Bienvenido al editor de OpenStreetMap iD", //"Welcome to the iD OpenStreetMap editor"
text: "Esta es la versión {version} de desarrollo. Para más información visita {website} y reporta cualquier error en {github}." //"This is development version {version}. For more information see {website} and report bugs at {github}."
text: "Esto es una versión {version} de desarrollo. Para más información visita {website} y reporta cualquier error en {github}." //"This is development version {version}. For more information see {website} and report bugs at {github}."
},
source_switch: {
@@ -213,15 +213,15 @@ locale.es = {
},
validations: {
untagged_point: "Punto sin etiquetar que no es parte de una línea ni zona.", //"Untagged point which is not part of a line or area",
untagged_point: "Punto sin etiquetar que no es parte de una línea ni de un área.", //"Untagged point which is not part of a line or area",
untagged_line: "Línea sin etiquetar", //"Untagged line",
untagged_area: "Zona sin etiquetar", //"Untagged area",
tag_suggests_area: "La etiqueta {tag} sugiere que esta línea debería ser una zona, pero no lo es.", //"The tag {tag} suggests line should be area, but it is not an area",
untagged_area: "Área sin etiquetar", //"Untagged area",
tag_suggests_area: "La etiqueta {tag} sugiere que esta línea debería ser una área, pero no lo es.", //"The tag {tag} suggests line should be area, but it is not an area",
deprecated_tags: "Etiquetas obsoletas: {tags}" //"Deprecated tags: {tags}"
},
zoom: {
in: "Aumentar", // "Zoom In",
in: "Acercar", // "Zoom In",
out: "Alejar" //"Zoom Out",
}
};