forked from MapComplete/MapComplete
Add ground floor and first floor as options in defibrillator theme
This commit is contained in:
parent
4fb70c49fc
commit
041c6eab35
2 changed files with 18 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { Utils } from "../Utils";
|
||||||
|
|
||||||
export default class Constants {
|
export default class Constants {
|
||||||
|
|
||||||
public static vNumber = "0.7.2k";
|
public static vNumber = "0.7.2l";
|
||||||
|
|
||||||
// The user journey states thresholds when a new feature gets unlocked
|
// The user journey states thresholds when a new feature gets unlocked
|
||||||
public static userJourney = {
|
public static userJourney = {
|
||||||
|
|
|
@ -226,7 +226,23 @@
|
||||||
"fr": "Ce défibrillateur est à l'étage {level}",
|
"fr": "Ce défibrillateur est à l'étage {level}",
|
||||||
"nl": "De defibrillator bevindt zicht op verdieping {level}",
|
"nl": "De defibrillator bevindt zicht op verdieping {level}",
|
||||||
"de": "Dieser Defibrallator befindet sich im {level}. Stockwerk"
|
"de": "Dieser Defibrallator befindet sich im {level}. Stockwerk"
|
||||||
}
|
},
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "level=0",
|
||||||
|
"then": {
|
||||||
|
"en": "This defibrillator is on the <b>ground floor</b>",
|
||||||
|
"nl": "Deze defibrillator bevindt zich <b>gelijkvloers</b>"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "level=1",
|
||||||
|
"then": {
|
||||||
|
"en": "This defibrillator is on the <b>first floor</b>",
|
||||||
|
"nl": "Deze defibrillator is op de <b>eerste verdieping</b>"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"render": {
|
"render": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue