forked from MapComplete/MapComplete
Remove 'parking_space=private', fix #1797, resync translations
This commit is contained in:
parent
1b4a1cea88
commit
d0f75a308c
7 changed files with 52 additions and 86 deletions
|
@ -63,10 +63,6 @@
|
|||
"if": "parking_space=charging",
|
||||
"then": "./assets/themes/charging_stations/plug.svg"
|
||||
},
|
||||
{
|
||||
"if": "parking_space=private",
|
||||
"then": "./assets/layers/parking_spaces/parking_space_private.svg"
|
||||
},
|
||||
{
|
||||
"if": "parking_space=bus",
|
||||
"then": "./assets/layers/transit_stops/bus_stop.svg"
|
||||
|
@ -139,18 +135,6 @@
|
|||
"cs": "Jedná se o parkovací místo pro osoby se zdravotním postižením."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "parking_space=private",
|
||||
"then": {
|
||||
"en": "This is a private parking space.",
|
||||
"de": "Dies ist ein privater Stellplatz.",
|
||||
"nl": "Dit is een privéparkeerplek.",
|
||||
"pl": "To jest prywatne miejsce parkingowe.",
|
||||
"ca": "Es tracta d'una plaça d'aparcament privada.",
|
||||
"cs": "Jedná se o soukromé parkovací místo."
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "parking_space=charging",
|
||||
"then": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue