Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-01-06 15:38:43 +01:00
parent 9a1bbb8549
commit e2b3910afe
8 changed files with 36 additions and 11 deletions

View file

@ -213,6 +213,16 @@
"question": "How wide is the smallest opening next to the barriers?",
"render": "Width of opening: {width:opening} m"
},
"barrier_type": {
"mappings": {
"0": {
"then": "This is a single bollard in the road"
},
"1": {
"then": "This is a cycle barrier slowing down cyclists"
}
}
},
"bicycle=yes/no": {
"mappings": {
"0": {

View file

@ -151,6 +151,13 @@
"question": "Hoe breed is de smalste opening naast de barrières?",
"render": "Breedte van de opening: {width:opening} m"
},
"barrier_type": {
"mappings": {
"1": {
"then": "Dit zijn fietshekjes die fietsers afremmen"
}
}
},
"bicycle=yes/no": {
"mappings": {
"0": {