Fix translations
This commit is contained in:
parent
49ee00e10a
commit
3b6c1c16a5
3 changed files with 64 additions and 24 deletions
|
@ -302,13 +302,15 @@
|
|||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
},
|
||||
"mappings": [{
|
||||
"if": "opening_hours=24/7",
|
||||
"then": {
|
||||
"en": "Opened 24/7",
|
||||
"nl": "Altijd open"
|
||||
"mappings": [
|
||||
{
|
||||
"if": "opening_hours=24/7",
|
||||
"then": {
|
||||
"en": "Opened 24/7",
|
||||
"nl": "Altijd open"
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "toilets-wheelchair",
|
||||
|
@ -543,28 +545,19 @@
|
|||
],
|
||||
"condition": {
|
||||
"#": "Urinals normally don't have toilet paper",
|
||||
"and": ["toilets:position!=urinal"]
|
||||
"and": [
|
||||
"toilets:position!=urinal"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"iconBadges": [{
|
||||
"if": "opening_hours~*",
|
||||
"then": "isOpen"
|
||||
}],
|
||||
"filter": [
|
||||
"iconBadges": [
|
||||
{
|
||||
"id": "is_open",
|
||||
"options": [{
|
||||
"question": {
|
||||
"nl": "Nu geopened",
|
||||
"en": "Opened now"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": ["opening_hours=","_isOpen=yes"]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"if": "opening_hours~*",
|
||||
"then": "isOpen"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "wheelchair",
|
||||
"options": [
|
||||
|
@ -609,6 +602,23 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "is_open",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"nl": "Nu geopened",
|
||||
"en": "Opened now"
|
||||
},
|
||||
"osmTags": {
|
||||
"or": [
|
||||
"opening_hours=",
|
||||
"_isOpen=yes"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"deletion": {
|
||||
|
|
|
@ -3198,6 +3198,13 @@
|
|||
"question": "Free to use"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Opened now"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Toilets",
|
||||
|
@ -3212,6 +3219,14 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Opening-hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opened 24/7"
|
||||
}
|
||||
},
|
||||
"question": "When are these toilets opened?"
|
||||
},
|
||||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -3583,6 +3583,13 @@
|
|||
"question": "Gratis toegankelijk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Nu geopened"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Toiletten",
|
||||
|
@ -3597,6 +3604,14 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"Opening-hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Altijd open"
|
||||
}
|
||||
},
|
||||
"question": "Wanneer zijn deze toiletten open?"
|
||||
},
|
||||
"toilet-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue