Chore: translation reset

This commit is contained in:
Pieter Vander Vennet 2023-06-11 02:35:22 +02:00
parent 9cffe6814e
commit 15039ef560
5 changed files with 62 additions and 105 deletions

View file

@ -129,7 +129,9 @@
]
},
{
"labels": ["controls"],
"labels": [
"controls"
],
"id": "mark_fixed",
"render": {
"special": {
@ -144,7 +146,9 @@
},
{
"id": "mark_duplicate",
"labels": ["controls"],
"labels": [
"controls"
],
"render": {
"special": {
"type": "maproulette_set_status",
@ -160,7 +164,9 @@
},
{
"id": "mark_too_hard",
"labels": ["controls"],
"labels": [
"controls"
],
"render": {
"special": {
"type": "maproulette_set_status",

View file

@ -3023,6 +3023,17 @@
"name": {
"question": "What is the name of this climbing gym?"
},
"rope_rental": {
"mappings": {
"0": {
"then": "A climbing rope can be rented here"
},
"1": {
"then": "A climbing rope can <b>not</b> be rented here"
}
},
"question": "Can one rent a climbing rope here?"
},
"shoe_rental": {
"mappings": {
"0": {
@ -7678,6 +7689,9 @@
},
"5": {
"then": "Basketball is played here"
},
"6": {
"then": "This is a skatepark"
}
},
"question": "Which sport can be played here?",

View file

@ -2913,6 +2913,17 @@
"name": {
"question": "Wat is de naam van dit Klimzaal?"
},
"rope_rental": {
"mappings": {
"0": {
"then": "Een klimtouw kan hier gehuurd worden"
},
"1": {
"then": "Hier kunnen <b>geen</b> klimtouwen gehuurd worden"
}
},
"question": "Kan een klimtouw hier gehuurd worden?"
},
"shoe_rental": {
"mappings": {
"0": {
@ -7347,6 +7358,9 @@
},
"5": {
"then": "Hier kan men basketbal beoefenen"
},
"6": {
"then": "Dit is een skatepark"
}
},
"question": "Welke sporten kan men hier beoefenen?",

View file

@ -14,6 +14,31 @@
},
"atm": {
"description": "This map shows ATMs to withdraw or deposit money",
"layers": {
"3": {
"override": {
"=tagRenderings": {
"0": {
"render": {
"special": {
"text": "Import this ATM"
}
}
},
"1": {
"render": "OpenStreetMap knows about <a href='#{_closest_osm_poi}'>an ATM which is {_closest_osm_poi_distance} meter away.</a> "
},
"2": {
"render": {
"special": {
"message": "Add all the suggested tags to the closest ATM"
}
}
}
}
}
}
},
"title": "ATM Machines"
},
"bag": {

View file

@ -771,108 +771,6 @@
"description": "Un mapa que muestra bordillos y cruces.",
"title": "Bordillos y cruces"
},
"mapcomplete-changes": {
"description": "Este mapa muestra todos los cambios realizados con MapComplete",
"layers": {
"0": {
"description": "Muestra todos los cambios de MapComplete",
"filter": {
"0": {
"options": {
"0": {
"question": "El nombre del tema contiene {search}"
}
}
},
"1": {
"options": {
"0": {
"question": "Hecho por colaborador {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "<b>No</b> hecho por colaborador {search}"
}
}
},
"3": {
"options": {
"0": {
"question": "Hecho antes de {search}"
}
}
},
"4": {
"options": {
"0": {
"question": "«Hecho después de {search}"
}
}
},
"5": {
"options": {
"0": {
"question": "Use lenguaje (ISO-code) {search}"
}
}
},
"6": {
"options": {
"0": {
"question": "Hecho con host {search}"
}
}
},
"7": {
"options": {
"0": {
"question": "Conjunto de cambios ha añadido al menos una imagen"
}
}
}
},
"name": "Centros de cambios",
"tagRenderings": {
"contributor": {
"question": "¿Qué colaborador realizó este cambio?",
"render": "Cambio realizado por <a href='https://openstreetmap.org/user/{user}' target='_blank'>{user}</a>"
},
"host": {
"question": "¿En qué host (sitio web) se realizó este cambio?",
"render": "Cambio con <a href='{host}'>{host}</a>"
},
"locale": {
"question": "¿En qué configuración regional (idioma) se realizó este cambio?",
"render": "La configuración regional del usuario es {locale}"
},
"show_changeset_id": {
"render": "Conjunto de cambios <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
},
"theme-id": {
"question": "¿Qué tema se utilizó para realizar este cambio?",
"render": "Cambio con tema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
}
},
"title": {
"render": "Conjunto de cambios para {theme}"
}
},
"1": {
"override": {
"tagRenderings": {
"link_to_more": {
"render": "Más estadísticas en <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>aquí</a>"
}
}
}
}
},
"shortDescription": "Muestra los cambios realizados por MapComplete",
"title": "Cambios realizados por MapComplete"
},
"maproulette": {
"description": "Tema que muestra las tareas de MapRoulette, permitiendo buscarlas, filtrarlas y arreglarlas.",
"title": "Tareas de MapRoulette"