Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-02-12 23:08:57 +01:00
parent a6102aa3e0
commit fa028df4d7
235 changed files with 945 additions and 830 deletions

View file

@ -24,7 +24,12 @@
},
"minzoom": 12,
"source": {
"osmTags": {"or": ["amenity=hospital","amenity=clinic"]}
"osmTags": {
"or": [
"amenity=hospital",
"amenity=clinic"
]
}
},
"tagRenderings": [
{
@ -87,4 +92,4 @@
"width": 1
}
]
}
}

View file

@ -126,7 +126,7 @@
"de": "Die Haltestelle hat <b>keinen</b> Unterstand",
"da": "Dette stop har ikke et ly",
"nl": "Deze halte heeft <b>geen</b> schuilplaats",
"ca": "Aquesta parada no té una coberta"
"ca": "Aquesta parada <b>no</b> té una coberta"
}
},
{
@ -167,7 +167,7 @@
"de": "Die Haltestelle hat <b>keine</b> Sitzbank",
"da": "Dette stoppested har ingen bænk",
"nl": "Deze halte heeft <b>geen</b> zitbank",
"ca": "Aquesta parada no té un banc"
"ca": "Aquesta parada <b>no</b> té un banc"
}
},
{
@ -208,7 +208,7 @@
"de": "Die Haltestelle hat <b>keinen</b> Mülleimer",
"da": "Dette stoppested har ikke en skraldespand",
"nl": "Deze halte heeft <b>geen</b> vuilnisbak",
"ca": "Aquesta parada no té una paperera"
"ca": "Aquesta parada <b>no</b> té paperera"
}
},
{
@ -247,7 +247,7 @@
"then": {
"en": "This stop does <b>not</b> have tactile paving",
"de": "Die Haltestelle hat <b>kein</b> taktiles Pflaster",
"ca": "Aquesta parada no té una superfície podotàctil",
"ca": "Aquesta parada <b>no</b> té superfície podotàctil",
"nl": "Deze halte heeft <b>geen</b> geleidelijn"
}
}
@ -278,7 +278,7 @@
"de": "Die Haltestelle hat <b>keine</b> Beleuchtung",
"da": "Dette stop lyser ikke",
"nl": "Deze halte is <b>niet</b> verlicht",
"ca": "Aquesta parada no té il·luminació"
"ca": "Aquesta parada <b>no</b> té il·luminació"
}
}
],

View file

@ -72,25 +72,29 @@
"group": "translations",
"id": "translation-mode",
"question": {
"en": "Do you want to help translating MapComplete?"
"en": "Do you want to help translating MapComplete?",
"de": "Möchten Sie bei der Übersetzung von MapComplete helfen?"
},
"mappings": [
{
"if": "mapcomplete-translation-mode=false",
"then": {
"en": "Don't show a button to quickly change translations"
"en": "Don't show a button to quickly change translations",
"de": "Keine Schaltfläche zum schnellen Wechseln von Übersetzungen anzeigen"
}
},
{
"if": "mapcomplete-translation-mode=true",
"then": {
"en": "Show a button to quickly open translations when using MapComplete on a big screen"
"en": "Show a button to quickly open translations when using MapComplete on a big screen",
"de": "Schaltfläche anzeigen zum schnellen Öffnen von Übersetzungen beim Verwenden von MapComplete auf einem großen Bildschirm"
}
},
{
"if": "mapcomplete-translation-mode=mobile",
"then": {
"en": "Always show the translation buttons, including on mobile"
"en": "Always show the translation buttons, including on mobile",
"de": "Übersetzungsschaltflächen immer anzeigen, auch auf dem Handy"
}
}
]
@ -148,7 +152,8 @@
"icon": "confirm",
"then": {
"en": "Completely translated",
"nl": "Volledig vertaald"
"nl": "Volledig vertaald",
"de": "Vollständig übersetzt"
}
}
]
@ -204,7 +209,8 @@
{
"if": "_csCount>0",
"then": {
"en": "You have made changes on {_csCount} different occasions! That is awesome!"
"en": "You have made changes on {_csCount} different occasions! That is awesome!",
"de": "Sie haben bei {_csCount} verschiedenen Gelegenheiten Änderungen vorgenommen! Das ist großartig!"
},
"icon": "party"
}
@ -243,25 +249,29 @@
{
"id": "show_debug",
"question": {
"en": "Show user settings debug info?"
"en": "Show user settings debug info?",
"de": "Debug-Informationen zu den Benutzereinstellungen anzeigen?"
},
"mappings": [
{
"if": "mapcomplete-show_debug=yes",
"then": {
"en": "Show debug info"
"en": "Show debug info",
"de": "Debug-Informationen anzeigen"
}
},
{
"if": "mapcomplete-show_debug=no",
"then": {
"en": "Don't show debug info"
"en": "Don't show debug info",
"de": "Keine Debug-Informationen anzeigen"
}
},
{
"if": "mapcomplete-show_debug=",
"then": {
"en": "Don't show debug info"
"en": "Don't show debug info",
"de": "Keine Debug-Informationen anzeigen"
},
"hideInAnswer": true
}