forked from MapComplete/MapComplete
More consistent wording
This commit is contained in:
parent
3fbff41261
commit
c6ae4e721e
1 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue