Fix: reset translations

This commit is contained in:
Pieter Vander Vennet 2023-05-25 10:55:25 +02:00
parent 48700c3e15
commit ad952fcaf2
9 changed files with 30 additions and 22 deletions

View file

@ -5116,6 +5116,11 @@
"name": { "name": {
"question": "What is the name of this hospital?", "question": "What is the name of this hospital?",
"render": "This hospital is called {name}" "render": "This hospital is called {name}"
},
"oh-visitor": {
"question": "When are visitors allowed to visit?",
"questionHint": "These are the regular visitor hours. Some wands have different visitor hours or might allow visitors in emergencies",
"render": "<h3>Opening hours for visitors</h3>Regular visitors are allowed at the following moments: {opening_hours_table(opening_hours:visitors)}<p class='subtle'>Some wands might have different opening hours. Many hospitals allow visits during emergencies too.</p>"
} }
}, },
"title": { "title": {

View file

@ -701,7 +701,7 @@
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -701,7 +701,7 @@
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -559,7 +559,7 @@
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -701,7 +701,7 @@
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -698,10 +698,13 @@
"tagRenderings": { "tagRenderings": {
"building type": { "building type": {
"question": "What kind of building is this?" "question": "What kind of building is this?"
},
"grb-reference": {
"render": "Has been imported from GRB, reference number is {source:geometry:ref}"
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -701,7 +701,7 @@
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -701,7 +701,7 @@
} }
} }
}, },
"5": { "1": {
"tagRenderings": { "tagRenderings": {
"Import-button": { "Import-button": {
"mappings": { "mappings": {

View file

@ -780,7 +780,21 @@
} }
} }
}, },
"4": { "1": {
"tagRenderings": {
"Import-button": {
"mappings": {
"0": {
"then": "Metatags nog niet berekend... Heropen deze pop-up"
},
"1": {
"then": "Dit gebouw heeft openingen en is gemodelleerd als een relatie. Bijgevolg kan het niet worden samengevoegd. Voeg het manueel samen via <a href='https://buildings.osm.be/#/'>de export-site voor gebouwen</a> {open_in_josm()}"
}
}
}
}
},
"5": {
"override": { "override": {
"tagRenderings+": { "tagRenderings+": {
"0": { "0": {
@ -804,20 +818,6 @@
} }
} }
} }
},
"5": {
"tagRenderings": {
"Import-button": {
"mappings": {
"0": {
"then": "Metatags nog niet berekend... Heropen deze pop-up"
},
"1": {
"then": "Dit gebouw heeft openingen en is gemodelleerd als een relatie. Bijgevolg kan het niet worden samengevoegd. Voeg het manueel samen via <a href='https://buildings.osm.be/#/'>de export-site voor gebouwen</a> {open_in_josm()}"
}
}
}
}
} }
}, },
"shortDescription": "Grb import helper tool", "shortDescription": "Grb import helper tool",