forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
1c1040a834
47 changed files with 671 additions and 127 deletions
|
@ -262,7 +262,7 @@
|
|||
"then": "Die Sitzbank hat eine Rückenlehne"
|
||||
},
|
||||
"1": {
|
||||
"then": "Die Sitzbank hat keine Rückenlehne"
|
||||
"then": "Die Sitzbank hat <b>keine</b> Rückenlehne"
|
||||
}
|
||||
},
|
||||
"question": "Hat diese Sitzbank eine Rückenlehne?"
|
||||
|
@ -939,7 +939,7 @@
|
|||
"send_email_about_broken_pump": {
|
||||
"render": {
|
||||
"special": {
|
||||
"body": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} befindet, kaputt ist.",
|
||||
"body": "Hallo,\n\nMit dieser E-Mail möchte ich Ihnen mitteilen, dass die Fahrradpumpe, die sich unter https://mapcomplete.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} befindet, kaputt ist.\n\nMit freundlichen Grüßen",
|
||||
"button_text": "Melde diese Fahrradpumpe als kaputt",
|
||||
"subject": "Fahrradpumpe kaputt"
|
||||
}
|
||||
|
@ -3519,7 +3519,7 @@
|
|||
"then": "Dies ist ein Eingang zu einem privaten Haus"
|
||||
}
|
||||
},
|
||||
"question": "Um welchen Eingangstyp handelt es sich hier?"
|
||||
"question": "Um welchen Eingangstyp handelt es sich?"
|
||||
},
|
||||
"automatic_door": {
|
||||
"mappings": {
|
||||
|
@ -4290,7 +4290,8 @@
|
|||
"0": {
|
||||
"applicableUnits": {
|
||||
"0": {
|
||||
"human": "Millimeter"
|
||||
"human": "Millimeter",
|
||||
"humanSingular": "Millimeter"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4301,11 +4302,41 @@
|
|||
"name": "Innenräume",
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"freeform": {
|
||||
"placeholder": "Name des Raums"
|
||||
},
|
||||
"question": "Wie lautet der Name dieses Raums?",
|
||||
"render": "Der Name des Raums lautet {name}"
|
||||
},
|
||||
"ref": {
|
||||
"freeform": {
|
||||
"placeholder": "Raumnummer (z.B. '1.1' oder 'A1')"
|
||||
},
|
||||
"question": "Wie lautet die Nummer dieses Raums?",
|
||||
"render": "Dieser Raum hat die Raumnummer {ref}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Innenraum {name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "Innenbereich {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Innenwand {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "Innengang {name}"
|
||||
},
|
||||
"4": {
|
||||
"then": "Innentür {name}"
|
||||
},
|
||||
"5": {
|
||||
"then": "Geschoss {name}"
|
||||
}
|
||||
},
|
||||
"render": "Innenbereich {name}"
|
||||
}
|
||||
},
|
||||
|
@ -4689,7 +4720,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?",
|
||||
"render": "Die zulässige Höchstgeschwindigkeit auf dieser Straße ist {canonical(maxspeed)}"
|
||||
"render": "Die zulässige Höchstgeschwindigkeit auf dieser Straße beträgt {canonical(maxspeed)}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -259,10 +259,10 @@
|
|||
"bench-backrest": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Backrest: Yes"
|
||||
"then": "Does have a backrest"
|
||||
},
|
||||
"1": {
|
||||
"then": "Backrest: No"
|
||||
"then": "Does <b>not</b> have a backrest"
|
||||
}
|
||||
},
|
||||
"question": "Does this bench have a backrest?"
|
||||
|
@ -304,22 +304,22 @@
|
|||
"bench-material": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Material: wood"
|
||||
"then": "The seating is made from wood"
|
||||
},
|
||||
"1": {
|
||||
"then": "Material: metal"
|
||||
"then": "The seating is made from metal"
|
||||
},
|
||||
"2": {
|
||||
"then": "Material: stone"
|
||||
"then": "The seating is made from stone"
|
||||
},
|
||||
"3": {
|
||||
"then": "Material: concrete"
|
||||
"then": "The seating is made from concrete"
|
||||
},
|
||||
"4": {
|
||||
"then": "Material: plastic"
|
||||
"then": "The seating is made from plastic"
|
||||
},
|
||||
"5": {
|
||||
"then": "Material: steel"
|
||||
"then": "The seating is made from steel"
|
||||
}
|
||||
},
|
||||
"question": "What is the bench (seating) made from?",
|
||||
|
|
|
@ -402,7 +402,7 @@
|
|||
"then": "Alquilar una bicicleta es gratis"
|
||||
},
|
||||
"1": {
|
||||
"then": "Alquilar una bicicleta cuesta 20€/año y 20€ de fianza"
|
||||
"then": "Alquilar una bicicleta cuesta 20€/año y 20€ de garantía"
|
||||
}
|
||||
},
|
||||
"question": "¿Cuánto cuesta alquilar una bicicleta?",
|
||||
|
|
|
@ -3292,6 +3292,21 @@
|
|||
"render": "Dokterspraktijk {name}"
|
||||
}
|
||||
},
|
||||
"dogpark": {
|
||||
"name": "hondenweides",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Een plaats waar honden vrij mogen rondlopen",
|
||||
"title": "een hondenweide"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Name": {
|
||||
"question": "Wat is de naam van deze hondenweide?",
|
||||
"render": "Deze hondenweide heet {name}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"drinking_water": {
|
||||
"deletion": {
|
||||
"nonDeleteMappings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue