More consistent wording

This commit is contained in:
Robin van der Linde 2021-10-19 12:14:31 +02:00
parent 3fbff41261
commit c6ae4e721e

View file

@ -282,29 +282,29 @@
"if": "lit=yes", "if": "lit=yes",
"then": { "then": {
"en": "This street is lit", "en": "This street is lit",
"nl": "Deze weg is verlicht" "nl": "Deze straat is verlicht"
} }
}, },
{ {
"if": "lit=no", "if": "lit=no",
"then": { "then": {
"en": "This road is not lit", "en": "This street is not lit",
"nl": "Deze weg is niet verlicht" "nl": "Deze straat is niet verlicht"
} }
}, },
{ {
"if": "lit=sunset-sunrise", "if": "lit=sunset-sunrise",
"then": { "then": {
"en": "This road is lit at night", "en": "This street is lit at night",
"nl": "Deze weg is 's nachts verlicht" "nl": "Deze straat is 's nachts verlicht"
}, },
"hideInAnswer": true "hideInAnswer": true
}, },
{ {
"if": "lit=24/7", "if": "lit=24/7",
"then": { "then": {
"en": "This road is lit 24/7", "en": "This street is lit 24/7",
"nl": "Deze weg is 24/7 verlicht" "nl": "Deze straat is 24/7 verlicht"
} }
} }
] ]
@ -347,29 +347,29 @@
"if": "lit=yes", "if": "lit=yes",
"then": { "then": {
"en": "This street is lit", "en": "This street is lit",
"nl": "Deze weg is verlicht" "nl": "Deze straat is verlicht"
} }
}, },
{ {
"if": "lit=no", "if": "lit=no",
"then": { "then": {
"en": "This road is not lit", "en": "This street is not lit",
"nl": "Deze weg is niet verlicht" "nl": "Deze straat is niet verlicht"
} }
}, },
{ {
"if": "lit=sunset-sunrise", "if": "lit=sunset-sunrise",
"then": { "then": {
"en": "This road is lit at night", "en": "This street is lit at night",
"nl": "Deze weg is 's nachts verlicht" "nl": "Deze straat is 's nachts verlicht"
}, },
"hideInAnswer": true "hideInAnswer": true
}, },
{ {
"if": "lit=24/7", "if": "lit=24/7",
"then": { "then": {
"en": "This road is lit 24/7", "en": "This street is lit 24/7",
"nl": "Deze weg is 24/7 verlicht" "nl": "Deze straat is 24/7 verlicht"
} }
} }
] ]