Add name in cyclestreet question, fix #556
This commit is contained in:
parent
2a49074ab6
commit
9f821749a8
3 changed files with 6 additions and 6 deletions
|
@ -221,8 +221,8 @@
|
|||
{
|
||||
"id": "is_cyclestreet",
|
||||
"question": {
|
||||
"nl": "Is deze straat een fietsstraat?",
|
||||
"en": "Is this street a cyclestreet?",
|
||||
"nl": "Is de straat <b>{name}</b> een fietsstraat?",
|
||||
"en": "Is the street <b>{name}</b> a cyclestreet?",
|
||||
"ja": "この通りはcyclestreetですか?",
|
||||
"nb_NO": "Er denne gaten en sykkelvei?",
|
||||
"de": "Ist diese Straße eine Fahrradstraße?",
|
||||
|
@ -255,7 +255,7 @@
|
|||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Deze straat i een fietsstraat",
|
||||
"nl": "Deze straat is een fietsstraat",
|
||||
"en": "This street is a cyclestreet",
|
||||
"ja": "この通りはcyclestreetだ",
|
||||
"nb_NO": "Denne gaten er en sykkelvei",
|
||||
|
|
|
@ -653,7 +653,7 @@
|
|||
"then": "This street is not a cyclestreet"
|
||||
}
|
||||
},
|
||||
"question": "Is this street a cyclestreet?"
|
||||
"question": "Is the street <b>{name}</b> a cyclestreet?"
|
||||
},
|
||||
"1": {
|
||||
"question": "When will this street become a cyclestreet?",
|
||||
|
|
|
@ -549,7 +549,7 @@
|
|||
"then": "Deze straat is een fietsstraat (en dus zone 30)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze straat i een fietsstraat"
|
||||
"then": "Deze straat is een fietsstraat"
|
||||
},
|
||||
"2": {
|
||||
"then": "Deze straat wordt binnenkort een fietsstraat"
|
||||
|
@ -558,7 +558,7 @@
|
|||
"then": "Deze straat is geen fietsstraat"
|
||||
}
|
||||
},
|
||||
"question": "Is deze straat een fietsstraat?"
|
||||
"question": "Is de straat <b>{name}</b> een fietsstraat?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Wanneer wordt deze straat een fietsstraat?",
|
||||
|
|
Loading…
Reference in a new issue