forked from MapComplete/MapComplete
Refactoring: add metatagging, add 'last edited by' element, add 'metacondition'
This commit is contained in:
parent
771783a31c
commit
105120060d
31 changed files with 217 additions and 142 deletions
|
@ -3560,6 +3560,9 @@
|
|||
"19": {
|
||||
"then": "Aquí es poden reciclar sabates"
|
||||
},
|
||||
"20": {
|
||||
"then": "Aquí es poden reciclar petits aparells elèctrics"
|
||||
},
|
||||
"21": {
|
||||
"then": "Aquí es poden reciclar petits aparells elèctrics"
|
||||
},
|
||||
|
@ -4554,4 +4557,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6927,13 +6927,13 @@
|
|||
"16": {
|
||||
"question": "Recycling von Kunststoffen"
|
||||
},
|
||||
"18": {
|
||||
"17": {
|
||||
"question": "Recycling von Metallschrott"
|
||||
},
|
||||
"19": {
|
||||
"18": {
|
||||
"question": "Recycling von Elektrokleingeräten"
|
||||
},
|
||||
"20": {
|
||||
"19": {
|
||||
"question": "Recycling von Restabfällen"
|
||||
},
|
||||
"20": {
|
||||
|
|
|
@ -6946,15 +6946,12 @@
|
|||
"question": "Recycling of plastic"
|
||||
},
|
||||
"17": {
|
||||
"question": "Recycling of printer cartridges"
|
||||
},
|
||||
"18": {
|
||||
"question": "Recycling of scrap metal"
|
||||
},
|
||||
"19": {
|
||||
"18": {
|
||||
"question": "Recycling of small electrical appliances"
|
||||
},
|
||||
"20": {
|
||||
"19": {
|
||||
"question": "Recycling of residual waste"
|
||||
},
|
||||
"20": {
|
||||
|
@ -9182,4 +9179,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3448,7 +3448,7 @@
|
|||
"16": {
|
||||
"question": "Reciclaje de plástico"
|
||||
},
|
||||
"18": {
|
||||
"17": {
|
||||
"question": "Reciclaje de chatarra"
|
||||
},
|
||||
"18": {
|
||||
|
|
|
@ -1799,13 +1799,13 @@
|
|||
"16": {
|
||||
"question": "Riciclo di plastica"
|
||||
},
|
||||
"18": {
|
||||
"17": {
|
||||
"question": "Riciclo di rottami metallici"
|
||||
},
|
||||
"19": {
|
||||
"18": {
|
||||
"question": "Riciclo di piccoli elettrodomestici"
|
||||
},
|
||||
"20": {
|
||||
"19": {
|
||||
"question": "Riciclo di secco"
|
||||
},
|
||||
"20": {
|
||||
|
|
|
@ -6512,14 +6512,14 @@
|
|||
"question": "Recycling van plastic"
|
||||
},
|
||||
"17": {
|
||||
"question": "Recycling van printer cartridges"
|
||||
},
|
||||
"18": {
|
||||
"question": "Recycling van oud metaal"
|
||||
},
|
||||
"19": {
|
||||
"18": {
|
||||
"question": "Recycling van kleine elektrische apparaten"
|
||||
},
|
||||
"19": {
|
||||
"question": "Recycling van restafval"
|
||||
},
|
||||
"20": {
|
||||
"question": "Recycling van restafval"
|
||||
}
|
||||
|
@ -8652,4 +8652,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -131,6 +131,13 @@
|
|||
"question": "What is the network name for the wireless internet access?",
|
||||
"render": "The network name is <b>{internet_access:ssid}</b>"
|
||||
},
|
||||
"last_edit": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Last edited on {_last_edit:timestamp} by {_last_edit:contributor}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -131,6 +131,13 @@
|
|||
"question": "Wat is de netwerknaam voor de draadloze internettoegang?",
|
||||
"render": "De netwerknaam is <b>{internet_access:ssid}</b>"
|
||||
},
|
||||
"last_edit": {
|
||||
"render": {
|
||||
"special": {
|
||||
"text": "Laatst gewijzigd op {_last_edit:timestamp} door {_last_edit:contributor} "
|
||||
}
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue