forked from MapComplete/MapComplete
Fix various small typos
This commit is contained in:
parent
6a254e10e5
commit
137e25037c
5 changed files with 24 additions and 1 deletions
|
@ -122,6 +122,7 @@
|
|||
"freeform": {
|
||||
"key": "brand"
|
||||
},
|
||||
"render": "{brand} tubes are sold here",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "brand=Continental",
|
||||
|
@ -137,10 +138,15 @@
|
|||
},
|
||||
{
|
||||
"question": "Who maintains this vending machine?",
|
||||
"render": "This vending machine is maintained by {operator}",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "operator=Schwalbe",
|
||||
"then": "Maintained by Schwalbe"
|
||||
},
|
||||
{
|
||||
"if": "operator=Continental",
|
||||
"then": "Maintained by Continental"
|
||||
}
|
||||
],
|
||||
"freeform": {
|
||||
|
@ -165,6 +171,10 @@
|
|||
{
|
||||
"if": "vending:bicycle_pump=yes",
|
||||
"then": "Bicycle pumps are sold here"
|
||||
},
|
||||
{
|
||||
"if": "vending:bicycle_lock=yes",
|
||||
"then": "Bicycle locks are sold here"
|
||||
}
|
||||
],
|
||||
"multiAnswer": true
|
||||
|
|
|
@ -163,7 +163,7 @@
|
|||
"then": {
|
||||
"en": "There are both tools and a pump present",
|
||||
"nl": "Er is zowel een pomp als gereedschap aanwezig",
|
||||
"fr": "IL y a des outils et une pompe",
|
||||
"fr": "Il y a des outils et une pompe",
|
||||
"gl": "Hai ferramentas e unha bomba de ar presentes",
|
||||
"de": "Es sind sowohl Werkzeuge als auch eine Pumpe vorhanden"
|
||||
}
|
||||
|
|
|
@ -188,6 +188,10 @@
|
|||
"en": "On which level is this camera located?",
|
||||
"nl": "Op welke verdieping bevindt deze camera zich?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Located on level {level}",
|
||||
"nl": "Bevindt zich op verdieping {level}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "level",
|
||||
"type": "nat"
|
||||
|
@ -287,6 +291,10 @@
|
|||
"en": "How is this camera placed?",
|
||||
"nl": "Hoe is deze camera geplaatst?"
|
||||
},
|
||||
"render": {
|
||||
"en": "Mounting method: {mount}",
|
||||
"nl": "Montage: {mount}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "camera:mount"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue