forked from MapComplete/MapComplete
		
	Merge pull request #546 from habi/bike-theme-duplicate-location
Fix duplicate `location=` in bike theme
This commit is contained in:
		
						commit
						941f61a0aa
					
				
					 1 changed files with 9 additions and 37 deletions
				
			
		| 
						 | 
					@ -72,7 +72,7 @@
 | 
				
			||||||
            "question": {
 | 
					            "question": {
 | 
				
			||||||
                "en": "What is the type of this bicycle parking?",
 | 
					                "en": "What is the type of this bicycle parking?",
 | 
				
			||||||
                "nl": "Van welk type is deze fietsparking?",
 | 
					                "nl": "Van welk type is deze fietsparking?",
 | 
				
			||||||
                "fr": "Quel type de parking à vélos est-ce ?",
 | 
					                "fr": "Quel type de parking à vélos est-ce ?",
 | 
				
			||||||
                "gl": "Que tipo de aparcadoiro de bicicletas é?",
 | 
					                "gl": "Que tipo de aparcadoiro de bicicletas é?",
 | 
				
			||||||
                "de": "Was ist die Art dieses Fahrrad-Parkplatzes?",
 | 
					                "de": "Was ist die Art dieses Fahrrad-Parkplatzes?",
 | 
				
			||||||
                "hu": "Milyen típusú ez a kerékpáros parkoló?",
 | 
					                "hu": "Milyen típusú ez a kerékpáros parkoló?",
 | 
				
			||||||
| 
						 | 
					@ -212,7 +212,7 @@
 | 
				
			||||||
            "question": {
 | 
					            "question": {
 | 
				
			||||||
                "en": "What is the relative location of this bicycle parking?",
 | 
					                "en": "What is the relative location of this bicycle parking?",
 | 
				
			||||||
                "nl": "Wat is de relatieve locatie van deze parking??",
 | 
					                "nl": "Wat is de relatieve locatie van deze parking??",
 | 
				
			||||||
                "fr": "Quelle est la position relative de ce parking à vélo ?",
 | 
					                "fr": "Quelle est la position relative de ce parking à vélo ?",
 | 
				
			||||||
                "it": "Qual è la posizione relativa di questo parcheggio bici?",
 | 
					                "it": "Qual è la posizione relativa di questo parcheggio bici?",
 | 
				
			||||||
                "zh_Hant": "這個單車停車場的相對位置是?",
 | 
					                "zh_Hant": "這個單車停車場的相對位置是?",
 | 
				
			||||||
                "pl": "Jaka jest względna lokalizacja tego parkingu rowerowego?",
 | 
					                "pl": "Jaka jest względna lokalizacja tego parkingu rowerowego?",
 | 
				
			||||||
| 
						 | 
					@ -221,20 +221,6 @@
 | 
				
			||||||
                "pt": "Qual a localização relativa deste estacionamento de bicicletas?"
 | 
					                "pt": "Qual a localização relativa deste estacionamento de bicicletas?"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "mappings": [
 | 
					            "mappings": [
 | 
				
			||||||
                {
 | 
					 | 
				
			||||||
                    "if": "location=underground",
 | 
					 | 
				
			||||||
                    "then": {
 | 
					 | 
				
			||||||
                        "en": "Underground parking",
 | 
					 | 
				
			||||||
                        "nl": "Ondergrondse parking",
 | 
					 | 
				
			||||||
                        "fr": "Parking souterrain",
 | 
					 | 
				
			||||||
                        "it": "Parcheggio sotterraneo",
 | 
					 | 
				
			||||||
                        "ru": "Подземная парковка",
 | 
					 | 
				
			||||||
                        "de": "Tiefgarage",
 | 
					 | 
				
			||||||
                        "zh_Hant": "地下停車場",
 | 
					 | 
				
			||||||
                        "pt_BR": "Estacionamento subterrâneo",
 | 
					 | 
				
			||||||
                        "pt": "Estacionamento subterrâneo"
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "if": "location=underground",
 | 
					                    "if": "location=underground",
 | 
				
			||||||
                    "then": {
 | 
					                    "then": {
 | 
				
			||||||
| 
						 | 
					@ -263,21 +249,6 @@
 | 
				
			||||||
                        "pt": "Estacionamento de superfície"
 | 
					                        "pt": "Estacionamento de superfície"
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
                {
 | 
					 | 
				
			||||||
                    "if": "location=",
 | 
					 | 
				
			||||||
                    "then": {
 | 
					 | 
				
			||||||
                        "en": "Surface level parking",
 | 
					 | 
				
			||||||
                        "nl": "Parking op de begane grond",
 | 
					 | 
				
			||||||
                        "fr": "Parking en surface",
 | 
					 | 
				
			||||||
                        "hu": "Felszíni parkoló",
 | 
					 | 
				
			||||||
                        "it": "Parcheggio in superficie",
 | 
					 | 
				
			||||||
                        "de": "Ebenerdiges Parken",
 | 
					 | 
				
			||||||
                        "zh_Hant": "地面層停車場",
 | 
					 | 
				
			||||||
                        "pt_BR": "Estacionamento ao nível da superfície",
 | 
					 | 
				
			||||||
                        "pt": "Estacionamento ao nível da superfície"
 | 
					 | 
				
			||||||
                    },
 | 
					 | 
				
			||||||
                    "hideInAnwser": true
 | 
					 | 
				
			||||||
                },
 | 
					 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    "if": "location=rooftop",
 | 
					                    "if": "location=rooftop",
 | 
				
			||||||
                    "then": {
 | 
					                    "then": {
 | 
				
			||||||
| 
						 | 
					@ -302,7 +273,7 @@
 | 
				
			||||||
                "nl": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw.",
 | 
					                "nl": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw.",
 | 
				
			||||||
                "gl": "Este aparcadoiro está cuberto? Tamén escolle \"cuberto\" para aparcadoiros interiores.",
 | 
					                "gl": "Este aparcadoiro está cuberto? Tamén escolle \"cuberto\" para aparcadoiros interiores.",
 | 
				
			||||||
                "de": "Ist dieser Parkplatz überdacht? Wählen Sie auch \"überdacht\" für Innenparkplätze.",
 | 
					                "de": "Ist dieser Parkplatz überdacht? Wählen Sie auch \"überdacht\" für Innenparkplätze.",
 | 
				
			||||||
                "fr": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur.",
 | 
					                "fr": "Ce parking est-il couvert ? Sélectionnez aussi \"couvert\" pour les parkings en intérieur.",
 | 
				
			||||||
                "hu": "Fedett ez a parkoló? (Beltéri parkoló esetén is válaszd a \"fedett\" opciót.)",
 | 
					                "hu": "Fedett ez a parkoló? (Beltéri parkoló esetén is válaszd a \"fedett\" opciót.)",
 | 
				
			||||||
                "it": "È un parcheggio coperto? Indicare “coperto” per parcheggi all’interno.",
 | 
					                "it": "È un parcheggio coperto? Indicare “coperto” per parcheggi all’interno.",
 | 
				
			||||||
                "zh_Hant": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。",
 | 
					                "zh_Hant": "這個停車場是否有車棚?如果是室內停車場也請選擇\"遮蔽\"。",
 | 
				
			||||||
| 
						 | 
					@ -383,7 +354,7 @@
 | 
				
			||||||
            "question": {
 | 
					            "question": {
 | 
				
			||||||
                "en": "Who can use this bicycle parking?",
 | 
					                "en": "Who can use this bicycle parking?",
 | 
				
			||||||
                "nl": "Wie mag er deze fietsenstalling gebruiken?",
 | 
					                "nl": "Wie mag er deze fietsenstalling gebruiken?",
 | 
				
			||||||
                "fr": "Qui peut utiliser ce parking à vélo ?",
 | 
					                "fr": "Qui peut utiliser ce parking à vélo ?",
 | 
				
			||||||
                "it": "Chi può usare questo parcheggio bici?",
 | 
					                "it": "Chi può usare questo parcheggio bici?",
 | 
				
			||||||
                "de": "Wer kann diesen Fahrradparplatz nutzen?",
 | 
					                "de": "Wer kann diesen Fahrradparplatz nutzen?",
 | 
				
			||||||
                "zh_Hant": "誰可以使用這個單車停車場?",
 | 
					                "zh_Hant": "誰可以使用這個單車停車場?",
 | 
				
			||||||
| 
						 | 
					@ -402,8 +373,7 @@
 | 
				
			||||||
                "zh_Hant": "{access}",
 | 
					                "zh_Hant": "{access}",
 | 
				
			||||||
                "fi": "{access}",
 | 
					                "fi": "{access}",
 | 
				
			||||||
                "pt_BR": "{access}",
 | 
					                "pt_BR": "{access}",
 | 
				
			||||||
                "pt": "{access}",
 | 
					                "pt": "{access}"
 | 
				
			||||||
                "eo": "{access}"
 | 
					 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "freeform": {
 | 
					            "freeform": {
 | 
				
			||||||
                "key": "access",
 | 
					                "key": "access",
 | 
				
			||||||
| 
						 | 
					@ -460,7 +430,7 @@
 | 
				
			||||||
                "nl": "Heeft deze fietsparking plaats voor bakfietsen?",
 | 
					                "nl": "Heeft deze fietsparking plaats voor bakfietsen?",
 | 
				
			||||||
                "gl": "Este aparcadoiro de bicicletas ten espazo para bicicletas de carga?",
 | 
					                "gl": "Este aparcadoiro de bicicletas ten espazo para bicicletas de carga?",
 | 
				
			||||||
                "de": "Gibt es auf diesem Fahrrad-Parkplatz Plätze für Lastenfahrräder?",
 | 
					                "de": "Gibt es auf diesem Fahrrad-Parkplatz Plätze für Lastenfahrräder?",
 | 
				
			||||||
                "fr": "Est-ce que ce parking à vélo a des emplacements pour des vélos cargo ?",
 | 
					                "fr": "Est-ce que ce parking à vélo a des emplacements pour des vélos cargo ?",
 | 
				
			||||||
                "it": "Questo parcheggio dispone di posti specifici per le bici da trasporto?",
 | 
					                "it": "Questo parcheggio dispone di posti specifici per le bici da trasporto?",
 | 
				
			||||||
                "zh_Hant": "這個單車停車場有地方放裝箱的單車嗎?",
 | 
					                "zh_Hant": "這個單車停車場有地方放裝箱的單車嗎?",
 | 
				
			||||||
                "pt_BR": "O estacionamento de bicicletas tem vagas para bicicletas de carga?",
 | 
					                "pt_BR": "O estacionamento de bicicletas tem vagas para bicicletas de carga?",
 | 
				
			||||||
| 
						 | 
					@ -569,4 +539,6 @@
 | 
				
			||||||
            "width": "1"
 | 
					            "width": "1"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue