Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2024-03-28 15:57:04 +01:00
commit 6e2afefcba
9 changed files with 74 additions and 48 deletions

View file

@ -116,62 +116,74 @@
"if": "memorial=stolperstein",
"alsoShowIf": "memorial:type=stolperstein",
"then": {
"en": "This is a stolperstein (stumbing stone)"
"en": "This is a stolperstein (stumbing stone)",
"de": "Dies ist ein Stolperstein"
}
},
{
"if": "memorial=stele",
"then": {
"en": "This is a stele"
"en": "This is a stele",
"de": "Das ist eine Stele"
}
},
{
"if": "memorial=stone",
"then": {
"en": "This is a memorial stone"
"en": "This is a memorial stone",
"de": "Das ist ein Gedenkstein"
}
},
{
"if": "memorial=bust",
"then": {
"en": "This is a bust"
"en": "This is a bust",
"de": "Das ist eine Büste"
}
},
{
"if": "memorial=sculpture",
"then": {
"en": "This is a sculpture"
"en": "This is a sculpture",
"de": "Dies ist eine Skulptur"
}
},
{
"if": "memorial=obelisk",
"then": {
"en": "This is an obelisk"
"en": "This is an obelisk",
"de": "Das ist ein Obelisk",
"es": "Es un obelisco"
}
},
{
"if": "memorial=cross",
"then": {
"en": "This is a cross"
"en": "This is a cross",
"de": "Das ist ein Kreuz",
"es": "Es una cruz"
}
},
{
"if": "memorial=blue_plaque",
"then": {
"en": "This is a blue plaque"
"en": "This is a blue plaque",
"de": "Dies ist eine blaue Plaque"
},
"onlyShowIf": "_country=gb"
},
{
"if": "memorial=tank",
"then": {
"en": "This is a historic tank, permanently placed in public space as memorial"
"en": "This is a historic tank, permanently placed in public space as memorial",
"de": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde"
}
},
{
"if": "memorial=tree",
"then": {
"en": "This is a memorial tree"
"en": "This is a memorial tree",
"de": "Das ist ein Baumdenkmal"
},
"addExtraTags": [
"natural=tree"
@ -179,7 +191,8 @@
}
],
"render": {
"en": "This is a {memorial}"
"en": "This is a {memorial}",
"de": "Das ist ein {memorial}"
},
"freeform": {
"key": "memorial"

View file

@ -738,12 +738,8 @@
{
"if": "_translation_contributions>0",
"then": {
"en": "You have contributed to translating MapComplete! That's awesome!",
"ca": "Has contribuït a traduir MapComplete! Això és fantàstic!",
"de": "Sie haben dazu beigetragen, MapComplete zu übersetzen! Das ist großartig!",
"nl": "Je hebt MapComplete helpen vertalen! Dat is fantastisch! Bedankt hiervoor!",
"cs": "Přispěli jste k překladu MapComplete! To je úžasné!",
"pt": "Você contribuiu para a tradução do MapComplete! Fantástico!"
"en": "You have contributed to translating MapComplete with {_translation_contributions} commits! That's awesome!",
"nl": "Je hebt MapComplete helpen vertalen met {_translation_contributions} commits! Dat is fantastisch! Bedankt hiervoor!"
},
"icon": "party"
}

View file

@ -8722,13 +8722,6 @@
},
"question": "Vols ajudar a traduir MapComplete?"
},
"translation-thanks": {
"mappings": {
"0": {
"then": "Has contribuït a traduir MapComplete! Això és fantàstic!"
}
}
},
"verified-mastodon": {
"mappings": {
"0": {

View file

@ -8977,13 +8977,6 @@
},
"question": "Chcete pomoci s překladem MapComplete?"
},
"translation-thanks": {
"mappings": {
"0": {
"then": "Přispěli jste k překladu MapComplete! To je úžasné!"
}
}
},
"verified-mastodon": {
"mappings": {
"0": {

View file

@ -6150,9 +6150,40 @@
},
"3": {
"then": "Dies ist ein Geisterrad - ein Fahrrad weiß lackiert, um an einen Radfahrer zu erinnern, der wegen eines Autounfalls verstorben ist"
},
"4": {
"then": "Dies ist ein Stolperstein"
},
"5": {
"then": "Das ist eine Stele"
},
"6": {
"then": "Das ist ein Gedenkstein"
},
"7": {
"then": "Das ist eine Büste"
},
"8": {
"then": "Dies ist eine Skulptur"
},
"9": {
"then": "Das ist ein Obelisk"
},
"10": {
"then": "Das ist ein Kreuz"
},
"11": {
"then": "Dies ist eine blaue Plaque"
},
"12": {
"then": "Dies ist ein historischer Panzer, der permanent in den öffentlichen Raum als Denkmal platziert wurde"
},
"13": {
"then": "Das ist ein Baumdenkmal"
}
},
"question": "Was für eine Art von Denkmal ist das?"
"question": "Was für eine Art von Denkmal ist das?",
"render": "Das ist ein {memorial}"
},
"memorial-wikidata": {
"question": "Was ist die Wikipedia-Seite über dieses Denkmal?",
@ -10676,13 +10707,6 @@
},
"question": "Möchten Sie bei der Übersetzung von MapComplete helfen?"
},
"translation-thanks": {
"mappings": {
"0": {
"then": "Sie haben dazu beigetragen, MapComplete zu übersetzen! Das ist großartig!"
}
}
},
"verified-mastodon": {
"mappings": {
"0": {

View file

@ -10725,7 +10725,7 @@
"translation-thanks": {
"mappings": {
"0": {
"then": "You have contributed to translating MapComplete! That's awesome!"
"then": "You have contributed to translating MapComplete with {_translation_contributions} commits! That's awesome!"
}
}
},

View file

@ -3010,6 +3010,20 @@
}
}
},
"memorial": {
"tagRenderings": {
"memorial-type": {
"mappings": {
"9": {
"then": "Es un obelisco"
},
"10": {
"then": "Es una cruz"
}
}
}
}
},
"nature_reserve": {
"description": "Una reserva natural es una zona donde la naturaleza puede seguir su curso",
"name": "Reserva Natural",

View file

@ -8890,7 +8890,7 @@
"translation-thanks": {
"mappings": {
"0": {
"then": "Je hebt MapComplete helpen vertalen! Dat is fantastisch! Bedankt hiervoor!"
"then": "Je hebt MapComplete helpen vertalen met {_translation_contributions} commits! Dat is fantastisch! Bedankt hiervoor!"
}
}
},

View file

@ -1910,13 +1910,6 @@
}
},
"question": "Quer ajudar na tradução do MapComplete?"
},
"translation-thanks": {
"mappings": {
"0": {
"then": "Você contribuiu para a tradução do MapComplete! Fantástico!"
}
}
}
}
},