Merge branch 'develop' into feature/move-flox

This commit is contained in:
Pieter Vander Vennet 2021-10-13 01:29:29 +02:00
commit 11d5ccf93f
35 changed files with 773 additions and 243 deletions

View file

@ -36,16 +36,6 @@
"splitTitle": "Choose on the map where to split this road",
"hasBeenSplit": "This way has been split"
},
"move": {
"loginToMove": "You must be logged in to move a point",
"inviteToMove": "Move this point",
"selectReason": "Why do you move this object?",
"reasonRelocation": "The object has been relocated to a totally different location",
"reasonInaccurate": "The location of this object is inaccurate and should be moved a few meter",
"onlyPoints": "Only points can be moved",
"isWay": "This feature is a way",
"cancel": "Cancel move"
},
"delete": {
"delete": "Delete",
"cancel": "Cancel",
@ -130,7 +120,7 @@
},
"morescreen": {
"intro": "<h3>More thematic maps?</h3>Do you enjoy collecting geodata? <br/>There are more themes available.",
"requestATheme": "If you want a custom-built quest, request it in the issue tracker",
"requestATheme": "If you want a custom-built theme, request it in the issue tracker",
"streetcomplete": "Another, similar application is <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
"createYourOwnTheme": "Create your own MapComplete theme from scratch"
},
@ -231,7 +221,7 @@
},
"wikipedia": {
"wikipediaboxTitle": "Wikipedia",
"failed":"Loading the wikipedia entry failed",
"failed": "Loading the wikipedia entry failed",
"loading": "Loading Wikipedia...",
"noWikipediaPage": "This wikidata item has no corresponding wikipedia page yet."
}
@ -256,5 +246,15 @@
"tos": "If you create a review, you agree to <a href='https://mangrove.reviews/terms' target='_blank'>the TOS and privacy policy of Mangrove.reviews</a>",
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
"plz_login": "Login to leave a review"
},
"move": {
"loginToMove": "You must be logged in to move a point",
"inviteToMove": "Move this point",
"selectReason": "Why do you move this object?",
"reasonRelocation": "The object has been relocated to a totally different location",
"reasonInaccurate": "The location of this object is inaccurate and should be moved a few meter",
"onlyPoints": "Only points can be moved",
"isWay": "This feature is a way",
"cancel": "Cancel move"
}
}

View file

@ -20,5 +20,20 @@
"uploadingMultiple": "A enviar {count} imagens…",
"uploadingPicture": "A enviar a sua imagem…",
"addPicture": "Adicionar imagem"
},
"index": {
"#": "Estes textos são mostrados acima dos botões do tema quando nenhum tema é carregado",
"title": "Bem-vindo(a) ao MapComplete",
"intro": "O MapComplete é um visualizador e editor do OpenStreetMap, que mostra informações sobre um tema específico.",
"pickTheme": "Escolha um tema abaixo para começar."
},
"delete": {
"reasons": {
"notFound": "Não foi possível encontrar este elemento"
},
"explanations": {
"selectReason": "Por favor, selecione a razão porque este elemento deve ser eliminado",
"hardDelete": "Este ponto será eliminado no OpenStreetMap. Pode ser recuperado por um contribuidor com experiência"
}
}
}

View file

@ -3,6 +3,25 @@
"email": {
"question": "Apa alamat surel dari {name}?"
},
"level": {
"mappings": {
"3": {
"then": "Berlokasi di lantai pertama"
}
},
"question": "Pada tingkat apa fitur ini diletakkan?"
},
"payment-options": {
"mappings": {
"0": {
"then": "Disini menerima pembayaran tunai"
},
"1": {
"then": "Disini menerima pembayaran dengan kartu"
}
},
"question": "Metode pembayaran manakah yang di terima disini?"
},
"phone": {
"question": "Nomor telepon dari {name|?"
},

View file

@ -3,6 +3,23 @@
"description": {
"question": "Ainda há algo de relevante que não tenha podido dar nas perguntas anteriores? Adicione-o aqui.<br/><span style='font-size: small'>Não repita factos já declarados</span>"
},
"dog-access": {
"mappings": {
"0": {
"then": "Os cães são permitidos"
},
"1": {
"then": "Os cães <b>não</b> são permitidos"
},
"2": {
"then": "Os cães são permitidos, mas têm de ser presos pela trela"
},
"3": {
"then": "Os cães são permitidos e podem correr livremente"
}
},
"question": "Os cães são permitidos neste estabelecimento?"
},
"email": {
"question": "Qual é o endereço de e-mail de {name}?"
},

View file

@ -1371,5 +1371,56 @@
"description": "On this map, you'll find waste baskets near you. If a waste basket is missing on this map, you can add it yourself",
"shortDescription": "A map with waste baskets",
"title": "Waste Basket"
},
"postboxes": {
"description": "On this map you can find and add data of post offices and post boxes. You can use this map to find where you can mail your next postcard! :)<br/>Spotted an error or is a post box missing? You can edit this map with a free OpenStreetMap account. ",
"layers": {
"0": {
"description": "The layer showing postboxes.",
"name": "Postboxes",
"presets": {
"0": {
"title": "postbox"
}
},
"title": {
"render": "Postbox"
}
},
"1": {
"description": "A layer showing post offices.",
"filter": {
"0": {
"options": {
"0": {
"question": "Currently open"
}
}
}
},
"name": "Post offices",
"presets": {
"0": {
"title": "Post Office"
}
},
"tagRenderings": {
"OH": {
"mappings": {
"0": {
"then": "24/7 opened (including holidays)"
}
},
"question": "What are the opening hours for this post office?",
"render": "Opening Hours: {opening_hours_table()}"
}
},
"title": {
"render": "Post Office"
}
}
},
"shortDescription": "A map showing postboxes and post offices",
"title": "Postbox and Post Office Map"
}
}

View file

@ -1025,6 +1025,7 @@
},
"toerisme_vlaanderen": {
"description": "Op deze kaart kan je info zien die relevant is voor toerisme, zoals:<br/><ul><li>Eetgelegenheden</li><li>Cafés en bars</li><li>(Fiets)oplaadpunten</li><li>Fietspompen, fietserverhuur en fietswinkels</li><li>Uitkijktorens</li><li>...</li></ul> Zie je fouten op de kaart? Dan kan je zelf makkelijk aanpasingen maken, die zichtbaar zijn voor iedereen. Hiervoor dien je een gratis OpenStreetMap account voor te maken.<br/><br/>Met de steun van Toerisme Vlaanderen<img src='./assets/themes/toerisme_vlaanderen/logo.png' />",
"descriptionTail": "Met de steun van Toerisme Vlaanderen<img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />",
"shortDescription": "Een kaart om toeristisch relevante info op aan te duiden",
"title": "Toeristisch relevante info"
},