Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-01-15 03:30:33 +01:00
parent 4022cb678d
commit 45a7ef8995
25 changed files with 440 additions and 107 deletions

View file

@ -8441,6 +8441,9 @@
"turbine-start-date": {
"question": "Wann wurde das Windrad in Betrieb genommen?",
"render": "Das Windrad wurde am {start_date} in Betrieb genommen."
},
"windturbine-fixme": {
"render": "Zusätzliche Informationen für OpenStreetMap-Experten: {fixme}"
}
},
"title": {

View file

@ -8224,6 +8224,13 @@
"usersettings": {
"description": "A special layer which is not meant to be shown on a map, but which is used to set user settings",
"tagRenderings": {
"contributor-thanks": {
"mappings": {
"0": {
"then": "You have contributed code to MapComplete with {_code_contributions} commits! That's awesome!"
}
}
},
"picture-license": {
"mappings": {
"0": {
@ -8247,6 +8254,16 @@
"then": "You have contributed to translating MapComplete! That's awesome!"
}
}
},
"verified-mastodon": {
"mappings": {
"0": {
"then": "A link to your Mastodon-profile has been been found: <a href='{_mastodon_link}' target='_blank'>{_mastodon_link}</a>"
},
"1": {
"then": "We found a link to what looks to be a mastodon account, but it is unverified. <a href='https://www.openstreetmap.org/profile/edit' target='_blank'>Edit your profile description</a> and place the following there: <span class='code'>&lta href=\"{_mastodon_candidate}\" rel=\"me\"&gtMastodon&lt/a&gt"
}
}
}
}
},
@ -8517,6 +8534,10 @@
"turbine-start-date": {
"question": "When did this wind turbine go into operation?",
"render": "This wind turbine went into operation on/in {start_date}."
},
"windturbine-fixme": {
"question": "Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)",
"render": "Extra information for OpenStreetMap experts: {fixme}"
}
},
"title": {

View file

@ -4069,5 +4069,12 @@
}
}
}
},
"windturbine": {
"tagRenderings": {
"windturbine-fixme": {
"render": "Información extra para expertos en OpenStreetMap: {fixme}"
}
}
}
}

View file

@ -4815,6 +4815,9 @@
"turbine-start-date": {
"question": "Depuis quand léolienne est-elle en fonctionnement ?",
"render": "Léolienne est active depuis {start_date}."
},
"windturbine-fixme": {
"render": "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}"
}
},
"title": {

View file

@ -2663,6 +2663,9 @@
"turbine-start-date": {
"question": "Quando è entrata in funzione questa pala eolica?",
"render": "Questa pala eolica è entrata in funzione in data {start_date}."
},
"windturbine-fixme": {
"render": "Informazioni supplementari per gli esperti di OpenStreetMap: {fixme}"
}
},
"title": {

View file

@ -8097,6 +8097,10 @@
"turbine-start-date": {
"question": "Wanneer werd deze windturbine in gebruik genomen?",
"render": "Deze windturbine werd op {start_date} in gebruik genomen"
},
"windturbine-fixme": {
"question": "Is er iets mis met de informatie over deze windturbine dat je hier niet opgelost kreeg? (laat hier een berichtje achter voor OpenStreetMap experts)",
"render": "Extra informatie voor OpenStreetMap experts: {fixme}"
}
},
"title": {

View file

@ -1690,6 +1690,11 @@
}
},
"windturbine": {
"tagRenderings": {
"windturbine-fixme": {
"render": "Дополнительная информация для экспертов OpenStreetMap: {fixme}"
}
},
"title": {
"mappings": {
"0": {

View file

@ -122,5 +122,12 @@
"title": {
"render": "Defibrilator"
}
},
"windturbine": {
"tagRenderings": {
"windturbine-fixme": {
"render": "Dodatne informacije za OpenStreetMap strokovnjake: {fixme}"
}
}
}
}