forked from MapComplete/MapComplete
Translation reset
This commit is contained in:
parent
83b75735ce
commit
5d2b492c16
2 changed files with 30 additions and 35 deletions
|
@ -2443,6 +2443,17 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"parking": {
|
||||
"description": "A layer showing car parkings",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "car parking"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Car parking"
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
"description": "The layer showing picnic tables",
|
||||
"name": "Picnic tables",
|
||||
|
@ -3219,6 +3230,14 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Opening-hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opened 24/7"
|
||||
}
|
||||
},
|
||||
"question": "When are these toilets opened?"
|
||||
},
|
||||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3333,14 +3352,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Is there a dedicated toilet for wheelchair users"
|
||||
},
|
||||
"Opening-hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opened 24/7"
|
||||
}
|
||||
},
|
||||
"question": "When are these toilets opened?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -2756,31 +2756,15 @@
|
|||
}
|
||||
},
|
||||
"parking": {
|
||||
"description": "Parking",
|
||||
"description": "Deze laag toont autoparkings",
|
||||
"name": "Parking",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg hier een fietsenstalling toe",
|
||||
"title": "fietsparking"
|
||||
},
|
||||
"1": {
|
||||
"description": "Voeg hier een parking voor auto's toe",
|
||||
"title": "parking"
|
||||
"title": "parking voor auto's"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name:nl}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Fietsenstalling"
|
||||
}
|
||||
},
|
||||
"render": "Parking"
|
||||
"render": "Parking voor auto's"
|
||||
}
|
||||
},
|
||||
"picnic_table": {
|
||||
|
@ -3604,6 +3588,14 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Opening-hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Altijd open"
|
||||
}
|
||||
},
|
||||
"question": "Wanneer zijn deze toiletten open?"
|
||||
},
|
||||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3718,14 +3710,6 @@
|
|||
}
|
||||
},
|
||||
"question": "Is er een rolstoeltoegankelijke toilet voorzien?"
|
||||
},
|
||||
"Opening-hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Altijd open"
|
||||
}
|
||||
},
|
||||
"question": "Wanneer zijn deze toiletten open?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
Loading…
Reference in a new issue