forked from MapComplete/MapComplete
Translation sync
This commit is contained in:
parent
518999c401
commit
90275ee2f9
7 changed files with 15 additions and 10 deletions
|
@ -840,4 +840,4 @@
|
|||
"filter": [
|
||||
"open_now"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -4620,7 +4620,7 @@
|
|||
"id": "questions"
|
||||
},
|
||||
{
|
||||
"id": "questions-technical",
|
||||
"id": "questions",
|
||||
"render": {
|
||||
"en": "<h3>Technical questions</h3>The questions below are very technical. Feel free to ignore them<br/>{questions(technical)}",
|
||||
"nl": "<h3>Technische vragen</h3>De vragen hieronder zijn erg technisch - sla deze over indien je hier geen tijd voor hebt<br/>{questions(technical)}"
|
||||
|
@ -5218,4 +5218,4 @@
|
|||
},
|
||||
"neededChangesets": 10
|
||||
}
|
||||
}
|
||||
}
|
|
@ -670,4 +670,4 @@
|
|||
"has_image",
|
||||
"open_now"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -2,7 +2,7 @@
|
|||
"id": "maproulette_challenge",
|
||||
"name": null,
|
||||
"description": {
|
||||
"en": "Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to [the documentation](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Integrating_Maproulette.md) on how to do this.",
|
||||
"en": "Layer showing tasks of a single MapRoulette challenge. This layer is intended to be reused and extended in themes; refer to the documentation on how to do this.",
|
||||
"de": "Ebene mit Aufgaben einer einzelnen MapRoulette-Herausforderung. Diese Ebene soll in Themen wiederverwendet und erweitert werden; Informationen dazu finden Sie in der Dokumentation.",
|
||||
"nl": "Laag met taken van een MapRoulette uitdaging"
|
||||
},
|
||||
|
@ -224,4 +224,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -545,4 +545,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -36,7 +36,12 @@
|
|||
{
|
||||
"if": "name~*",
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
"*": "{name}",
|
||||
"de": "Wertstoffhof",
|
||||
"en": "Recycling centre",
|
||||
"es": "Centro de reciclaje",
|
||||
"it": "Centro di riciclo rifiuti",
|
||||
"nl": "Recyclingcentrum"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -1405,4 +1410,4 @@
|
|||
"enableRelocation": true,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -761,4 +761,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue