forked from MapComplete/MapComplete
Chore: translation reset
This commit is contained in:
parent
4925e216b8
commit
ff53354c96
2 changed files with 24 additions and 0 deletions
|
@ -1636,6 +1636,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "What is the type of this bicycle parking?",
|
"question": "What is the type of this bicycle parking?",
|
||||||
|
"questionHint": "This is about the physical device one places their bicycle in and uses to lock",
|
||||||
"render": "This is a bicycle parking of the type: {bicycle_parking}"
|
"render": "This is a bicycle parking of the type: {bicycle_parking}"
|
||||||
},
|
},
|
||||||
"Capacity": {
|
"Capacity": {
|
||||||
|
@ -9742,6 +9743,17 @@
|
||||||
},
|
},
|
||||||
"question": "Does this shop offer key cutting?"
|
"question": "Does this shop offer key cutting?"
|
||||||
},
|
},
|
||||||
|
"optometrist_service": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "This shop offers eye exams by certified optometrists"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "This shop offers hearing tests by a certified audiologist"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Are medical services available here?"
|
||||||
|
},
|
||||||
"organic": {
|
"organic": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
|
@ -1600,6 +1600,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"question": "Van welk type is deze fietsparking?",
|
"question": "Van welk type is deze fietsparking?",
|
||||||
|
"questionHint": "Dit gaat over het voorwerp waarin je je fiets plaats en mee op slot zet",
|
||||||
"render": "Dit is een fietsparking van het type: {bicycle_parking}"
|
"render": "Dit is een fietsparking van het type: {bicycle_parking}"
|
||||||
},
|
},
|
||||||
"Capacity": {
|
"Capacity": {
|
||||||
|
@ -8325,6 +8326,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"optometrist_service": {
|
||||||
|
"mappings": {
|
||||||
|
"0": {
|
||||||
|
"then": "Hier kan men een oogtest door een erkende optometrist laten uitvoeren"
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"then": "HIer kan men een hoortest laten uitvoeren door een erkende audioloog"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"question": "Zijn hier medische services beschikbaar?"
|
||||||
|
},
|
||||||
"organic": {
|
"organic": {
|
||||||
"mappings": {
|
"mappings": {
|
||||||
"0": {
|
"0": {
|
||||||
|
|
Loading…
Reference in a new issue