Translated using Weblate (Spanish)
Currently translated at 100.0% (425 of 425 strings) Translation: MapComplete/themes Translate-URL: https://hosted.weblate.org/projects/mapcomplete/themes/es/
This commit is contained in:
parent
e5eedf5a6e
commit
3d0ba7c036
1 changed files with 17 additions and 1 deletions
|
@ -766,6 +766,9 @@
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"building type": {
|
"building type": {
|
||||||
"question": "¿Qué tipo de edificio es este?"
|
"question": "¿Qué tipo de edificio es este?"
|
||||||
|
},
|
||||||
|
"grb-reference": {
|
||||||
|
"render": "Se ha importado de GRB, el número de referencia es {source:geometry:ref}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -899,6 +902,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"6": {
|
||||||
|
"options": {
|
||||||
|
"0": {
|
||||||
|
"question": "Hecho con el host {search}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"7": {
|
"7": {
|
||||||
"options": {
|
"options": {
|
||||||
"0": {
|
"0": {
|
||||||
|
@ -907,13 +917,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"name": "Centro del conjunto de cambios",
|
||||||
"tagRenderings": {
|
"tagRenderings": {
|
||||||
"contributor": {
|
"contributor": {
|
||||||
"question": "¿Qué contribuidor hizo este cambio?",
|
"question": "¿Qué contribuidor hizo este cambio?",
|
||||||
"render": "Cambio realizado por <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
"render": "Cambio realizado por <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
|
||||||
},
|
},
|
||||||
|
"host": {
|
||||||
|
"question": "¿Con qué host (página web) se realizó este cambio?",
|
||||||
|
"render": "Cambio realizado con <a href='{host}'>{host}</a>"
|
||||||
|
},
|
||||||
"locale": {
|
"locale": {
|
||||||
"question": "¿En qué configuración regional (idioma) se realizó este cambio?"
|
"question": "¿En qué configuración regional (idioma) se realizó este cambio?",
|
||||||
|
"render": "La configuración regional del usuario es {locale}"
|
||||||
},
|
},
|
||||||
"show_changeset_id": {
|
"show_changeset_id": {
|
||||||
"render": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
"render": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||||
|
|
Loading…
Reference in a new issue