Merge master
This commit is contained in:
commit
7e7c6d53f6
22 changed files with 2374 additions and 80 deletions
|
@ -63,15 +63,15 @@
|
|||
"noNameCategory": "{category} ohne Namen",
|
||||
"questions": {
|
||||
"phoneNumberOf": "Wie lautet die Telefonnummer der {category}?",
|
||||
"phoneNumberIs": "Die Telefonnummer der {category} lautet <a href='tel:{phone}' target='_blank'>{phone}</a>",
|
||||
"phoneNumberIs": "Die Telefonnummer der {category} lautet <a target=\"_blank\">{phone}</a>",
|
||||
"websiteOf": "Was ist die Website der {category}?",
|
||||
"websiteIs": "Webseite: <a href='{website}' target='_blank'>{website}</a>",
|
||||
"websiteIs": "Webseite: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"emailOf": "Wie lautet die E-Mail-Adresse der {category}?",
|
||||
"emailIs": "Die E-Mail-Adresse dieser {category} lautet <a href='mailto:{email}' target='_blank'>{email}</a>"
|
||||
"emailIs": "Die E-Mail-Adresse dieser {category} lautet <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>"
|
||||
},
|
||||
"openStreetMapIntro": "<h3>Eine offene Karte</h3><p>Wäre es nicht toll, wenn es eine offene Karte gäbe, die von jedem angepasst und benutzt werden könnte? Eine Karte, zu der jeder seine Interessen hinzufügen kann? Dann bräuchte man all diese Websites mit unterschiedlichen, kleinen und inkompatiblen Karten (die immer veraltet sind) nicht mehr.</p><p><b><a href='https://OpenStreetMap.org' target='_blank'>OpenStreetMap</a></b> ist diese offene Karte. Die Kartendaten können kostenlos verwendet werden (mit <a href='https://osm.org/copyright' target='_blank'>Attribution und Veröffentlichung von Änderungen an diesen Daten</a>). Darüber hinaus können Sie die Karte kostenlos ändern und Fehler beheben, wenn Sie ein Konto erstellen. Diese Website basiert ebenfalls auf OpenStreetMap. Wenn Sie eine Frage hier beantworten, geht die Antwort auch dorthin.</p>Viele Menschen und Anwendungen nutzen OpenStreetMap bereits: <a href='https://maps.me/' target='_blank'>Maps.me</a>, <a href='https://osmAnd.net' target='_blank'>OsmAnd</a>, verschiedene spezialisierte Routenplaner, die Hintergrundkarten auf Facebook, Instagram,...<br/>Sogar Apple Maps und Bing Maps verwenden OpenStreetMap in ihren Karten!</p></p><p>Wenn Sie hier einen Punkt hinzufügen oder eine Frage beantworten, wird er nach einer Weile in all diesen Anwendungen sichtbar sein.</p>",
|
||||
"sharescreen": {
|
||||
"intro": "<h3>Diese Karte teilen</h3> Sie können diese Karte teilen, indem Sie den untenstehenden Link kopieren und an Freunde und Familie schick",
|
||||
"intro": "<h3>Diese Karte teilen</h3> Sie können diese Karte teilen, indem Sie den untenstehenden Link kopieren und an Freunde und Familie schicken:",
|
||||
"addToHomeScreen": "<h3>Zum Startbildschirm hinzufügen</h3> Sie können diese Website einfach zum Startbildschirm Ihres Smartphones hinzufügen, um ein natives Gefühl zu erhalten. Klicken Sie dazu in der URL-Leiste auf die Schaltfläche 'Zum Startbildschirm hinzufügen'.",
|
||||
"embedIntro": "<h3>Auf Ihrer Website einbetten</h3>Bitte, betten Sie diese Karte in Ihre Website ein. <br/>Wir ermutigen Sie, es zu tun - Sie müssen nicht einmal um Erlaubnis fragen. <br/> Es ist kostenlos und wird es immer sein. Je mehr Leute sie benutzen, desto wertvoller wird sie.",
|
||||
"copiedToClipboard": "Link in die Zwischenablage kopiert",
|
||||
|
@ -95,7 +95,7 @@
|
|||
"streetcomplete": "Eine andere, ähnliche Anwendung ist <a href='https://play.google.com/store/apps/details?id=de.westnordost.streetcomplete' class='underline hover:text-blue-800' target='_blank'>StreetComplete</a>.",
|
||||
"createYourOwnTheme": "Erstellen Sie Ihr eigenes MapComplete-Thema von Grund auf neu"
|
||||
},
|
||||
"readYourMessages": "Bitte lesen Sie alle Ihre OpenStreetMap-Nachrichten, bevor Sie einen neuen Punkt hinzufügen",
|
||||
"readYourMessages": "Bitte lesen Sie alle Ihre OpenStreetMap-Nachrichten, bevor Sie einen neuen Punkt hinzufügen.",
|
||||
"fewChangesBefore": "Bitte beantworten Sie ein paar Fragen zu bestehenden Punkten, bevor Sie einen neuen Punkt hinzufügen.",
|
||||
"goToInbox": "Posteingang öffnen",
|
||||
"getStartedLogin": "Mit OpenStreetMap einloggen und loslegen",
|
||||
|
@ -127,7 +127,7 @@
|
|||
"sunday": "Sonntag"
|
||||
},
|
||||
"opening_hours": {
|
||||
"error_loading": "Fehler: Diese Öffnungszeiten können nicht angezeigt werden",
|
||||
"error_loading": "Fehler: Diese Öffnungszeiten können nicht angezeigt werden.",
|
||||
"open_during_ph": "An Feiertagen ist diese Einrichtung",
|
||||
"opensAt": "von",
|
||||
"openTill": "bis",
|
||||
|
@ -149,7 +149,7 @@
|
|||
"codeContributionsBy": "MapComplete wurde von {contributors} und <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} weiteren Beitragenden</a> erstellt",
|
||||
"themeBy": "Thema betreut von {author}",
|
||||
"attributionContent": "<p>Alle Daten wurden bereitgestellt von <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, frei verwendbar unter der <a href=\"https://osm.org/copyright\" target=\"_blank\">Open Database License</a>.</p>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"favourite": {
|
||||
"panelIntro": "<h3>Ihr persönliches Thema</h3>Aktivieren Sie Ihre Lieblingsebenen aus allen offiziellen Themen",
|
||||
|
|
|
@ -30,7 +30,15 @@
|
|||
"save": "Tallenna",
|
||||
"search": {
|
||||
"searching": "Etsitään…"
|
||||
}
|
||||
},
|
||||
"sharescreen": {
|
||||
"thanksForSharing": "Kiitos jakamisesta!"
|
||||
},
|
||||
"questions": {
|
||||
"websiteIs": "Verkkosivusto: <a href=\"{website}\" target=\"_blank\">{website}</a>"
|
||||
},
|
||||
"skip": "Ohita tämä kysymys",
|
||||
"loginWithOpenStreetMap": "Kirjaudu sisään OpenStreetMapilla"
|
||||
},
|
||||
"centerMessage": {
|
||||
"ready": "Valmis!"
|
||||
|
@ -38,6 +46,16 @@
|
|||
"image": {
|
||||
"doDelete": "Poista kuva",
|
||||
"dontDelete": "Peruuta",
|
||||
"addPicture": "Lisää kuva"
|
||||
"addPicture": "Lisää kuva",
|
||||
"isDeleted": "Poistettu",
|
||||
"ccb": "CC-BY-lisenssillä",
|
||||
"ccbs": "CC-BY-SA-lisenssillä"
|
||||
},
|
||||
"reviews": {
|
||||
"title": "{count} arvostelua",
|
||||
"title_singular": "Yksi arvostelu"
|
||||
},
|
||||
"index": {
|
||||
"title": "Tervetuloa MapCompleteen"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
"addPicture": "Ajoutez une photo",
|
||||
"uploadingPicture": "Mise en ligne de votre photo…",
|
||||
"uploadingMultiple": "Mise en ligne de {count} photos…",
|
||||
"pleaseLogin": "Connectez-vous pour mettre une photo en ligne",
|
||||
"pleaseLogin": "Connectez-vous pour téléverser une photo",
|
||||
"willBePublished": "Votre photo va être publiée : ",
|
||||
"cco": "dans le domaine publique",
|
||||
"ccbs": "sous la license CC-BY-SA",
|
||||
"ccb": "sous la license CC-BY",
|
||||
"uploadFailed": "L'ajout de la photo a échoué. Êtes-vous connecté à Internet ? Et est-ce que les API tierces sont autorisées ? Le navigateur Brave ou UMatrix peuvent les bloquer.",
|
||||
"uploadFailed": "L'ajout de la photo a échoué. Avez-vous accès à Internet ? Les API tierces sont-elles autorisées ? Le navigateur Brave ou UMatrix peuvent les bloquer.",
|
||||
"respectPrivacy": "Merci de respecter la vie privée. Ne publiez pas les plaques d'immatriculation.",
|
||||
"uploadDone": "<span class=\"thanks\">Votre photo est ajoutée. Merci beaucoup !</span>",
|
||||
"dontDelete": "Annuler",
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"general": {
|
||||
"questions": {
|
||||
"phoneNumberOf": "Apakah nombor telepon {category} ini?",
|
||||
"websiteIs": "Situs Web: <a href=\"{website}\" target=\"_blank\">{website}</a>"
|
||||
"websiteIs": "Website: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"emailOf": "Apa alamat email {category}?"
|
||||
},
|
||||
"nameInlineQuestion": "Name {category} ini adalah $$$",
|
||||
"pickLanguage": "Pilih bahasa: ",
|
||||
|
@ -14,7 +15,51 @@
|
|||
"searching": "Sdg mencari…"
|
||||
},
|
||||
"opening_hours": {
|
||||
"ph_not_known": " "
|
||||
"ph_not_known": " ",
|
||||
"ph_open": "buka",
|
||||
"ph_closed": "tutup",
|
||||
"open_24_7": "Dibuka sekitar jam",
|
||||
"closed_permanently": "Ditutup sampai pemberitahuan lebih lanjut",
|
||||
"openTill": "sampai",
|
||||
"opensAt": "dari",
|
||||
"closed_until": "Ditutup sampai {date}"
|
||||
},
|
||||
"noTagsSelected": "Tidak ada tag yang dipilih",
|
||||
"getStartedNewAccount": " atau <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">membuat akun baru</a>",
|
||||
"getStartedLogin": "Masuk dengan OpenStreetMap untuk memulai",
|
||||
"sharescreen": {
|
||||
"fsIncludeCurrentLocation": "Sertakan lokasi saat ini",
|
||||
"fsIncludeCurrentLayers": "Sertakan pilihan lapisan saat ini",
|
||||
"fsIncludeCurrentBackgroundMap": "Sertakan pilihan latar belakang saat ini <b>{name}</b>",
|
||||
"fsGeolocation": "Aktifkan tombol 'geolocate-me' (hanya seluler)",
|
||||
"fsAddNew": "Aktifkan tombol 'tambah POI baru'",
|
||||
"fsLayers": "Aktifkan kontrol lapisan",
|
||||
"fsWelcomeMessage": "Tampilkan popup pesan selamat datang dan tab terkait",
|
||||
"fsSearch": "Aktifkan bilah pencarian",
|
||||
"fsUserbadge": "Aktifkan tombol masuk",
|
||||
"editThemeDescription": "Tambahkan atau ubah pertanyaan ke tema peta ini",
|
||||
"editThisTheme": "Sunting tema ini",
|
||||
"thanksForSharing": "Terima kasih telah berbagi!",
|
||||
"copiedToClipboard": "Tautan disalin ke papan klip"
|
||||
},
|
||||
"goToInbox": "Buka kotak masuk",
|
||||
"weekdays": {
|
||||
"abbreviations": {
|
||||
"sunday": "Min",
|
||||
"saturday": "Sab",
|
||||
"friday": "Jum",
|
||||
"thursday": "Kam",
|
||||
"wednesday": "Rab",
|
||||
"tuesday": "Sel",
|
||||
"monday": "Sen"
|
||||
},
|
||||
"sunday": "Minggu",
|
||||
"saturday": "Sabtu",
|
||||
"friday": "Jum'at",
|
||||
"thursday": "Kamis",
|
||||
"wednesday": "Rabu",
|
||||
"tuesday": "Selasa",
|
||||
"monday": "Senin"
|
||||
}
|
||||
},
|
||||
"image": {
|
||||
|
@ -23,12 +68,35 @@
|
|||
"ccbs": "di bawah lisensi CC-BY-SA",
|
||||
"cco": "di domain publik",
|
||||
"willBePublished": "Gambarmu akan dipublikasikan: ",
|
||||
"pleaseLogin": "Silakan log masuk untuk menambah gambar",
|
||||
"pleaseLogin": "Silakan masuk untuk menambah gambar",
|
||||
"uploadingMultiple": "Mengunggah {count} gambar…",
|
||||
"uploadingPicture": "Mengunggah gambar Anda…",
|
||||
"addPicture": "Tambahkan foto"
|
||||
"addPicture": "Tambahkan foto",
|
||||
"isDeleted": "Dihapus",
|
||||
"dontDelete": "Batal"
|
||||
},
|
||||
"centerMessage": {
|
||||
"ready": "Selesai!"
|
||||
"ready": "Selesai!",
|
||||
"loadingData": "Memuat data…"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Muat ulang data"
|
||||
},
|
||||
"reviews": {
|
||||
"attribution": "Ulasan didukung oleh <a href=\"https://mangrove.reviews/\" target=\"_blank\"> Mangrove Reviews</a> dan tersedia di bawah <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Jika Anda membuat ulasan, Anda menyetujui <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">TOS dan kebijakan privasi Mangrove.reviews</a>",
|
||||
"saved": "<span class=\"thanks\"> Ulasan disimpan. Terima kasih sudah berbagi! </span>",
|
||||
"saving_review": "Menyimpan…",
|
||||
"posting_as": "Posting sebagai",
|
||||
"no_rating": "Tidak ada peringkat yang diberikan",
|
||||
"write_a_comment": "Beri ulasan…",
|
||||
"title_singular": "Satu ulasan",
|
||||
"title": "{count} ulasan",
|
||||
"plz_login": "Masuk untuk meninggalkan ulasan"
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Pilih tema di bawah ini untuk memulai.",
|
||||
"intro": "MapComplete adalah penampil dan editor OpenStreetMap, yang menunjukkan informasi tentang tema tertentu.",
|
||||
"title": "Selamat datang di MapComplete"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -153,7 +153,8 @@
|
|||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Une vélothèque a une collection de vélos qui peuvent être empruntés"
|
||||
"description": "Une vélothèque a une flotte de vélos qui peuvent être empruntés",
|
||||
"title": "Vélothèque"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -316,7 +317,7 @@
|
|||
"then": "Abri <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
||||
},
|
||||
"6": {
|
||||
"then": "Bollard <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
|
||||
"then": "Potelet <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
|
||||
},
|
||||
"7": {
|
||||
"then": "Zone au sol qui est marquée pour le stationnement des vélos"
|
||||
|
@ -531,6 +532,9 @@
|
|||
"2": {
|
||||
"title": "Point de réparation vélo sans pompe"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||
}
|
||||
},
|
||||
"bike_shop": {
|
||||
|
@ -820,6 +824,13 @@
|
|||
"render": "Informations supplémentaires pour les experts d'OpenStreetMap : {fixme}",
|
||||
"question": "Y a-t-il quelque chose qui ne va pas dans la manière dont ça a été cartographié, et que vous n'avez pas pu réparer ici ? (laisser une note pour les experts d'OpenStreetMap)"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "./assets/layers/defibrillator/aed_checked.svg"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"direction": {
|
||||
|
@ -862,6 +873,9 @@
|
|||
"then": "Les bouteilles d'eau peuvent ne pas passer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "<a href='#{_closest_other_drinking_water_id}'>Une autre source d’eau potable est à {_closest_other_drinking_water_distance} mètres a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -941,8 +955,18 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Il n'y a aucune attribution"
|
||||
},
|
||||
"2": {
|
||||
"then": "OpenStreetMap n’est pas mentionné, un sticker OpenStreetMap a été collé"
|
||||
},
|
||||
"1": {
|
||||
"then": "L’attribution est clairement inscrite mais la licence est absente"
|
||||
},
|
||||
"0": {
|
||||
"then": "L’attribution est clairement inscrite ainsi que la licence ODBL"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "L’attribution à OpenStreetMap est elle-présente ?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -981,6 +1005,10 @@
|
|||
},
|
||||
"12": {
|
||||
"render": "Superficie : {_surface:ha} ha"
|
||||
},
|
||||
"7": {
|
||||
"render": "{curator} est en charge de la conservation de la réserve",
|
||||
"question": "Qui est en charge de la conservation de la réserve ?<br/><span class='subtle'>À ne remplir seulement que si le nom est diffusé au public"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -989,29 +1017,71 @@
|
|||
"title": {
|
||||
"render": "Table de pique-nique"
|
||||
},
|
||||
"description": "La couche montrant les tables de pique-nique"
|
||||
"description": "La couche montrant les tables de pique-nique",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Table de pique-nique"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"0": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "C’est une table en béton"
|
||||
},
|
||||
"0": {
|
||||
"then": "C’est une table en bois"
|
||||
}
|
||||
},
|
||||
"render": "La table est faite en {material}",
|
||||
"question": "En quel matériau est faite la table de pique-nique ?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"playground": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"question": "Ce terrain de jeux est-il éclairé la nuit ?"
|
||||
"question": "Ce terrain de jeux est-il éclairé la nuit ?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "L’aire de jeu n’est pas éclairée de nuit"
|
||||
},
|
||||
"0": {
|
||||
"then": "L’aire de jeu est éclairée de nuit"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"render": "Accessible aux enfants de plus de {min_age} ans",
|
||||
"question": "Quel est l'âge minimal requis pour accéder à ce terrain de jeux ?"
|
||||
},
|
||||
"4": {
|
||||
"render": "Accessible aux enfants de {max_age} au maximum"
|
||||
"render": "Accessible aux enfants de {max_age} au maximum",
|
||||
"question": "Quel est l’âge maximum autorisé pour utiliser l’aire de jeu ?"
|
||||
},
|
||||
"5": {
|
||||
"render": "Exploité par {operator}"
|
||||
"render": "Exploité par {operator}",
|
||||
"question": "Qui est en charge de l’exploitation de l’aire de jeu ?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "Non accessible"
|
||||
},
|
||||
"3": {
|
||||
"then": "Réservée aux élèves de l’école"
|
||||
},
|
||||
"2": {
|
||||
"then": "Réservée aux clients"
|
||||
},
|
||||
"1": {
|
||||
"then": "Accessible au public"
|
||||
},
|
||||
"0": {
|
||||
"then": "Accessible au public"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "L’aire de jeu est-elle accessible au public ?"
|
||||
},
|
||||
"7": {
|
||||
"question": "Quelle est l'adresse électronique du responsable de l'aire de jeux ?",
|
||||
|
@ -1048,13 +1118,53 @@
|
|||
"then": "Toujours accessible"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"7": {
|
||||
"then": "La surface a <b>un revêtement</b>"
|
||||
},
|
||||
"6": {
|
||||
"then": "La surface n’a <b>pas de revêtement</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "La surface est en <b>béton</b>"
|
||||
},
|
||||
"4": {
|
||||
"then": "La surface est en <b>bitume</b>"
|
||||
},
|
||||
"3": {
|
||||
"then": "La surface est en <b>pavés</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "La surface est en <b>copeaux de bois</b>"
|
||||
},
|
||||
"1": {
|
||||
"then": "La surface est en <b>sable</b>"
|
||||
},
|
||||
"0": {
|
||||
"then": "La surface est en <b>gazon</b>"
|
||||
}
|
||||
},
|
||||
"render": "La surface est en <b>{surface}</b>",
|
||||
"question": "De quelle matière est la surface de l’aire de jeu ?<br/><i>Pour plusieurs matières, sélectionner la principale</i>"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Terrain de jeux"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Aire de jeu <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Aire de jeu"
|
||||
},
|
||||
"description": "Aire de jeu",
|
||||
"name": "Aire de jeu"
|
||||
},
|
||||
"public_bookcase": {
|
||||
"name": "Microbibliothèque",
|
||||
|
@ -1182,6 +1292,12 @@
|
|||
},
|
||||
"7": {
|
||||
"then": "La surface est <b>pavée</b>"
|
||||
},
|
||||
"5": {
|
||||
"then": "La surface est en <b>bitume</b>"
|
||||
},
|
||||
"4": {
|
||||
"then": "La surface est en <b>pierres pavées</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1541,6 +1657,21 @@
|
|||
},
|
||||
"6": {
|
||||
"then": "L'arbre est une zone urbaine."
|
||||
},
|
||||
"7": {
|
||||
"then": "Cet arbre est en zone rurale."
|
||||
},
|
||||
"4": {
|
||||
"then": "Cet arbre est dans une cour résidentielle."
|
||||
},
|
||||
"3": {
|
||||
"then": "Cet arbre est dans un parc ou une aire similaire (ex : cimetière, cour d’école, …)."
|
||||
},
|
||||
"2": {
|
||||
"then": "Cet arbre est utilisé à but d’agriculture (ex : dans un verger)"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cet arbre est un monument naturel (ex : âge, espèce, etc…)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1548,8 +1679,12 @@
|
|||
"mappings": {
|
||||
"1": {
|
||||
"then": "À feuilles persistantes."
|
||||
},
|
||||
"0": {
|
||||
"then": "Caduc : l’arbre perd son feuillage une partie de l’année."
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "L’arbre est-il à feuillage persistant ou caduc ?"
|
||||
},
|
||||
"5": {
|
||||
"render": "Nom : {name}",
|
||||
|
@ -1574,11 +1709,33 @@
|
|||
},
|
||||
"4": {
|
||||
"then": "Enregistré comme patrimoine par une autre organisation"
|
||||
},
|
||||
"0": {
|
||||
"then": "<img src=\"./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg\" style=\"width:0.85em;height:1em;vertical-align:middle\" alt=\"\"/> Fait partie du patrimoine par <i>Onroerend Erfgoed</i>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"question": "Quel est l'identifiant Wikidata de cet arbre ?"
|
||||
"question": "Quel est l'identifiant Wikidata de cet arbre ?",
|
||||
"render": "<img src=\"./assets/svg/wikidata.svg\" style=\"width:1em;height:0.56em;vertical-align:middle\" alt=\"\"/> Wikidata : <a href=\"http://www.wikidata.org/entity/{wikidata}\">{wikidata}</a>"
|
||||
},
|
||||
"7": {
|
||||
"render": "<img src=\"./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg\" style=\"width:0.85em;height:1em;vertical-align:middle\" alt=\"\"/> Identifiant Onroerend Erfgoed : <a href=\"https://id.erfgoed.net/erfgoedobjecten/{ref:OnroerendErfgoed}\">{ref:OnroerendErfgoed}</a>",
|
||||
"question": "Quel est son identifiant donné par Onroerend Erfgoed ?"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "<img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Sans feuilles (Permanent)"
|
||||
},
|
||||
"1": {
|
||||
"then": "<img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Résineux"
|
||||
},
|
||||
"0": {
|
||||
"then": "<img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Feuillu"
|
||||
}
|
||||
},
|
||||
"question": "Cet arbre est-il un feuillu ou un résineux ?"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -1589,6 +1746,10 @@
|
|||
"2": {
|
||||
"title": "Arbre",
|
||||
"description": "Si vous n'êtes pas sûr(e) de savoir s'il s'agit d'un arbre à feuilles larges ou à aiguilles."
|
||||
},
|
||||
"1": {
|
||||
"description": "Une espèce d’arbre avec des épines comme le pin ou l’épicéa.",
|
||||
"title": "Arbre résineux"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1609,4 +1770,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -96,6 +96,45 @@
|
|||
"5": {
|
||||
"render": "Nama: {name}"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"2": {
|
||||
"title": "Pohon"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
"tagRenderings": {
|
||||
"13": {
|
||||
"render": "Informasi tambahan: {description}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"drinking_water": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Air minum"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Air minum"
|
||||
},
|
||||
"name": "Air minum"
|
||||
},
|
||||
"viewpoint": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"question": "Apakah Anda ingin menambahkan deskripsi?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Sudut pandang"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Sudut pandang"
|
||||
}
|
||||
},
|
||||
"name": "Sudut pandang"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,198 @@
|
|||
{}
|
||||
{
|
||||
"bicycle_library": {
|
||||
"description": "Obiekt, w którym rowery można wypożyczyć na dłuższy okres"
|
||||
},
|
||||
"bench_at_pt": {
|
||||
"tagRenderings": {
|
||||
"1": {
|
||||
"render": "{name}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ławka na przystanku komunikacji miejskiej"
|
||||
}
|
||||
},
|
||||
"render": "Ławka"
|
||||
},
|
||||
"name": "Ławki na przystankach komunikacji miejskiej"
|
||||
},
|
||||
"bench": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Dodaj nową ławkę",
|
||||
"title": "Ławka"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"6": {
|
||||
"render": "Ławka ta była ostatnio badana w dniu {survey:date}",
|
||||
"question": "Kiedy ostatnio badano tę ławkę?"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"7": {
|
||||
"then": "Kolor: żółty"
|
||||
},
|
||||
"6": {
|
||||
"then": "Kolor: niebieski"
|
||||
},
|
||||
"5": {
|
||||
"then": "Kolor: czarny"
|
||||
},
|
||||
"4": {
|
||||
"then": "Kolor: czerwony"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kolor: biały"
|
||||
},
|
||||
"2": {
|
||||
"then": "Kolor: szary"
|
||||
},
|
||||
"1": {
|
||||
"then": "Kolor: zielony"
|
||||
},
|
||||
"0": {
|
||||
"then": "Kolor: brązowy"
|
||||
}
|
||||
},
|
||||
"question": "Jaki kolor ma ta ławka?",
|
||||
"render": "Kolor: {colour}"
|
||||
},
|
||||
"4": {
|
||||
"render": "Siedząc na ławce, patrzy się w kierunku {direction}°.",
|
||||
"question": "W jakim kierunku patrzysz siedząc na ławce?"
|
||||
},
|
||||
"3": {
|
||||
"question": "Z czego wykonana jest ławka (siedzisko)?",
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Materiał: stal"
|
||||
},
|
||||
"4": {
|
||||
"then": "Materiał: plastik"
|
||||
},
|
||||
"3": {
|
||||
"then": "Materiał: beton"
|
||||
},
|
||||
"2": {
|
||||
"then": "Materiał: kamień"
|
||||
},
|
||||
"1": {
|
||||
"then": "Materiał: metal"
|
||||
},
|
||||
"0": {
|
||||
"then": "Materiał: drewno"
|
||||
}
|
||||
},
|
||||
"render": "Materiał: {material}"
|
||||
},
|
||||
"2": {
|
||||
"render": "{seats} siedzeń",
|
||||
"question": "Ile siedzeń ma ta ławka?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Oparcie: Tak"
|
||||
},
|
||||
"1": {
|
||||
"then": "Oparcie: Nie"
|
||||
}
|
||||
},
|
||||
"render": "Oparcie",
|
||||
"question": "Czy ta ławka ma oparcie?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Ławka"
|
||||
},
|
||||
"name": "Ławki"
|
||||
},
|
||||
"bike_parking": {
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"question": "Jaka jest względna lokalizacja tego parkingu rowerowego?"
|
||||
},
|
||||
"1": {
|
||||
"render": "Jest to parking rowerowy typu: {bicycle_parking}",
|
||||
"question": "Jaki jest typ tego parkingu dla rowerów?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Parking dla rowerów"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Parking dla rowerów"
|
||||
}
|
||||
},
|
||||
"name": "Parking dla rowerów"
|
||||
},
|
||||
"bike_monitoring_station": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Stacja liczenia rowerów {ref}"
|
||||
},
|
||||
"0": {
|
||||
"then": "Stacja liczenia rowerów {name}"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_repair_station": {
|
||||
"presets": {
|
||||
"1": {
|
||||
"title": "Stacja naprawy rowerów i pompka"
|
||||
},
|
||||
"0": {
|
||||
"description": "Urządzenie do pompowania opon w stałym miejscu w przestrzeni publicznej.<h3>Przykłady pompek rowerowych</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Pompka do roweru"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"9": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Jest manometr, ale jest uszkodzony"
|
||||
},
|
||||
"1": {
|
||||
"then": "Nie ma manometru"
|
||||
},
|
||||
"0": {
|
||||
"then": "Jest manometr"
|
||||
}
|
||||
},
|
||||
"question": "Czy pompka posiada wskaźnik ciśnienia lub manometr?"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Pompka elektryczna"
|
||||
},
|
||||
"0": {
|
||||
"then": "Pompa ręczna"
|
||||
}
|
||||
},
|
||||
"question": "Czy jest to elektryczna pompka do roweru?"
|
||||
},
|
||||
"7": {
|
||||
"render": "Ta pompka obsługuje następujące zawory: {valves}",
|
||||
"question": "Jakie zawory są obsługiwane?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Pompka rowerowa jest sprawna"
|
||||
},
|
||||
"0": {
|
||||
"then": "Pompka rowerowa jest zepsuta"
|
||||
}
|
||||
},
|
||||
"question": "Czy pompka rowerowa jest nadal sprawna?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,12 +17,17 @@
|
|||
},
|
||||
"5": {
|
||||
"then": "Material: aço"
|
||||
},
|
||||
"1": {
|
||||
"then": "Material: metal"
|
||||
}
|
||||
},
|
||||
"question": "De que é feito o banco (assento)?"
|
||||
"question": "De que é feito o banco (assento)?",
|
||||
"render": "Material: {material}"
|
||||
},
|
||||
"4": {
|
||||
"question": "Em que direção você olha quando está sentado no banco?"
|
||||
"question": "Em que direção você olha quando está sentado no banco?",
|
||||
"render": "Ao sentar-se no banco, olha-se para {direction} °."
|
||||
},
|
||||
"5": {
|
||||
"render": "Cor: {colour}",
|
||||
|
@ -57,6 +62,22 @@
|
|||
"6": {
|
||||
"question": "Quando esta bancada foi pesquisada pela última vez?",
|
||||
"render": "Esta bancada foi pesquisada pela última vez em {survey:date}"
|
||||
},
|
||||
"2": {
|
||||
"question": "Quantos assentos este banco tem?",
|
||||
"render": "{seats} assentos"
|
||||
},
|
||||
"1": {
|
||||
"question": "Este assento tem um escosto?",
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Encosto: Não"
|
||||
},
|
||||
"0": {
|
||||
"then": "Encosto: Sim"
|
||||
}
|
||||
},
|
||||
"render": "Encosto"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
|
@ -64,6 +85,10 @@
|
|||
"title": "Banco",
|
||||
"description": "Adicionar um novo banco"
|
||||
}
|
||||
},
|
||||
"name": "Bancos",
|
||||
"title": {
|
||||
"render": "Banco"
|
||||
}
|
||||
},
|
||||
"bench_at_pt": {
|
||||
|
@ -94,6 +119,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Emprestar uma bicicleta é grátis"
|
||||
},
|
||||
"1": {
|
||||
"then": "Emprestar uma bicicleta custa €20/ano e €20 de garantia"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -110,8 +138,21 @@
|
|||
"then": "Bicicletas para deficientes físicos disponíveis"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"render": "Esta biblioteca de bicicleta é chamada de {name}",
|
||||
"question": "Qual o nome desta biblioteca de bicicleta?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Biblioteca de bicicletas"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Biblioteca de bicicleta"
|
||||
},
|
||||
"name": "Biblioteca de bicicleta"
|
||||
},
|
||||
"bicycle_tube_vending_machine": {
|
||||
"name": "Máquina de venda automática de tubos de bicicleta",
|
||||
|
@ -136,8 +177,365 @@
|
|||
"2": {
|
||||
"then": "Esta máquina de venda automática está fechada"
|
||||
}
|
||||
}
|
||||
},
|
||||
"render": "O estado operacional é: <i>{operational_status</i>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bike_shop": {
|
||||
"tagRenderings": {
|
||||
"11": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Esta loja não aluga bicicletas"
|
||||
},
|
||||
"0": {
|
||||
"then": "Esta loja aluga bicicletas"
|
||||
}
|
||||
},
|
||||
"question": "Esta loja aluga bicicletas?"
|
||||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"3": {
|
||||
"then": "Esta loja conserta bicicletas de uma certa marca"
|
||||
},
|
||||
"2": {
|
||||
"then": "Esta loja conserta bicicletas compradas aqui"
|
||||
},
|
||||
"1": {
|
||||
"then": "Esta loja não conserta bicicletas"
|
||||
},
|
||||
"0": {
|
||||
"then": "Esta loja conserta bicicletas"
|
||||
}
|
||||
},
|
||||
"question": "Esta loja conserta bicicletas?"
|
||||
},
|
||||
"1": {
|
||||
"render": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas"
|
||||
},
|
||||
"9": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Esta loja não vende bicicletas"
|
||||
},
|
||||
"0": {
|
||||
"then": "Esta loja vende bicicletas"
|
||||
}
|
||||
},
|
||||
"question": "Esta loja vende bicicletas?"
|
||||
},
|
||||
"5": {
|
||||
"question": "Qual o endereço de email de {name}?"
|
||||
},
|
||||
"4": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
},
|
||||
"3": {
|
||||
"question": "Qual o website de {name}?"
|
||||
},
|
||||
"2": {
|
||||
"render": "Esta loja de bicicletas se chama {nome}",
|
||||
"question": "Qual o nome desta loja de bicicletas?"
|
||||
}
|
||||
},
|
||||
"description": "Uma loja que vende especificamente bicicletas ou itens relacionados",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"5": {
|
||||
"then": "Loja/reparo de bicicletas <i>{name}</i>"
|
||||
},
|
||||
"4": {
|
||||
"then": "Loja de bicicletas <i>{name}</i>"
|
||||
},
|
||||
"3": {
|
||||
"then": "Reparo de bicicletas <i>{name}</i>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Aluguel de bicicletas <i>{name}</i>"
|
||||
},
|
||||
"0": {
|
||||
"then": "Loja de equipamentos esportivos <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Reparo/loja de bicicletas"
|
||||
},
|
||||
"name": "Reparo/loja de bicicletas"
|
||||
},
|
||||
"bike_repair_station": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Um dispositivo para encher seus pneus em um local fixa no espaço público<h3>Exemplos de bombas de bicicletas</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
||||
"title": "Bomba de bicicleta"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
||||
},
|
||||
"tagRenderings": {
|
||||
"9": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Há um manômetro mas está quebrado"
|
||||
},
|
||||
"1": {
|
||||
"then": "Não há um manômetro"
|
||||
},
|
||||
"0": {
|
||||
"then": "Há um manômetro"
|
||||
}
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Bomba elétrica"
|
||||
},
|
||||
"0": {
|
||||
"then": "Bomba manual"
|
||||
}
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Não há um gancho ou um suporte"
|
||||
},
|
||||
"0": {
|
||||
"then": "Há um gancho ou um suporte"
|
||||
}
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Não há uma ferramenta de corrente"
|
||||
},
|
||||
"0": {
|
||||
"then": "Há uma ferramenta de corrente"
|
||||
}
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Sempre aberto"
|
||||
},
|
||||
"0": {
|
||||
"then": "Sempre aberto"
|
||||
}
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"render": "Mantida por {operator}",
|
||||
"question": "Quem faz a manutenção desta bomba de ciclo?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Há tanto ferramentas e uma bomba presente"
|
||||
},
|
||||
"1": {
|
||||
"then": "Há somente ferramentas (chaves de fenda, alicates...) presentes"
|
||||
},
|
||||
"0": {
|
||||
"then": "Há somente uma bomba presente"
|
||||
}
|
||||
},
|
||||
"question": "Quais serviços estão disponíveis nesta estação de bicicletas?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "Bomba de bicicleta"
|
||||
},
|
||||
"3": {
|
||||
"then": "Bomba de bicicleta <i>{name}</i>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Bomba quebrada"
|
||||
},
|
||||
"1": {
|
||||
"then": "Estação de reparo de bicicletas"
|
||||
},
|
||||
"0": {
|
||||
"then": "Estação de reparo de bicicletas"
|
||||
}
|
||||
},
|
||||
"render": "Estação de bicicletas (bomba e reparo)"
|
||||
},
|
||||
"name": "Estações de bicicletas (reparo, bomba ou ambos)"
|
||||
},
|
||||
"bike_parking": {
|
||||
"tagRenderings": {
|
||||
"7": {
|
||||
"render": "Neste estacionamento cabem {capacity:cargo_bike} bicicletas de carga",
|
||||
"question": "Quantas bicicletas de carga cabem neste estacionamento de bicicletas?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Você não tem permissão para estacionar bicicletas de carga"
|
||||
},
|
||||
"1": {
|
||||
"then": "Este estacionamento tem vagas (oficiais) projetadas para bicicletas de carga."
|
||||
},
|
||||
"0": {
|
||||
"then": "Este estacionamento tem vagas para bicicletas de carga"
|
||||
}
|
||||
},
|
||||
"question": "O estacionamento de bicicletas tem vagas para bicicletas de carga?"
|
||||
},
|
||||
"5": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Acesso é limitado aos membros de uma escola, companhia ou organização"
|
||||
},
|
||||
"1": {
|
||||
"then": "Acesso é principalmente para visitantes de uma empresa"
|
||||
},
|
||||
"0": {
|
||||
"then": "Acessível ao público"
|
||||
}
|
||||
},
|
||||
"render": "{access}",
|
||||
"question": "Quem pode usar este estacionamento de bicicletas?"
|
||||
},
|
||||
"4": {
|
||||
"render": "Lugar para {capacity} bicicletas"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Este estacionamento não é coberto"
|
||||
},
|
||||
"0": {
|
||||
"then": "Este estacionamento é coberto (tem um telhado)"
|
||||
}
|
||||
},
|
||||
"question": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos."
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"4": {
|
||||
"then": "Estacionamento no telhado"
|
||||
},
|
||||
"3": {
|
||||
"then": "Estacionamento ao nível da superfície"
|
||||
},
|
||||
"2": {
|
||||
"then": "Estacionamento de superfície"
|
||||
},
|
||||
"1": {
|
||||
"then": "Estacionamento subterrâneo"
|
||||
},
|
||||
"0": {
|
||||
"then": "Estacionamento subterrâneo"
|
||||
}
|
||||
},
|
||||
"question": "Qual a localização relativa deste estacionamento de bicicletas?"
|
||||
},
|
||||
"1": {
|
||||
"render": "Este é um estacionamento de bicicletas do tipo: {bicycle_parking}",
|
||||
"question": "Qual o tipo deste estacionamento de bicicletas?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Estacionamento de bicicletas"
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Estacionamento de bicicletas"
|
||||
}
|
||||
},
|
||||
"name": "Estacionamento de bicicletas"
|
||||
},
|
||||
"bike_monitoring_station": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Estação de contagem de bicicletas {ref}"
|
||||
},
|
||||
"0": {
|
||||
"then": "Estação de contagem de bicicletas {name}"
|
||||
}
|
||||
},
|
||||
"render": "Estação de contagem de bicicletas"
|
||||
},
|
||||
"name": "Estações de monitoramento"
|
||||
},
|
||||
"bike_cleaning": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Serviço de limpeza de bicicletas"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Serviço de limpeza de bicicletas <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Serviço de limpeza de bicicletas"
|
||||
},
|
||||
"name": "Serviço de limpeza de bicicletas"
|
||||
},
|
||||
"bike_cafe": {
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Café de bicicleta"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"8": {
|
||||
"question": "Quando este café de bicicleta abre?"
|
||||
},
|
||||
"7": {
|
||||
"question": "Qual o endereço de email de {name}?"
|
||||
},
|
||||
"6": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
},
|
||||
"5": {
|
||||
"question": "Qual o website de {name}?"
|
||||
},
|
||||
"4": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Este café de bicicleta não conserta bicicletas"
|
||||
},
|
||||
"0": {
|
||||
"then": "Este café de bicicleta conserta bicicletas"
|
||||
}
|
||||
},
|
||||
"question": "Este café de bicicleta conserta bicicletas?"
|
||||
},
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Este café de bicicleta não oferece ferramentas de reparo faça você mesmo"
|
||||
},
|
||||
"0": {
|
||||
"then": "Este café de bicicleta oferece ferramentas de reparo faça você mesmo"
|
||||
}
|
||||
},
|
||||
"question": "Há ferramentas aqui para consertar sua bicicleta?"
|
||||
},
|
||||
"1": {
|
||||
"render": "Este café de bicicleta se chama {name}",
|
||||
"question": "Qual o nome deste café de bicicleta?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Café de bicicleta <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Café de bicicleta"
|
||||
},
|
||||
"name": "Café de bicicletas"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
107
langs/pl.json
107
langs/pl.json
|
@ -34,16 +34,96 @@
|
|||
"zoomInFurther": "Powiększ jeszcze bardziej, aby dodać punkt.",
|
||||
"intro": "Kliknąłeś gdzieś, gdzie nie są jeszcze znane żadne dane.<br>",
|
||||
"title": "Czy dodać nowy punkt?",
|
||||
"addNew": "Dodaj nową {kategorię} tutaj"
|
||||
"addNew": "Dodaj nową {kategorię} tutaj",
|
||||
"pleaseLogin": "<a class=\"activate-osm-authentication\">Zaloguj się, aby dodać nowy punkt</a>",
|
||||
"confirmButton": "Dodaj tutaj {category}.<br><div class=\"alert\">Twój dodatek jest widoczny dla wszystkich</div>",
|
||||
"layerNotEnabled": "Warstwa {layer} nie jest włączona. Włącz tę warstwę, aby dodać punkt",
|
||||
"openLayerControl": "Otwórz okno sterowania warstwą",
|
||||
"confirmIntro": "<h3>Czy dodać tutaj {title}?</h3> Punkt, który tutaj utworzysz, będzie <b>widoczny dla wszystkich<b>. Proszę, dodawaj rzeczy do mapy tylko wtedy, gdy naprawdę istnieją. Wiele aplikacji korzysta z tych danych.</b></b>"
|
||||
},
|
||||
"number": "numer",
|
||||
"skippedQuestions": "Niektóre pytania są pominięte",
|
||||
"oneSkippedQuestion": "Jedno pytanie zostało pominięte",
|
||||
"welcomeBack": "Jesteś zalogowany, witaj z powrotem!"
|
||||
"welcomeBack": "Jesteś zalogowany, witaj z powrotem!",
|
||||
"opening_hours": {
|
||||
"ph_open": "otwarte",
|
||||
"ph_closed": "zamknięte",
|
||||
"ph_not_known": " ",
|
||||
"open_24_7": "Otwarte przez całą dobę",
|
||||
"closed_permanently": "Zamknięte na nieokreślony czas",
|
||||
"closed_until": "Zamknięte do {date}",
|
||||
"not_all_rules_parsed": "Godziny otwarcia tego sklepu są skomplikowane. Następujące reguły są ignorowane w elemencie wejściowym:",
|
||||
"openTill": "do",
|
||||
"open_during_ph": "W czasie świąt państwowych udogodnienie to jest",
|
||||
"error_loading": "Błąd: nie można zwizualizować tych godzin otwarcia.",
|
||||
"opensAt": "z"
|
||||
},
|
||||
"weekdays": {
|
||||
"wednesday": "Środa",
|
||||
"tuesday": "Wtorek",
|
||||
"monday": "Poniedziałek",
|
||||
"abbreviations": {
|
||||
"sunday": "Niedz",
|
||||
"saturday": "Sob",
|
||||
"friday": "Pt",
|
||||
"thursday": "Czw",
|
||||
"wednesday": "Śr",
|
||||
"monday": "Pn",
|
||||
"tuesday": "Wt"
|
||||
},
|
||||
"sunday": "Niedziela",
|
||||
"saturday": "Sobota",
|
||||
"friday": "Piątek",
|
||||
"thursday": "Czwartek"
|
||||
},
|
||||
"aboutMapcomplete": "<h3>O MapComplete</h3><p>Dzięki MapComplete możesz wzbogacić OpenStreetMap o informacje na <b>pojedynczy temat.</b> Odpowiedz na kilka pytań, a w ciągu kilku minut Twój wkład będzie dostępny na całym świecie! Opiekun <b>motywu</b> definiuje elementy, pytania i języki dla tematu.</p><h3>Dowiedz się więcej</h3><p>MapComplete zawsze <b>oferuje następny krok</b>, by dowiedzieć się więcej o OpenStreetMap.</p><ul><li>Po osadzeniu na stronie internetowej, iframe łączy się z pełnoekranowym MapComplete</li><li>Wersja pełnoekranowa oferuje informacje o OpenStreetMap</li><li>Przeglądanie działa bez logowania, ale edycja wymaga loginu OSM.</li><li>Jeżeli nie jesteś zalogowany, zostaniesz poproszony o zalogowanie się</li><li>Po udzieleniu odpowiedzi na jedno pytanie, możesz dodać nowe punkty do mapy</li><li>Po chwili wyświetlane są rzeczywiste tagi OSM, które później linkują do wiki</li></ul><p></p><br><p>Zauważyłeś <b>problem</b>? Czy masz <b>prośbę o dodanie jakiejś funkcji</b>? Chcesz <b>pomóc w tłumaczeniu</b>? Udaj się do <a href=\"https://github.com/pietervdvn/MapComplete\" target=\"_blank\">kodu źródłowego</a> lub <a href=\"https://github.com/pietervdvn/MapComplete/issues\" target=\"_blank\">issue trackera.</a> </p><p> Chcesz zobaczyć <b>swoje postępy</b>? Śledź liczbę edycji na <a href=\"https://osmcha.org/?filters=%7B%22date__gte%22%3A%5B%7B%22label%22%3A%222021-01-01%22%2C%22value%22%3A%222021-01-01%22%7D%5D%2C%22editor%22%3A%5B%7B%22label%22%3A%22mapcomplete%22%2C%22value%22%3A%22mapcomplete%22%7D%5D%7D\" target=\"_blank\">OsmCha</a>.</p>.",
|
||||
"noNameCategory": "{category} bez nazwy",
|
||||
"nameInlineQuestion": "Nazwa tej {category} to $$$",
|
||||
"osmLinkTooltip": "Zobacz ten obiekt na OpenStreetMap, aby uzyskać historię i więcej opcji edycji",
|
||||
"sharescreen": {
|
||||
"addToHomeScreen": "<h3> Dodaj do ekranu głównego</h3>Możesz łatwo dodać tę stronę do ekranu głównego smartfona, aby poczuć się jak w domu. Kliknij przycisk \"Dodaj do ekranu głównego\" na pasku adresu URL, aby to zrobić.",
|
||||
"intro": "<h3> Udostępnij tę mapę</h3> Udostępnij tę mapę, kopiując poniższy link i wysyłając ją do przyjaciół i rodziny:",
|
||||
"fsIncludeCurrentLocation": "Uwzględnij bieżącą lokalizację",
|
||||
"fsIncludeCurrentLayers": "Uwzględnij wybór bieżącej warstwy",
|
||||
"fsIncludeCurrentBackgroundMap": "Dołącz bieżący wybór tła <b>{name}</b>",
|
||||
"fsGeolocation": "Włącz przycisk „Zlokalizuj mnie” (tylko na urządzeniach mobilnych)",
|
||||
"fsAddNew": "Włącz przycisk \"Dodaj nowe POI\"",
|
||||
"fsLayerControlToggle": "Zacznij od rozwiniętej kontroli warstw",
|
||||
"fsLayers": "Włącz kontrolę warstw",
|
||||
"fsWelcomeMessage": "Pokaż wyskakujące okienko wiadomości powitalnej i powiązane zakładki",
|
||||
"fsSearch": "Włącz pasek wyszukiwania",
|
||||
"fsUserbadge": "Włącz przycisk logowania",
|
||||
"editThemeDescription": "Dodaj lub zmień pytania do tego motywu mapy",
|
||||
"editThisTheme": "Edytuj ten motyw",
|
||||
"thanksForSharing": "Dzięki za udostępnienie!",
|
||||
"copiedToClipboard": "Link został skopiowany do schowka",
|
||||
"embedIntro": "<h3>Umieść na swojej stronie internetowej</h3>Proszę, umieść tę mapę na swojej stronie internetowej. <br>Zachęcamy cię do tego - nie musisz nawet pytać o zgodę. <br>Jest ona darmowa i zawsze będzie. Im więcej osób jej używa, tym bardziej staje się wartościowa."
|
||||
},
|
||||
"questions": {
|
||||
"emailIs": "Adres e-mail {category} to <a href=\"mailto:{email}\" target=\"_blank\">{email}</a>",
|
||||
"emailOf": "Jaki jest adres e-mail {category}?",
|
||||
"websiteIs": "Strona internetowa: <a href=\"{website}\" target=\"_blank\">{website}</a>",
|
||||
"websiteOf": "Jaka jest strona internetowa {category}?",
|
||||
"phoneNumberIs": "Numer telefonu {category} to <a target=\"_blank\">{phone}</a>",
|
||||
"phoneNumberOf": "Jaki jest numer telefonu do {category}?"
|
||||
},
|
||||
"about": "Łatwo edytuj i dodaj OpenStreetMap dla określonego motywu",
|
||||
"layerSelection": {
|
||||
"title": "Wybierz warstwy",
|
||||
"zoomInToSeeThisLayer": "Powiększ, aby zobaczyć tę warstwę"
|
||||
},
|
||||
"backgroundMap": "Tło mapy",
|
||||
"customThemeIntro": "<h3>Motywy własne</h3>Są to wcześniej odwiedzone motywy stworzone przez użytkowników.",
|
||||
"noTagsSelected": "Nie wybrano tagów",
|
||||
"getStartedNewAccount": " lub <a href=\"https://www.openstreetmap.org/user/new\" target=\"_blank\">utwórz nowe konto</a>",
|
||||
"getStartedLogin": "Zaloguj się za pomocą OpenStreetMap, aby rozpocząć",
|
||||
"goToInbox": "Otwórz skrzynkę odbiorczą",
|
||||
"fewChangesBefore": "Proszę odpowiedzieć na kilka pytań dotyczących istniejących punktów przed dodaniem nowego punktu.",
|
||||
"readYourMessages": "Przeczytaj wszystkie wiadomości OpenStreetMap przed dodaniem nowego punktu."
|
||||
},
|
||||
"index": {
|
||||
"pickTheme": "Wybierz temat z dostępnych poniżej by zacząć.",
|
||||
"intro": "MapComplete to narzędzie do przeglądania danych OpenStreetMap jak i edytor, z warstwami na różne tematy.",
|
||||
"intro": "MapComplete to przeglądarka i edytor OpenStreetMap, który pokazuje informacje podzielone według tematu.",
|
||||
"title": "Witaj w MapComplete",
|
||||
"#": "Te teksty są wyświetlane nad przyciskami motywu, gdy nie jest załadowany żaden motyw"
|
||||
},
|
||||
|
@ -52,5 +132,26 @@
|
|||
"ready": "Zrobione!",
|
||||
"zoomIn": "Przybliż żeby zobaczyć lub edytować",
|
||||
"retrying": "Ładowanie danych nie powiodło się. Spróbujemy ponownie za {liczba} sekund…"
|
||||
},
|
||||
"reviews": {
|
||||
"plz_login": "Zaloguj się, aby zostawić opinię",
|
||||
"saving_review": "Zapisywanie…",
|
||||
"posting_as": "Publikowanie jako",
|
||||
"no_rating": "Nie podano oceny",
|
||||
"name_required": "Nazwa jest wymagana do wyświetlania i tworzenia opinii",
|
||||
"title": "{count} opinii",
|
||||
"title_singular": "Jedna opinia",
|
||||
"attribution": "Recenzje są obsługiwane przez <a href=\"https://mangrove.reviews/\" target=\"_blank\">Recenzje Mangrove</a> i są dostępne na licencji <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>.",
|
||||
"tos": "Jeśli utworzysz recenzję, zgadzasz się na <a href=\"https://mangrove.reviews/terms\" target=\"_blank\">TOS i politykę prywatności Mangrove.reviews</a>.",
|
||||
"saved": "<span class=\"thanks\">Opinia została zapisana. Dzięki za udostępnienie!</span>",
|
||||
"affiliated_reviewer_warning": "(Recenzja powiązana)",
|
||||
"i_am_affiliated": "<span>Jestem powiązany z tym obiektem</span><br><span class=\"subtle\">Sprawdź czy jesteś właścicielem, twórcą, pracownikiem, ...</span>",
|
||||
"write_a_comment": "Zostaw recenzję…",
|
||||
"no_reviews_yet": "Nie ma jeszcze recenzji. Bądź pierwszym, który je napisze i pomóż otworzyć dane i biznes!"
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Odśwież dane",
|
||||
"loginNeeded": "<h3>Zaloguj się</h3>Osobisty układ jest dostępny tylko dla użytkowników OpenStreetMap",
|
||||
"panelIntro": "<h3>Twój osobisty motyw</h3>Aktywuj swoje ulubione warstwy spośród wszystkich oficjalnych motywów"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -146,7 +146,8 @@
|
|||
"title_singular": "Um comentário",
|
||||
"title": "{count} comentários",
|
||||
"tos": "Se você criar um comentário, você concorda com <a href=\"https://mangrove.reviews/terms\" target=\"_blank\"> o TOS e a política de privacidade de Mangrove.reviews </a>",
|
||||
"affiliated_reviewer_warning": "(Revisão de afiliados)"
|
||||
"affiliated_reviewer_warning": "(Revisão de afiliados)",
|
||||
"attribution": "As resenhas são fornecidas por <a href=\"https://mangrove.reviews/\" target=\"_blank\">Mangrove Reviews</a> e estão disponíveis em <a href=\"https://mangrove.reviews/terms#8-licensing-of-content\" target=\"_blank\">CC-BY 4.0</a>."
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Recarregar dados",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"about": "С лёгкостью редактируйте и дополняйте OpenStreetMap на определённую тему",
|
||||
"pickLanguage": "Выберите язык: ",
|
||||
"add": {
|
||||
"layerNotEnabled": "Слой {layer} не включен. Включите этот слой чтобы добавить точку",
|
||||
"layerNotEnabled": "Слой {layer} не включён. Включите этот слой чтобы добавить точку",
|
||||
"openLayerControl": "Открыть панель управления слоями",
|
||||
"confirmButton": "Добавить {category} сюда.<br><div class=\"alert\">Ваш вклад будет виден каждому</div>",
|
||||
"confirmIntro": "<h3>Добавить {title} сюда?</h3>Точка будет <b>видна всем</b>. Пожалуйста, добавляйте только то, что действительно существует. Много приложений используют эти данные.",
|
||||
|
|
|
@ -15,6 +15,21 @@
|
|||
"opening_hours": {
|
||||
"question": "Quelles sont les horaires d'ouverture de {name} ?",
|
||||
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Premier étage"
|
||||
},
|
||||
"1": {
|
||||
"then": "Rez-de-chaussée"
|
||||
},
|
||||
"0": {
|
||||
"then": "En sous-sol"
|
||||
}
|
||||
},
|
||||
"render": "Étage {level}",
|
||||
"question": "À quel étage se situe l’élément ?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
},
|
||||
"website": {
|
||||
"question": "Apa situs web dari {name}?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Nomor telepon dari {name|?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,35 @@
|
|||
{}
|
||||
{
|
||||
"undefined": {
|
||||
"email": {
|
||||
"question": "Jaki jest adres e-mail do {name}?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Jaki jest numer telefonu do {name}?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}",
|
||||
"question": "Jakie są godziny otwarcia {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Czy jest jeszcze coś istotnego, czego nie mogłeś podać w poprzednich pytaniach? Dodaj to tutaj.<br/><span style='font-size: small'>Nie powtarzaj już podanych faktów</span>"
|
||||
},
|
||||
"website": {
|
||||
"question": "Jaka jest strona internetowa {name}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Znajduje się na pierwszym piętrze"
|
||||
},
|
||||
"1": {
|
||||
"then": "Znajduje się na parterze"
|
||||
},
|
||||
"0": {
|
||||
"then": "Znajduje się pod ziemią"
|
||||
}
|
||||
},
|
||||
"render": "Znajduje się na {level} piętrze",
|
||||
"question": "Na jakim poziomie znajduje się ta funkcja?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,5 @@
|
|||
{
|
||||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual o endereço de e-mail de {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual o site de {name}?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual o horário de funcionamento de {name}?"
|
||||
},
|
||||
"level": {
|
||||
"render": "Localizado no {level}o andar",
|
||||
"mappings": {
|
||||
|
@ -24,7 +12,24 @@
|
|||
"2": {
|
||||
"then": "Localizado no primeiro andar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "Em que nível esse recurso está localizado?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Qual o horário de funcionamento de {name}?",
|
||||
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual o site de {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual o endereço de e-mail de {name}?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Qual o número de telefone de {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Ainda há algo de relevante que não pôde dar nas perguntas anteriores? Adicione aqui.<br/><span style='font-size: small'> Não repita fatos já declarados</span>"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"question": "Какой сайт у {name}?"
|
||||
},
|
||||
"description": {
|
||||
"question": "Есть ли еще что-то важное, о чем вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
"question": "Есть ли ещё что-то важное, о чём вы не смогли рассказать в предыдущих вопросах? Добавьте это здесь.<br/><span style='font-size: small'>Не повторяйте уже изложенные факты</span>"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Какое время работы у {name}?",
|
||||
|
@ -28,7 +28,8 @@
|
|||
"2": {
|
||||
"then": "Расположено на первом этаже"
|
||||
}
|
||||
}
|
||||
},
|
||||
"question": "На каком этаже находится этот объект?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,6 +2,30 @@
|
|||
"undefined": {
|
||||
"phone": {
|
||||
"question": "Vad är telefonnumret till {name}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Ligger på första våningen"
|
||||
},
|
||||
"1": {
|
||||
"then": "Ligger på bottenvåningen"
|
||||
},
|
||||
"0": {
|
||||
"then": "Ligger under jorden"
|
||||
}
|
||||
},
|
||||
"render": "Ligger på {level}:e våningen"
|
||||
},
|
||||
"opening_hours": {
|
||||
"render": "<h3>Öppettider</h3> {opening_hours_table(opening_hours)}",
|
||||
"question": "Vilka är öppettiderna för {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Vad är webbplatsen för {name}?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Vad är e-postadressen till {name}?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -783,7 +783,7 @@
|
|||
"then": "The garden is in partial shade"
|
||||
},
|
||||
"2": {
|
||||
"then": "The sun is in the shade"
|
||||
"then": "The garden is in the shade"
|
||||
}
|
||||
},
|
||||
"question": "Is the garden shaded or sunny?"
|
||||
|
@ -1304,4 +1304,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1 +1,75 @@
|
|||
{}
|
||||
{
|
||||
"artworks": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Dzieła sztuki",
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"render": "Więcej informacji na <a href='{website}' target='_blank'>this website</a>",
|
||||
"question": "Czy istnieje strona internetowa zawierająca więcej informacji na temat tego dzieła sztuki?"
|
||||
},
|
||||
"2": {
|
||||
"render": "Stworzony przez {artysta_name}",
|
||||
"question": "Który artysta to stworzył?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"10": {
|
||||
"then": "Azulejo (hiszpańskie kafelki dekoracyjne)"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"6": {
|
||||
"then": "Kamień"
|
||||
},
|
||||
"7": {
|
||||
"then": "Instalacja"
|
||||
},
|
||||
"5": {
|
||||
"then": "Popiersie"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statua"
|
||||
},
|
||||
"3": {
|
||||
"then": "Rzeźba"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"0": {
|
||||
"then": "Architektura"
|
||||
}
|
||||
},
|
||||
"question": "Jaki jest typ tego dzieła sztuki?",
|
||||
"render": "Jest to {artwork_type}"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Dzieła sztuki"
|
||||
}
|
||||
},
|
||||
"description": "Różnorodne dzieła sztuki"
|
||||
}
|
||||
},
|
||||
"title": "Otwórz mapę dzieł sztuki"
|
||||
},
|
||||
"aed": {
|
||||
"description": "Na tej mapie można znaleźć i oznaczyć defibrylatory w okolicy",
|
||||
"title": "Otwórz mapę AED"
|
||||
},
|
||||
"trees": {
|
||||
"shortDescription": "Sporządzić mapę wszystkich drzew",
|
||||
"title": "Drzewa"
|
||||
},
|
||||
"toilets": {
|
||||
"description": "Mapa toalet publicznych",
|
||||
"title": "Mapa otwartych toalet"
|
||||
},
|
||||
"surveillance": {
|
||||
"description": "Na tej otwartej mapie można znaleźć kamery monitoringu.",
|
||||
"shortDescription": "Kamery monitorujące i inne środki nadzoru"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1,250 @@
|
|||
{}
|
||||
{
|
||||
"campersite": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"question": "Quanto este lugar cobra?",
|
||||
"render": "Este lugar cobra {charge}"
|
||||
},
|
||||
"2": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Pode ser usado de graça"
|
||||
},
|
||||
"0": {
|
||||
"then": "Você precisa pagar para usar"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar cobra alguma taxa?"
|
||||
},
|
||||
"1": {
|
||||
"question": "Qual o nome deste lugar?",
|
||||
"render": "Este lugar é chamado de {name}"
|
||||
},
|
||||
"8": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Este lugar não tem banheiros"
|
||||
},
|
||||
"0": {
|
||||
"then": "Este lugar tem banheiros"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar tem banheiros?"
|
||||
},
|
||||
"7": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Você não precisa pagar um extra pelo acesso à internet"
|
||||
},
|
||||
"0": {
|
||||
"then": "Você precisa pagar um extra pelo acesso à internet"
|
||||
}
|
||||
},
|
||||
"question": "Você tem que pagar pelo acesso à internet?"
|
||||
},
|
||||
"6": {
|
||||
"mappings": {
|
||||
"2": {
|
||||
"then": "Não há acesso à internet"
|
||||
},
|
||||
"1": {
|
||||
"then": "Há acesso à Internet"
|
||||
},
|
||||
"0": {
|
||||
"then": "Há acesso à internet"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar fornece acesso a internet?"
|
||||
},
|
||||
"5": {
|
||||
"question": "Quantos campistas podem ficar aqui? (pule se não houver um número óbvio de vagas ou veículos permitidos)",
|
||||
"render": "{capacity} campistas podem usar este lugar ao mesmo tempo"
|
||||
},
|
||||
"4": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Este local não tem uma estação de aterro sanitário"
|
||||
},
|
||||
"0": {
|
||||
"then": "Este local tem uma estação de aterro sanitário"
|
||||
}
|
||||
},
|
||||
"question": "Este local tem uma estação de aterro sanitário?"
|
||||
},
|
||||
"11": {
|
||||
"render": "Mais detalhes sobre este lugar: {description}"
|
||||
},
|
||||
"10": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Não, não há hóspedes permanentes aqui"
|
||||
},
|
||||
"0": {
|
||||
"then": "Sim, há alguns pontos para aluguel a longo prazo, mas você também pode ficar em uma base diária"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar oferece vagas para aluguel a longo prazo?"
|
||||
},
|
||||
"9": {
|
||||
"question": "Este lugar tem um website?",
|
||||
"render": "Site oficial: <a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"description": "Locais de acampamento",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Locais de acampamento sem nome"
|
||||
}
|
||||
},
|
||||
"render": "Local de acampamento {name}"
|
||||
},
|
||||
"name": "Locais de acampamento",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "local de acampamento"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"tagRenderings": {
|
||||
"3": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Este lugar não tem um ponto de água"
|
||||
},
|
||||
"0": {
|
||||
"then": "Este lugar tem um ponto de água"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar tem um ponto de água?"
|
||||
},
|
||||
"2": {
|
||||
"question": "Quanto este lugar cobra?",
|
||||
"render": "Este lugar cobra {charge}"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Pode ser usado gratuitamente"
|
||||
},
|
||||
"0": {
|
||||
"then": "Você precisa pagar pelo uso"
|
||||
}
|
||||
},
|
||||
"question": "Este lugar cobra alguma taxa?"
|
||||
}
|
||||
},
|
||||
"description": "Estações de despejo sanitário",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Estação de despejo"
|
||||
}
|
||||
},
|
||||
"render": "Estação de despejo {nome}"
|
||||
},
|
||||
"name": "Estações de despejo sanitário"
|
||||
}
|
||||
},
|
||||
"shortDescription": "Encontre locais para passar a noite com o seu campista",
|
||||
"title": "Locais de acampamento"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"title": "Bibliotecas de bicicletas"
|
||||
},
|
||||
"benches": {
|
||||
"shortDescription": "Um mapa de bancadas",
|
||||
"title": "Bancadas"
|
||||
},
|
||||
"artworks": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"4": {
|
||||
"render": "Corresponde com <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>",
|
||||
"question": "Qual entrada do Wikidata corresponde a <b>esta obra de arte</b>?"
|
||||
},
|
||||
"3": {
|
||||
"render": "Mais informações <a href='{website}' target='_blank'>neste website</a>",
|
||||
"question": "Há um website com mais informações a respeito desta obra de arte?"
|
||||
},
|
||||
"2": {
|
||||
"render": "Criado por {artist_name}",
|
||||
"question": "Qual artista criou isso?"
|
||||
},
|
||||
"1": {
|
||||
"mappings": {
|
||||
"11": {
|
||||
"then": "Azulejaria"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo"
|
||||
},
|
||||
"8": {
|
||||
"then": "Grafite"
|
||||
},
|
||||
"7": {
|
||||
"then": "Instalação"
|
||||
},
|
||||
"6": {
|
||||
"then": "Pedra"
|
||||
},
|
||||
"5": {
|
||||
"then": "Busto"
|
||||
},
|
||||
"4": {
|
||||
"then": "Estátua"
|
||||
},
|
||||
"3": {
|
||||
"then": "Escultura"
|
||||
},
|
||||
"2": {
|
||||
"then": "Pintura"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"0": {
|
||||
"then": "Arquitetura"
|
||||
}
|
||||
},
|
||||
"question": "Qual é o tipo desta obra de arte?",
|
||||
"render": "Este é um(a) {artwork_type}"
|
||||
}
|
||||
},
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"description": "Diversas obras de arte",
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
},
|
||||
"name": "Obras de arte"
|
||||
}
|
||||
},
|
||||
"description": "Bem-vindo ao Open Artwork Map, um mapa de estátuas, bustos, grafites e outras obras de arte ao redor do mundo",
|
||||
"title": "Abrir mapa de obras de arte"
|
||||
},
|
||||
"aed": {
|
||||
"description": "Neste mapa, pode-se encontrar e marcar desfibriladores próximos",
|
||||
"title": "Abrir mapa AED"
|
||||
},
|
||||
"bookcases": {
|
||||
"title": "Abrir Mapa de Estantes"
|
||||
},
|
||||
"bike_monitoring_stations": {
|
||||
"description": "Este tema mostra as estações de monitoramento de bicicletas com dados ao vivo",
|
||||
"shortDescription": "Estações de monitoramento de bicicletas com dados ao vivo da Mobilidade de Bruxelas",
|
||||
"title": "Estações de monitoramento de bicicletas"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
"benches": {
|
||||
"title": "Скамейки",
|
||||
"shortDescription": "Карта скамеек",
|
||||
"description": "На этой карте показаны все скамейки, записанные в OpenStreetMap: отдельные скамейки, а также скамейки, относящиеся к остановкам общественного транспорта или навесам. Имея учетную запись OpenStreetMap, вы можете наносить на карту новые скамейки или редактировать информацию о существующих скамейках."
|
||||
"description": "На этой карте показаны все скамейки, записанные в OpenStreetMap: отдельные скамейки, а также скамейки, относящиеся к остановкам общественного транспорта или навесам. Имея учётную запись OpenStreetMap, вы можете наносить на карту новые скамейки или редактировать информацию о существующих скамейках."
|
||||
},
|
||||
"bicyclelib": {
|
||||
"title": "Велосипедные библиотеки",
|
||||
|
@ -149,7 +149,7 @@
|
|||
},
|
||||
"5": {
|
||||
"render": "{capacity} кемперов могут использовать это место одновременно",
|
||||
"question": "Сколько кемперов может здесь остановиться? (пропустите, если нет очевидного количества мест или разрешенных транспортных средств)"
|
||||
"question": "Сколько кемперов может здесь остановиться? (пропустите, если нет очевидного количества мест или разрешённых транспортных средств)"
|
||||
},
|
||||
"6": {
|
||||
"question": "Предоставляет ли это место доступ в Интернет?",
|
||||
|
@ -213,7 +213,7 @@
|
|||
"presets": {
|
||||
"0": {
|
||||
"title": "площадка для кемпинга",
|
||||
"description": "Добавьте новую официальную площадку для кемпинга. Это специально отведенные места для ночлега с автофургоном. Они могут выглядеть как настоящий кемпинг или просто выглядеть как парковка. Они не могут быть обозначены вообще, а просто быть определены в муниципальном решении. Обычная парковка предназначенная для отдыхающих, где не ожидается, что они проведут ночь это -НЕ- площадка для кемпинга "
|
||||
"description": "Добавьте новую официальную площадку для кемпинга. Это специально отведённые места для ночлега с автофургоном. Они могут выглядеть как настоящий кемпинг или просто выглядеть как парковка. Они не могут быть обозначены вообще, а просто быть определены в муниципальном решении. Обычная парковка, предназначенная для отдыхающих, где не ожидается, что они проведут ночь это -НЕ- площадка для кемпинга "
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -700,4 +700,4 @@
|
|||
"shortDescription": "Карта деревьев",
|
||||
"description": "Нанесите все деревья на карту!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue