Generate translations, format

This commit is contained in:
Robin van der Linde 2022-07-10 19:47:17 +00:00 committed by GitHub
parent 764f9956a9
commit b4e2c69568
10 changed files with 137 additions and 28 deletions

View file

@ -4276,6 +4276,9 @@
"mappings": {
"0": {
"then": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt"
},
"1": {
"then": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt"
}
},
"question": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?",
@ -5281,9 +5284,6 @@
"tagRenderings": {
"shops-name": {
"question": "Wie ist der Name dieses Geschäfts?"
},
"shops-type-from-id": {
"question": "Was ist das für ein Geschäft?"
}
},
"title": {

View file

@ -4334,6 +4334,90 @@
"render": "Map"
}
},
"maproulette": {
"description": "Layer showing all tasks in MapRoulette",
"filter": {
"0": {
"options": {
"0": {
"question": "Show tasks with all statuses"
},
"1": {
"question": "Show tasks that are created"
},
"2": {
"question": "Show tasks that are fixed"
},
"3": {
"question": "Show tasks that are false positives"
},
"4": {
"question": "Show tasks that are skipped"
},
"5": {
"question": "Show tasks that are deleted"
},
"6": {
"question": "Show tasks that are already fixed"
},
"7": {
"question": "Show tasks that are marked as too hard"
},
"8": {
"question": "Show tasks that are disabled"
}
}
},
"1": {
"options": {
"0": {
"question": "Challenge name contains {search}"
}
}
},
"2": {
"options": {
"0": {
"question": "Challenge ID matches {search}"
}
}
}
},
"name": "MapRoulette Tasks",
"tagRenderings": {
"status": {
"mappings": {
"0": {
"then": "Task is created"
},
"1": {
"then": "Task is fixed"
},
"2": {
"then": "Task is a false positive"
},
"3": {
"then": "Task is skipped"
},
"4": {
"then": "Task is deleted"
},
"5": {
"then": "Task is already fixed"
},
"6": {
"then": "Task is marked as too hard"
},
"7": {
"then": "Task is disabled"
}
}
}
},
"title": {
"render": "MapRoulette Item: {parentName}"
}
},
"maxspeed": {
"description": "Shows the allowed speed for every road",
"name": "Maxspeed",
@ -4342,6 +4426,9 @@
"mappings": {
"0": {
"then": "This is a living street, which has a maxspeed of 20km/h"
},
"1": {
"then": "This is a living street, which has a maxspeed of 20km/h"
}
},
"question": "What is the legal maximum speed one is allowed to drive on this road?",
@ -5402,7 +5489,8 @@
"tagRenderings": {
"2": {
"override": {
"question": "What kind of shop is this?"
"question": "What kind of shop is this?",
"render": "This is a {shop}"
}
},
"copyshop-print-sizes": {

View file

@ -2438,6 +2438,9 @@
"Contained routes length hist": {
"render": "<h3>Overzicht van lengtes</h3>{histogram(_length_hist)}"
},
"Contained_climbing_routes": {
"render": "<h3>Bevat {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
},
"Rock type (crag/rock/cliff only)": {
"mappings": {
"0": {
@ -2455,9 +2458,6 @@
},
"question": "Wat is de naam van dit Klimgelegenheid?",
"render": "<strong>{name}</strong>"
},
"Contained_climbing_routes": {
"render": "<h3>Bevat {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
}
},
"title": {
@ -4182,16 +4182,27 @@
}
},
"maxspeed": {
"description": "Toont de toegestane snelheid voor elke weg",
"tagRenderings": {
"maxspeed-maxspeed": {
"mappings": {
"0": {
"then": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
},
"1": {
"then": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
}
},
"render": "De maximum toegestane snelheid op deze weg is {maxspeed}"
}
},
"title": {
"mappings": {
"0": {
"then": "Weg zonder een naam"
}
}
},
"units": {
"0": {
"applicableUnits": {
@ -4205,14 +4216,6 @@
}
}
}
},
"description": "Toont de toegestane snelheid voor elke weg",
"title": {
"mappings": {
"0": {
"then": "Weg zonder een naam"
}
}
}
},
"nature_reserve": {
@ -6431,4 +6434,4 @@
}
}
}
}
}

View file

@ -717,6 +717,10 @@
"shortDescription": "Shows changes made by MapComplete",
"title": "Changes made with MapComplete"
},
"maproulette": {
"description": "Theme showing MapRoulette tasks, allowing you to search, filter and fix them.",
"title": "MapRoulette Tasks"
},
"maps": {
"description": "On this map you can find all maps OpenStreetMap knows - typically a big map on an information board showing the area, city or region, e.g. a tourist map on the back of a billboard, a map of a nature reserve, a map of cycling networks in the region, ...) <br/><br/>If a map is missing, you can easily map this map on OpenStreetMap.",
"shortDescription": "This theme shows all (touristic) maps that OpenStreetMap knows of",