forked from MapComplete/MapComplete
		
	Translation reset
This commit is contained in:
		
							parent
							
								
									3ac7a3c59e
								
							
						
					
					
						commit
						668e68f874
					
				
					 14 changed files with 794 additions and 762 deletions
				
			
		| 
						 | 
					@ -174,8 +174,8 @@
 | 
				
			||||||
            "condition": "service:bicycle:diy=yes",
 | 
					            "condition": "service:bicycle:diy=yes",
 | 
				
			||||||
            "render": "<img src='./assets/layers/bike_shop/tools.svg'/>"
 | 
					            "render": "<img src='./assets/layers/bike_shop/tools.svg'/>"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        {   "condition": "service:bicycle:cleaning=yes",
 | 
					        {
 | 
				
			||||||
 | 
					            "condition": "service:bicycle:cleaning=yes",
 | 
				
			||||||
            "render": "<img src='./assets/layers/bike_cleaning/bike_cleaning_icon.svg'/>"
 | 
					            "render": "<img src='./assets/layers/bike_cleaning/bike_cleaning_icon.svg'/>"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "defaults"
 | 
					        "defaults"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,6 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  "id": "buurtnatuur",
 | 
					  "id": "buurtnatuur",
 | 
				
			||||||
  "title": {
 | 
					  "title": {
 | 
				
			||||||
    "#": "DO NOT TRANSLATE THIS THEME - this one is only meant to be in dutch!",
 | 
					 | 
				
			||||||
    "nl": "Breng jouw buurtnatuur in kaart"
 | 
					    "nl": "Breng jouw buurtnatuur in kaart"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "shortDescription": {
 | 
					  "shortDescription": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,7 +10,8 @@
 | 
				
			||||||
        "ccb": "under the CC-BY-license",
 | 
					        "ccb": "under the CC-BY-license",
 | 
				
			||||||
        "uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
 | 
					        "uploadFailed": "Could not upload your picture. Are you connected to the Internet, and allow third party API's? The Brave browser or the uMatrix plugin might block them.",
 | 
				
			||||||
        "respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
 | 
					        "respectPrivacy": "Do not photograph people nor license plates. Do not upload Google Maps, Google Streetview or other copyrighted sources.",
 | 
				
			||||||
        "uploadDone": "<span class='thanks'>Your picture has been added. Thanks for helping out!</span>",
 | 
					        "uploadDone": "Your picture has been added. Thanks for helping out!",
 | 
				
			||||||
 | 
					        "uploadMultipleDone": "{count} pictures have been added. Thanks for helping out!",
 | 
				
			||||||
        "dontDelete": "Cancel",
 | 
					        "dontDelete": "Cancel",
 | 
				
			||||||
        "doDelete": "Remove image",
 | 
					        "doDelete": "Remove image",
 | 
				
			||||||
        "isDeleted": "Deleted",
 | 
					        "isDeleted": "Deleted",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2376,7 +2376,7 @@
 | 
				
			||||||
                "question": "Is this street lit?"
 | 
					                "question": "Is this street lit?"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "width:carriageway": {
 | 
					            "width:carriageway": {
 | 
				
			||||||
                "question": "What is the carriage width of this road (in meters)?",
 | 
					                "question": "What is the carriage width of this road (in meters)?<br/><span class='subtle'>This is measured curb to curb and thus includes the width of parallell parking lanes</span>",
 | 
				
			||||||
                "render": "The carriage width of this road is <strong>{width:carriageway}m</strong>"
 | 
					                "render": "The carriage width of this road is <strong>{width:carriageway}m</strong>"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2329,7 +2329,7 @@
 | 
				
			||||||
                "question": "Is deze weg verlicht?"
 | 
					                "question": "Is deze weg verlicht?"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "width:carriageway": {
 | 
					            "width:carriageway": {
 | 
				
			||||||
                "question": "Hoe breed is de rijbaan in deze straat (in meters)?",
 | 
					                "question": "Hoe breed is de rijbaan in deze straat (in meters)?<br/><span class='subtle'>Dit is </span><br/><span class='subtle'>Meet dit van stoepsteen tot stoepsteen, dus inclusief een parallelle parkeerstrook</span>",
 | 
				
			||||||
                "render": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>"
 | 
					                "render": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -233,7 +233,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Wer betreibt diesen Ort?",
 | 
					                    "question": "Wer betreibt diesen Ort?",
 | 
				
			||||||
                    "render": "Dieser Ort wird betrieben von {operator}"
 | 
					                    "render": "Dieser Ort wird betrieben von {operator}"
 | 
				
			||||||
| 
						 | 
					@ -249,6 +250,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "Hat dieser Ort eine Stromversorgung?"
 | 
					                    "question": "Hat dieser Ort eine Stromversorgung?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Finden Sie Plätze zum Übernachten mit Ihrem Wohnmobil",
 | 
					        "shortDescription": "Finden Sie Plätze zum Übernachten mit Ihrem Wohnmobil",
 | 
				
			||||||
        "title": "Wohnmobilstellplätze"
 | 
					        "title": "Wohnmobilstellplätze"
 | 
				
			||||||
| 
						 | 
					@ -428,20 +430,7 @@
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "overrideAll": {
 | 
					        "overrideAll": {
 | 
				
			||||||
            "units+": {
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					 | 
				
			||||||
                    "applicableUnits": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "human": " Meter"
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "human": " Fuß"
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "roamingRenderings": {
 | 
					 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?"
 | 
					                    "question": "Gibt es eine (inoffizielle) Website mit mehr Informationen (z.B. Topos)?"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -548,6 +537,19 @@
 | 
				
			||||||
                    "question": "Gibt es hier eine Speedkletter-Wand?"
 | 
					                    "question": "Gibt es hier eine Speedkletter-Wand?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            "units+": {
 | 
				
			||||||
 | 
					                "0": {
 | 
				
			||||||
 | 
					                    "applicableUnits": {
 | 
				
			||||||
 | 
					                        "0": {
 | 
				
			||||||
 | 
					                            "human": " Meter"
 | 
				
			||||||
 | 
					                        },
 | 
				
			||||||
 | 
					                        "1": {
 | 
				
			||||||
 | 
					                            "human": " Fuß"
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "title": "Offene Kletterkarte"
 | 
					        "title": "Offene Kletterkarte"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "cycle_highways": {
 | 
					    "cycle_highways": {
 | 
				
			||||||
| 
						 | 
					@ -594,7 +596,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -616,6 +619,7 @@
 | 
				
			||||||
                    "question": "Wann wird diese Straße eine Fahrradstraße?",
 | 
					                    "question": "Wann wird diese Straße eine Fahrradstraße?",
 | 
				
			||||||
                    "render": "Diese Straße wird am {cyclestreet:start_date} zu einer Fahrradstraße"
 | 
					                    "render": "Diese Straße wird am {cyclestreet:start_date} zu einer Fahrradstraße"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Eine Karte von Fahrradstraßen",
 | 
					        "shortDescription": "Eine Karte von Fahrradstraßen",
 | 
				
			||||||
        "title": "Fahrradstraßen"
 | 
					        "title": "Fahrradstraßen"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -233,7 +233,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Who operates this place?",
 | 
					                    "question": "Who operates this place?",
 | 
				
			||||||
                    "render": "This place is operated by {operator}"
 | 
					                    "render": "This place is operated by {operator}"
 | 
				
			||||||
| 
						 | 
					@ -249,6 +250,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "Does this place have a power supply?"
 | 
					                    "question": "Does this place have a power supply?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Find sites to spend the night with your camper",
 | 
					        "shortDescription": "Find sites to spend the night with your camper",
 | 
				
			||||||
        "title": "Campersites"
 | 
					        "title": "Campersites"
 | 
				
			||||||
| 
						 | 
					@ -452,20 +454,7 @@
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "overrideAll": {
 | 
					        "overrideAll": {
 | 
				
			||||||
            "units+": {
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					 | 
				
			||||||
                    "applicableUnits": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "human": " meter"
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "human": " feet"
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "roamingRenderings": {
 | 
					 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Is there a (unofficial) website with more informations (e.g. topos)?"
 | 
					                    "question": "Is there a (unofficial) website with more informations (e.g. topos)?"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -588,6 +577,19 @@
 | 
				
			||||||
                    "question": "Is there a speed climbing wall?"
 | 
					                    "question": "Is there a speed climbing wall?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            "units+": {
 | 
				
			||||||
 | 
					                "0": {
 | 
				
			||||||
 | 
					                    "applicableUnits": {
 | 
				
			||||||
 | 
					                        "0": {
 | 
				
			||||||
 | 
					                            "human": " meter"
 | 
				
			||||||
 | 
					                        },
 | 
				
			||||||
 | 
					                        "1": {
 | 
				
			||||||
 | 
					                            "human": " feet"
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "title": "Open Climbing Map"
 | 
					        "title": "Open Climbing Map"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "cycle_highways": {
 | 
					    "cycle_highways": {
 | 
				
			||||||
| 
						 | 
					@ -634,7 +636,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -656,6 +659,7 @@
 | 
				
			||||||
                    "question": "When will this street become a cyclestreet?",
 | 
					                    "question": "When will this street become a cyclestreet?",
 | 
				
			||||||
                    "render": "This street will become a cyclestreet at {cyclestreet:start_date}"
 | 
					                    "render": "This street will become a cyclestreet at {cyclestreet:start_date}"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "A map of cyclestreets",
 | 
					        "shortDescription": "A map of cyclestreets",
 | 
				
			||||||
        "title": "Cyclestreets"
 | 
					        "title": "Cyclestreets"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -225,7 +225,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Qui est l’exploitant du site ?",
 | 
					                    "question": "Qui est l’exploitant du site ?",
 | 
				
			||||||
                    "render": "Ce site est exploité par {operator}"
 | 
					                    "render": "Ce site est exploité par {operator}"
 | 
				
			||||||
| 
						 | 
					@ -241,6 +242,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "Ce site a-t’il une source d’électricité ?"
 | 
					                    "question": "Ce site a-t’il une source d’électricité ?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Trouver des sites pour passer la nuit avec votre camping-car",
 | 
					        "shortDescription": "Trouver des sites pour passer la nuit avec votre camping-car",
 | 
				
			||||||
        "title": "Campings"
 | 
					        "title": "Campings"
 | 
				
			||||||
| 
						 | 
					@ -439,20 +441,7 @@
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "overrideAll": {
 | 
					        "overrideAll": {
 | 
				
			||||||
            "units+": {
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					 | 
				
			||||||
                    "applicableUnits": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "human": " mètres"
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "human": " pieds"
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "roamingRenderings": {
 | 
					 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Existe-t’il un site avec plus d’informations (ex : topographie) ?"
 | 
					                    "question": "Existe-t’il un site avec plus d’informations (ex : topographie) ?"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -533,6 +522,19 @@
 | 
				
			||||||
                    "question": "Est-il possible d’escalader à la moulinette ?"
 | 
					                    "question": "Est-il possible d’escalader à la moulinette ?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            "units+": {
 | 
				
			||||||
 | 
					                "0": {
 | 
				
			||||||
 | 
					                    "applicableUnits": {
 | 
				
			||||||
 | 
					                        "0": {
 | 
				
			||||||
 | 
					                            "human": " mètres"
 | 
				
			||||||
 | 
					                        },
 | 
				
			||||||
 | 
					                        "1": {
 | 
				
			||||||
 | 
					                            "human": " pieds"
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "title": "Open Climbing Map"
 | 
					        "title": "Open Climbing Map"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "cyclofix": {
 | 
					    "cyclofix": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -52,7 +52,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "1": {
 | 
					                "1": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -64,6 +65,7 @@
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "charging_stations": {
 | 
					    "charging_stations": {
 | 
				
			||||||
        "title": "Stasiun pengisian daya"
 | 
					        "title": "Stasiun pengisian daya"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -225,7 +225,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Chi gestisce questo luogo?",
 | 
					                    "question": "Chi gestisce questo luogo?",
 | 
				
			||||||
                    "render": "Questo luogo è gestito da {operator}"
 | 
					                    "render": "Questo luogo è gestito da {operator}"
 | 
				
			||||||
| 
						 | 
					@ -241,6 +242,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "Questo luogo fornisce corrente elettrica?"
 | 
					                    "question": "Questo luogo fornisce corrente elettrica?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Trova aree dove passare la notte con il tuo camper",
 | 
					        "shortDescription": "Trova aree dove passare la notte con il tuo camper",
 | 
				
			||||||
        "title": "Aree camper"
 | 
					        "title": "Aree camper"
 | 
				
			||||||
| 
						 | 
					@ -310,7 +312,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "3": {
 | 
					                        "3": {
 | 
				
			||||||
| 
						 | 
					@ -323,6 +326,7 @@
 | 
				
			||||||
                    "render": "Questa strada diventerà una strada ciclabile dal {cyclestreet:start_date}"
 | 
					                    "render": "Questa strada diventerà una strada ciclabile dal {cyclestreet:start_date}"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "cyclofix": {
 | 
					    "cyclofix": {
 | 
				
			||||||
        "description": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.<br><br>Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.<br><br>Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.<br><br>Per maggiori informazioni sul progetto ciclofix, visita <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
 | 
					        "description": "Questa mappa offre a chi va in bici una soluzione semplice per trovare tutte le infrastrutture di cui ha bisogno.<br><br>Puoi tracciare la tua posizione esatta (solo su mobile) e selezionare i livelli che ti interessano nell'angolo in basso a sinistra. Puoi anche usare questo strumento per aggiungere o modificare punti di interesse alla mappa e aggiungere nuove informazioni rispendendo alle domande.<br><br>Tutte le modifiche che apporterai saranno automaticamente salvate nel database mondiale di OpenStreetMap e potranno essere liberamente riutilizzate da tutti e tutte.<br><br>Per maggiori informazioni sul progetto ciclofix, visita <a href='https://cyclofix.osm.be/'>cyclofix.osm.be</a>.",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -225,7 +225,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "この店は誰が経営しているんですか?",
 | 
					                    "question": "この店は誰が経営しているんですか?",
 | 
				
			||||||
                    "render": "この場所は{operator}によって運営されます"
 | 
					                    "render": "この場所は{operator}によって運営されます"
 | 
				
			||||||
| 
						 | 
					@ -241,6 +242,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "この場所に電源はありますか?"
 | 
					                    "question": "この場所に電源はありますか?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "キャンパーと夜を共にするキャンプサイトを見つける",
 | 
					        "shortDescription": "キャンパーと夜を共にするキャンプサイトを見つける",
 | 
				
			||||||
        "title": "キャンプサイト"
 | 
					        "title": "キャンプサイト"
 | 
				
			||||||
| 
						 | 
					@ -379,7 +381,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?"
 | 
					                    "question": "もっと情報のある(非公式の)ウェブサイトはありますか(例えば、topos)?"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -468,6 +471,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "スピードクライミングウォールはありますか?"
 | 
					                    "question": "スピードクライミングウォールはありますか?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "title": "登山地図を開く"
 | 
					        "title": "登山地図を開く"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					@ -498,7 +502,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -520,6 +525,7 @@
 | 
				
			||||||
                    "question": "この通りはいつcyclestreetになるんですか?",
 | 
					                    "question": "この通りはいつcyclestreetになるんですか?",
 | 
				
			||||||
                    "render": "この通りは{cyclestreet:start_date}に、cyclestreetになります"
 | 
					                    "render": "この通りは{cyclestreet:start_date}に、cyclestreetになります"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "cyclestreetsの地図",
 | 
					        "shortDescription": "cyclestreetsの地図",
 | 
				
			||||||
        "title": "Cyclestreets"
 | 
					        "title": "Cyclestreets"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -108,7 +108,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "7": {
 | 
					                "7": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -120,6 +121,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "Er buldring mulig her?"
 | 
					                    "question": "Er buldring mulig her?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "title": "Åpent klatrekart"
 | 
					        "title": "Åpent klatrekart"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					@ -136,7 +138,8 @@
 | 
				
			||||||
                "name": "Alle gater"
 | 
					                "name": "Alle gater"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -154,6 +157,7 @@
 | 
				
			||||||
                    },
 | 
					                    },
 | 
				
			||||||
                    "question": "Er denne gaten en sykkelvei?"
 | 
					                    "question": "Er denne gaten en sykkelvei?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Et kart over sykkelveier"
 | 
					        "shortDescription": "Et kart over sykkelveier"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -97,7 +97,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -159,6 +160,7 @@
 | 
				
			||||||
                    "question": "Wat is de naam van dit gebied?",
 | 
					                    "question": "Wat is de naam van dit gebied?",
 | 
				
			||||||
                    "render": "Dit gebied heet {name}"
 | 
					                    "render": "Dit gebied heet {name}"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje",
 | 
					        "shortDescription": "Met deze tool kan je natuur in je buurt in kaart brengen en meer informatie geven over je favoriete plekje",
 | 
				
			||||||
        "title": "Breng jouw buurtnatuur in kaart"
 | 
					        "title": "Breng jouw buurtnatuur in kaart"
 | 
				
			||||||
| 
						 | 
					@ -368,20 +370,7 @@
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "overrideAll": {
 | 
					        "overrideAll": {
 | 
				
			||||||
            "units+": {
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					 | 
				
			||||||
                    "applicableUnits": {
 | 
					 | 
				
			||||||
                        "0": {
 | 
					 | 
				
			||||||
                            "human": " meter"
 | 
					 | 
				
			||||||
                        },
 | 
					 | 
				
			||||||
                        "1": {
 | 
					 | 
				
			||||||
                            "human": " voet"
 | 
					 | 
				
			||||||
                        }
 | 
					 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
                }
 | 
					 | 
				
			||||||
            }
 | 
					 | 
				
			||||||
        },
 | 
					 | 
				
			||||||
        "roamingRenderings": {
 | 
					 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Is er een (onofficiële) website met meer informatie (b.v. met topos)?"
 | 
					                    "question": "Is er een (onofficiële) website met meer informatie (b.v. met topos)?"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -481,6 +470,19 @@
 | 
				
			||||||
                    "question": "Is er een snelklimmuur (speed climbing)?"
 | 
					                    "question": "Is er een snelklimmuur (speed climbing)?"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
 | 
					            "units+": {
 | 
				
			||||||
 | 
					                "0": {
 | 
				
			||||||
 | 
					                    "applicableUnits": {
 | 
				
			||||||
 | 
					                        "0": {
 | 
				
			||||||
 | 
					                            "human": " meter"
 | 
				
			||||||
 | 
					                        },
 | 
				
			||||||
 | 
					                        "1": {
 | 
				
			||||||
 | 
					                            "human": " voet"
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
        "title": "Open klimkaart"
 | 
					        "title": "Open klimkaart"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "cycle_infra": {
 | 
					    "cycle_infra": {
 | 
				
			||||||
| 
						 | 
					@ -515,7 +517,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "mappings": {
 | 
					                    "mappings": {
 | 
				
			||||||
                        "0": {
 | 
					                        "0": {
 | 
				
			||||||
| 
						 | 
					@ -537,6 +540,7 @@
 | 
				
			||||||
                    "question": "Wanneer wordt deze straat een fietsstraat?",
 | 
					                    "question": "Wanneer wordt deze straat een fietsstraat?",
 | 
				
			||||||
                    "render": "Deze straat wordt fietsstraat op {cyclestreet:start_date}"
 | 
					                    "render": "Deze straat wordt fietsstraat op {cyclestreet:start_date}"
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "shortDescription": "Een kaart met alle gekende fietsstraten",
 | 
					        "shortDescription": "Een kaart met alle gekende fietsstraten",
 | 
				
			||||||
        "title": "Fietsstraten"
 | 
					        "title": "Fietsstraten"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -269,7 +269,8 @@
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "roamingRenderings": {
 | 
					        "overrideAll": {
 | 
				
			||||||
 | 
					            "tagRenderings+": {
 | 
				
			||||||
                "0": {
 | 
					                "0": {
 | 
				
			||||||
                    "question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?"
 | 
					                    "question": "Есть ли (неофициальный) веб-сайт с более подробной информацией (напр., topos)?"
 | 
				
			||||||
                },
 | 
					                },
 | 
				
			||||||
| 
						 | 
					@ -290,6 +291,7 @@
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "title": "Открытая карта скалолазания"
 | 
					        "title": "Открытая карта скалолазания"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue