Update bike_repair_station.json
Minor corrections to improve English sentence phrasings.
This commit is contained in:
parent
7f932aa97c
commit
8de1662be1
1 changed files with 5 additions and 5 deletions
|
@ -196,7 +196,7 @@
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"nl": "Wanneer is dit fietsherstelpunt open?",
|
"nl": "Wanneer is dit fietsherstelpunt open?",
|
||||||
"en": "When is this bicycle repair point opened?"
|
"en": "When is this bicycle repair point open?"
|
||||||
},
|
},
|
||||||
"render": "{opening_hours_table()}",
|
"render": "{opening_hours_table()}",
|
||||||
"freeform": {
|
"freeform": {
|
||||||
|
@ -208,14 +208,14 @@
|
||||||
"if": "opening_hours=24/7",
|
"if": "opening_hours=24/7",
|
||||||
"then": {
|
"then": {
|
||||||
"nl": "Dag en nacht open",
|
"nl": "Dag en nacht open",
|
||||||
"en": "Always opened"
|
"en": "Always open"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "opening_hours=",
|
"if": "opening_hours=",
|
||||||
"then": {
|
"then": {
|
||||||
"nl": "Dag en nacht open",
|
"nl": "Dag en nacht open",
|
||||||
"en": "Always opened"
|
"en": "Always open"
|
||||||
},
|
},
|
||||||
"hideInAnswer": true
|
"hideInAnswer": true
|
||||||
}
|
}
|
||||||
|
@ -255,7 +255,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "Does this bike station have a hook to suspend your bike with or a stand to elevate it?",
|
"en": "Does this bike station have a hook to hang your bike on or a stand to raise it?",
|
||||||
"nl": "Heeft dit herstelpunt een haak of standaard om je fiets op te hangen/zetten?",
|
"nl": "Heeft dit herstelpunt een haak of standaard om je fiets op te hangen/zetten?",
|
||||||
"fr": "Est-ce que cette station vélo à un crochet pour suspendre son velo ou une accroche pour l'élevé?",
|
"fr": "Est-ce que cette station vélo à un crochet pour suspendre son velo ou une accroche pour l'élevé?",
|
||||||
"gl": "Esta estación de bicicletas ten un guindastre para pendurar a túa bicicleta ou un soporte para elevala?",
|
"gl": "Esta estación de bicicletas ten un guindastre para pendurar a túa bicicleta ou un soporte para elevala?",
|
||||||
|
|
Loading…
Reference in a new issue