Translation sync

This commit is contained in:
Pieter Vander Vennet 2021-08-19 17:35:45 +02:00
parent 7e7c6d53f6
commit 00ac3c7ac9
54 changed files with 2891 additions and 2422 deletions

View file

@ -153,8 +153,8 @@
},
"presets": {
"0": {
"description": "Une vélothèque a une flotte de vélos qui peuvent être empruntés",
"title": "Vélothèque"
"title": "Vélothèque",
"description": "Une vélothèque a une flotte de vélos qui peuvent être empruntés"
}
}
},
@ -520,6 +520,9 @@
}
}
},
"icon": {
"render": "./assets/layers/bike_repair_station/repair_station.svg"
},
"presets": {
"0": {
"title": "Pompe à vélo",
@ -532,9 +535,6 @@
"2": {
"title": "Point de réparation vélo sans pompe"
}
},
"icon": {
"render": "./assets/layers/bike_repair_station/repair_station.svg"
}
},
"bike_shop": {
@ -695,6 +695,13 @@
"title": {
"render": "Défibrillateur"
},
"icon": {
"mappings": {
"0": {
"then": "./assets/layers/defibrillator/aed_checked.svg"
}
}
},
"presets": {
"0": {
"title": "Défibrillateur"
@ -824,13 +831,6 @@
"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": {
@ -949,24 +949,24 @@
"render": "Cette carte est basée sur {map_source}"
},
"2": {
"question": "Lattribution à OpenStreetMap est elle-présente ?",
"mappings": {
"0": {
"then": "Lattribution est clairement inscrite ainsi que la licence ODBL"
},
"1": {
"then": "Lattribution est clairement inscrite mais la licence est absente"
},
"2": {
"then": "OpenStreetMap nest pas mentionné, un sticker OpenStreetMap a été collé"
},
"3": {
"then": "Il n'y a aucune attribution"
},
"4": {
"then": "Il n'y a aucune attribution"
},
"2": {
"then": "OpenStreetMap nest pas mentionné, un sticker OpenStreetMap a été collé"
},
"1": {
"then": "Lattribution est clairement inscrite mais la licence est absente"
},
"0": {
"then": "Lattribution est clairement inscrite ainsi que la licence ODBL"
}
},
"question": "Lattribution à OpenStreetMap est elle-présente ?"
}
}
},
"presets": {
@ -995,6 +995,10 @@
"6": {
"question": "Sur quelle page web peut-on trouver plus d'informations sur cette réserve naturelle ?"
},
"7": {
"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",
"render": "{curator} est en charge de la conservation de la réserve"
},
"8": {
"question": "À quelle adresse courriel peut-on envoyer des questions et des problèmes concernant cette réserve naturelle ? <br/><span class='subtle'>Respecter la vie privée renseignez une adresse électronique personnelle seulement si celle-ci est largement publiée",
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
@ -1005,10 +1009,6 @@
},
"12": {
"render": "Superficie : {_surface:ha}&nbsp;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"
}
}
},
@ -1018,36 +1018,76 @@
"render": "Table de pique-nique"
},
"description": "La couche montrant les tables de pique-nique",
"tagRenderings": {
"0": {
"question": "En quel matériau est faite la table de pique-nique ?",
"render": "La table est faite en {material}",
"mappings": {
"0": {
"then": "Cest une table en bois"
},
"1": {
"then": "Cest une table en béton"
}
}
}
},
"presets": {
"0": {
"title": "Table de pique-nique"
}
},
"tagRenderings": {
"0": {
"mappings": {
"1": {
"then": "Cest une table en béton"
},
"0": {
"then": "Cest une table en bois"
}
},
"render": "La table est faite en {material}",
"question": "En quel matériau est faite la table de pique-nique ?"
}
}
},
"playground": {
"name": "Aire de jeu",
"description": "Aire de jeu",
"title": {
"render": "Aire de jeu",
"mappings": {
"0": {
"then": "Aire de jeu <i>{name}</i>"
}
}
},
"tagRenderings": {
"1": {
"question": "De quelle matière est la surface de laire de jeu ?<br/><i>Pour plusieurs matières, sélectionner la principale</i>",
"render": "La surface est en <b>{surface}</b>",
"mappings": {
"0": {
"then": "La surface est en <b>gazon</b>"
},
"1": {
"then": "La surface est en <b>sable</b>"
},
"2": {
"then": "La surface est en <b>copeaux de bois</b>"
},
"3": {
"then": "La surface est en <b>pavés</b>"
},
"4": {
"then": "La surface est en <b>bitume</b>"
},
"5": {
"then": "La surface est en <b>béton</b>"
},
"6": {
"then": "La surface na <b>pas de revêtement</b>"
},
"7": {
"then": "La surface a <b>un revêtement</b>"
}
}
},
"2": {
"question": "Ce terrain de jeux est-il éclairé la nuit ?",
"mappings": {
"1": {
"then": "Laire de jeu nest pas éclairée de nuit"
},
"0": {
"then": "Laire de jeu est éclairée de nuit"
},
"1": {
"then": "Laire de jeu nest pas éclairée de nuit"
}
}
},
@ -1060,28 +1100,28 @@
"question": "Quel est lâge maximum autorisé pour utiliser laire de jeu ?"
},
"5": {
"render": "Exploité par {operator}",
"question": "Qui est en charge de lexploitation de laire de jeu ?"
"question": "Qui est en charge de lexploitation de laire de jeu ?",
"render": "Exploité par {operator}"
},
"6": {
"question": "Laire de jeu est-elle accessible au public ?",
"mappings": {
"4": {
"then": "Non accessible"
},
"3": {
"then": "Réservée aux élèves de lécole"
},
"2": {
"then": "Réservée aux clients"
"0": {
"then": "Accessible au public"
},
"1": {
"then": "Accessible au public"
},
"0": {
"then": "Accessible au public"
"2": {
"then": "Réservée aux clients"
},
"3": {
"then": "Réservée aux élèves de lécole"
},
"4": {
"then": "Non accessible"
}
},
"question": "Laire de jeu est-elle accessible au public ?"
}
},
"7": {
"question": "Quelle est l'adresse électronique du responsable de l'aire de jeux ?",
@ -1118,53 +1158,13 @@
"then": "Toujours accessible"
}
}
},
"1": {
"mappings": {
"7": {
"then": "La surface a <b>un revêtement</b>"
},
"6": {
"then": "La surface na <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 laire 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",
@ -1287,17 +1287,17 @@
"3": {
"then": "La surface est en <b>sable</b>"
},
"4": {
"then": "La surface est en <b>pierres pavées</b>"
},
"5": {
"then": "La surface est en <b>bitume</b>"
},
"6": {
"then": "La surface est en <b>béton</b>"
},
"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>"
}
}
}
@ -1646,12 +1646,38 @@
}
}
},
"2": {
"question": "Cet arbre est-il un feuillu ou un résineux ?",
"mappings": {
"0": {
"then": "<img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Feuillu"
},
"1": {
"then": "<img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Résineux"
},
"2": {
"then": "<img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Sans feuilles (Permanent)"
}
}
},
"3": {
"question": "Quelle est l'importance de cet arbre ? Choisissez la première réponse qui s'applique.",
"mappings": {
"0": {
"then": "L'arbre est remarquable en raison de sa taille ou de son emplacement proéminent. Il est utile pour la navigation."
},
"1": {
"then": "Cet arbre est un monument naturel (ex : âge, espèce, etc…)"
},
"2": {
"then": "Cet arbre est utilisé à but dagriculture (ex : dans un verger)"
},
"3": {
"then": "Cet arbre est dans un parc ou une aire similaire (ex : cimetière, cour décole, …)."
},
"4": {
"then": "Cet arbre est dans une cour résidentielle."
},
"5": {
"then": "C'est un arbre le long d'une avenue."
},
@ -1660,31 +1686,19 @@
},
"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 dagriculture (ex : dans un verger)"
},
"1": {
"then": "Cet arbre est un monument naturel (ex : âge, espèce, etc…)"
}
}
},
"4": {
"question": "Larbre est-il à feuillage persistant ou caduc ?",
"mappings": {
"1": {
"then": "À feuilles persistantes."
},
"0": {
"then": "Caduc : larbre perd son feuillage une partie de lannée."
},
"1": {
"then": "À feuilles persistantes."
}
},
"question": "Larbre est-il à feuillage persistant ou caduc ?"
}
},
"5": {
"render": "Nom : {name}",
@ -1698,6 +1712,9 @@
"6": {
"question": "Cet arbre est-il inscrit au patrimoine ?",
"mappings": {
"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>"
},
"1": {
"then": "Enregistré comme patrimoine par la <i>Direction du Patrimoine culturel</i> Bruxelles"
},
@ -1709,33 +1726,16 @@
},
"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 ?",
"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 ?"
"8": {
"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>",
"question": "Quel est l'identifiant Wikidata de cet arbre ?"
}
},
"presets": {
@ -1743,13 +1743,13 @@
"title": "Arbre feuillu",
"description": "Un arbre d'une espèce avec de larges feuilles, comme le chêne ou le peuplier."
},
"1": {
"title": "Arbre résineux",
"description": "Une espèce darbre avec des épines comme le pin ou lépicéa."
},
"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 darbre avec des épines comme le pin ou lépicéa.",
"title": "Arbre résineux"
}
}
},
@ -1770,4 +1770,4 @@
}
}
}
}
}

View file

@ -54,6 +54,24 @@
}
}
},
"defibrillator": {
"tagRenderings": {
"13": {
"render": "Informasi tambahan: {description}"
}
}
},
"drinking_water": {
"name": "Air minum",
"title": {
"render": "Air minum"
},
"presets": {
"0": {
"title": "Air minum"
}
}
},
"ghost_bike": {
"tagRenderings": {
"3": {
@ -103,38 +121,20 @@
}
}
},
"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"
},
"name": "Sudut pandang",
"presets": {
"0": {
"title": "Sudut pandang"
}
},
"name": "Sudut pandang"
"title": {
"render": "Sudut pandang"
},
"tagRenderings": {
"1": {
"question": "Apakah Anda ingin menambahkan deskripsi?"
}
}
}
}
}

View file

@ -1,98 +1,12 @@
{
"bicycle_library": {
"description": "Obiekt, w którym rowery można wypożyczyć na dłuższy okres"
},
"bench_at_pt": {
"tagRenderings": {
"1": {
"render": "{name}"
}
},
"bench": {
"name": "Ławki",
"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": {
"render": "Oparcie",
"mappings": {
"0": {
"then": "Oparcie: Tak"
@ -101,98 +15,184 @@
"then": "Oparcie: Nie"
}
},
"render": "Oparcie",
"question": "Czy ta ławka ma oparcie?"
},
"2": {
"render": "{seats} siedzeń",
"question": "Ile siedzeń ma ta ławka?"
},
"3": {
"render": "Materiał: {material}",
"mappings": {
"0": {
"then": "Materiał: drewno"
},
"1": {
"then": "Materiał: metal"
},
"2": {
"then": "Materiał: kamień"
},
"3": {
"then": "Materiał: beton"
},
"4": {
"then": "Materiał: plastik"
},
"5": {
"then": "Materiał: stal"
}
},
"question": "Z czego wykonana jest ławka (siedzisko)?"
},
"4": {
"question": "W jakim kierunku patrzysz siedząc na ławce?",
"render": "Siedząc na ławce, patrzy się w kierunku {direction}°."
},
"5": {
"render": "Kolor: {colour}",
"question": "Jaki kolor ma ta ławka?",
"mappings": {
"0": {
"then": "Kolor: brązowy"
},
"1": {
"then": "Kolor: zielony"
},
"2": {
"then": "Kolor: szary"
},
"3": {
"then": "Kolor: biały"
},
"4": {
"then": "Kolor: czerwony"
},
"5": {
"then": "Kolor: czarny"
},
"6": {
"then": "Kolor: niebieski"
},
"7": {
"then": "Kolor: żółty"
}
}
},
"6": {
"question": "Kiedy ostatnio badano tę ławkę?",
"render": "Ławka ta była ostatnio badana w dniu {survey:date}"
}
},
"presets": {
"0": {
"title": "Ławka",
"description": "Dodaj nową ławkę"
}
}
},
"bench_at_pt": {
"name": "Ławki na przystankach komunikacji miejskiej",
"title": {
"render": "Ławka"
"render": "Ławka",
"mappings": {
"0": {
"then": "Ławka na przystanku komunikacji miejskiej"
}
}
},
"name": "Ławki"
"tagRenderings": {
"1": {
"render": "{name}"
}
}
},
"bicycle_library": {
"description": "Obiekt, w którym rowery można wypożyczyć na dłuższy okres"
},
"bike_monitoring_station": {
"title": {
"mappings": {
"0": {
"then": "Stacja liczenia rowerów {name}"
},
"1": {
"then": "Stacja liczenia rowerów {ref}"
}
}
}
},
"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"
},
"name": "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}"
}
"render": "Parking dla rowerów"
},
"tagRenderings": {
"1": {
"question": "Jaki jest typ tego parkingu dla rowerów?",
"render": "Jest to parking rowerowy typu: {bicycle_parking}"
},
"2": {
"question": "Jaka jest względna lokalizacja tego parkingu rowerowego?"
}
}
},
"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": {
"6": {
"question": "Czy pompka rowerowa jest nadal sprawna?",
"mappings": {
"2": {
"then": "Jest manometr, ale jest uszkodzony"
"0": {
"then": "Pompka rowerowa jest zepsuta"
},
"1": {
"then": "Pompka rowerowa jest sprawna"
}
}
},
"7": {
"question": "Jakie zawory są obsługiwane?",
"render": "Ta pompka obsługuje następujące zawory: {valves}"
},
"8": {
"question": "Czy jest to elektryczna pompka do roweru?",
"mappings": {
"0": {
"then": "Pompa ręczna"
},
"1": {
"then": "Pompka elektryczna"
}
}
},
"9": {
"question": "Czy pompka posiada wskaźnik ciśnienia lub manometr?",
"mappings": {
"0": {
"then": "Jest manometr"
},
"1": {
"then": "Nie ma manometru"
},
"0": {
"then": "Jest manometr"
"2": {
"then": "Jest manometr, ale jest uszkodzony"
}
},
"question": "Czy pompka posiada wskaźnik ciśnienia lub manometr?"
}
}
},
"presets": {
"0": {
"title": "Pompka do roweru",
"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>"
},
"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?"
"1": {
"title": "Stacja naprawy rowerów i pompka"
}
}
}
}
}

View file

@ -1,11 +1,35 @@
{
"bench": {
"name": "Bancos",
"title": {
"render": "Banco"
},
"tagRenderings": {
"1": {
"render": "Encosto",
"mappings": {
"0": {
"then": "Encosto: Sim"
},
"1": {
"then": "Encosto: Não"
}
},
"question": "Este assento tem um escosto?"
},
"2": {
"render": "{seats} assentos",
"question": "Quantos assentos este banco tem?"
},
"3": {
"render": "Material: {material}",
"mappings": {
"0": {
"then": "Material: madeira"
},
"1": {
"then": "Material: metal"
},
"2": {
"then": "Material: pedra"
},
@ -17,13 +41,9 @@
},
"5": {
"then": "Material: aço"
},
"1": {
"then": "Material: metal"
}
},
"question": "De que é feito o banco (assento)?",
"render": "Material: {material}"
"question": "De que é feito o banco (assento)?"
},
"4": {
"question": "Em que direção você olha quando está sentado no banco?",
@ -62,22 +82,6 @@
"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": {
@ -85,10 +89,6 @@
"title": "Banco",
"description": "Adicionar um novo banco"
}
},
"name": "Bancos",
"title": {
"render": "Banco"
}
},
"bench_at_pt": {
@ -111,8 +111,16 @@
}
},
"bicycle_library": {
"name": "Biblioteca de bicicleta",
"title": {
"render": "Biblioteca de bicicleta"
},
"description": "Uma instalação onde as bicicletas podem ser emprestadas por períodos mais longos",
"tagRenderings": {
"1": {
"question": "Qual o nome desta biblioteca de bicicleta?",
"render": "Esta biblioteca de bicicleta é chamada de {name}"
},
"6": {
"question": "Quanto custa um empréstimo de bicicleta?",
"render": "Custos de empréstimo de bicicleta {charge}",
@ -138,21 +146,13 @@
"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",
@ -167,6 +167,7 @@
"tagRenderings": {
"1": {
"question": "Esta máquina de venda automática ainda está operacional?",
"render": "O estado operacional é: <i>{operational_status</i>",
"mappings": {
"0": {
"then": "Esta máquina de venda automática funciona"
@ -177,365 +178,364 @@
"2": {
"then": "Esta máquina de venda automática está fechada"
}
},
"render": "O estado operacional é: <i>{operational_status</i>"
}
}
}
},
"bike_shop": {
"bike_cafe": {
"name": "Café de bicicletas",
"title": {
"render": "Café de bicicleta",
"mappings": {
"0": {
"then": "Café de bicicleta <i>{name}</i>"
}
}
},
"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}?"
"question": "Qual o nome deste café de bicicleta?",
"render": "Este café de bicicleta se chama {name}"
},
"3": {
"question": "Há ferramentas aqui para consertar sua bicicleta?",
"mappings": {
"0": {
"then": "Este café de bicicleta oferece ferramentas de reparo faça você mesmo"
},
"1": {
"then": "Este café de bicicleta não oferece ferramentas de reparo faça você mesmo"
}
}
},
"4": {
"question": "Este café de bicicleta conserta bicicletas?",
"mappings": {
"0": {
"then": "Este café de bicicleta conserta bicicletas"
},
"1": {
"then": "Este café de bicicleta não conserta bicicletas"
}
}
},
"5": {
"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>"
}
"6": {
"question": "Qual o número de telefone de {name}?"
},
"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"
}
}
"7": {
"question": "Qual o endereço de email de {name}?"
},
"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?"
"question": "Quando este café de bicicleta abre?"
}
},
"presets": {
"0": {
"title": "Café de bicicleta"
}
}
},
"bike_cleaning": {
"name": "Serviço de limpeza de bicicletas",
"title": {
"render": "Serviço de limpeza de bicicletas",
"mappings": {
"4": {
"then": "Bomba de bicicleta"
},
"3": {
"then": "Bomba de bicicleta <i>{name}</i>"
},
"2": {
"then": "Bomba quebrada"
"0": {
"then": "Serviço de limpeza de bicicletas <i>{name}</i>"
}
}
},
"presets": {
"0": {
"title": "Serviço de limpeza de bicicletas"
}
}
},
"bike_monitoring_station": {
"name": "Estações de monitoramento",
"title": {
"render": "Estação de contagem de bicicletas",
"mappings": {
"0": {
"then": "Estação de contagem de bicicletas {name}"
},
"1": {
"then": "Estação de reparo de bicicletas"
},
"0": {
"then": "Estação de reparo de bicicletas"
"then": "Estação de contagem de bicicletas {ref}"
}
},
"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"
},
"name": "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": "Estacionamento de bicicletas"
},
"tagRenderings": {
"1": {
"question": "Qual o tipo deste estacionamento de bicicletas?",
"render": "Este é um estacionamento de bicicletas do tipo: {bicycle_parking}"
},
"2": {
"question": "Qual a localização relativa deste estacionamento de bicicletas?",
"mappings": {
"0": {
"then": "Estacionamento subterrâneo"
},
"1": {
"then": "Estacionamento subterrâneo"
},
"2": {
"then": "Estacionamento de superfície"
},
"3": {
"then": "Estacionamento ao nível da superfície"
},
"4": {
"then": "Estacionamento no telhado"
}
}
},
"render": "Estação de contagem de bicicletas"
},
"name": "Estações de monitoramento"
},
"bike_cleaning": {
"presets": {
"0": {
"title": "Serviço de limpeza de bicicletas"
"3": {
"question": "Este estacionamento é coberto? Também selecione \"coberto\" para estacionamentos internos.",
"mappings": {
"0": {
"then": "Este estacionamento é coberto (tem um telhado)"
},
"1": {
"then": "Este estacionamento não é coberto"
}
}
},
"4": {
"render": "Lugar para {capacity} bicicletas"
},
"5": {
"question": "Quem pode usar este estacionamento de bicicletas?",
"render": "{access}",
"mappings": {
"0": {
"then": "Acessível ao público"
},
"1": {
"then": "Acesso é principalmente para visitantes de uma empresa"
},
"2": {
"then": "Acesso é limitado aos membros de uma escola, companhia ou organização"
}
}
},
"6": {
"question": "O estacionamento de bicicletas tem vagas para bicicletas de carga?",
"mappings": {
"0": {
"then": "Este estacionamento tem vagas para bicicletas de carga"
},
"1": {
"then": "Este estacionamento tem vagas (oficiais) projetadas para bicicletas de carga."
},
"2": {
"then": "Você não tem permissão para estacionar bicicletas de carga"
}
}
},
"7": {
"question": "Quantas bicicletas de carga cabem neste estacionamento de bicicletas?",
"render": "Neste estacionamento cabem {capacity:cargo_bike} bicicletas de carga"
}
},
}
},
"bike_repair_station": {
"name": "Estações de bicicletas (reparo, bomba ou ambos)",
"title": {
"render": "Estação de bicicletas (bomba e reparo)",
"mappings": {
"0": {
"then": "Serviço de limpeza de bicicletas <i>{name}</i>"
"then": "Estação de reparo de bicicletas"
},
"1": {
"then": "Estação de reparo de bicicletas"
},
"2": {
"then": "Bomba quebrada"
},
"3": {
"then": "Bomba de bicicleta <i>{name}</i>"
},
"4": {
"then": "Bomba de bicicleta"
}
},
"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": {
"1": {
"question": "Quais serviços estão disponíveis nesta estação de bicicletas?",
"mappings": {
"1": {
"then": "Este café de bicicleta não conserta bicicletas"
},
"0": {
"then": "Este café de bicicleta conserta bicicletas"
"then": "Há somente uma bomba presente"
},
"1": {
"then": "Há somente ferramentas (chaves de fenda, alicates...) presentes"
},
"2": {
"then": "Há tanto ferramentas e uma bomba presente"
}
},
"question": "Este café de bicicleta conserta bicicletas?"
}
},
"2": {
"question": "Quem faz a manutenção desta bomba de ciclo?",
"render": "Mantida por {operator}"
},
"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"
"then": "Sempre aberto"
},
"1": {
"then": "Sempre aberto"
}
},
"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"
"4": {
"mappings": {
"0": {
"then": "Há uma ferramenta de corrente"
},
"1": {
"then": "Não há uma ferramenta de corrente"
}
}
},
"5": {
"mappings": {
"0": {
"then": "Há um gancho ou um suporte"
},
"1": {
"then": "Não há um gancho ou um suporte"
}
}
},
"8": {
"mappings": {
"0": {
"then": "Bomba manual"
},
"1": {
"then": "Bomba elétrica"
}
}
},
"9": {
"mappings": {
"0": {
"then": "Há um manômetro"
},
"1": {
"then": "Não há um manômetro"
},
"2": {
"then": "Há um manômetro mas está quebrado"
}
}
}
},
"name": "Café de bicicletas"
"icon": {
"render": "./assets/layers/bike_repair_station/repair_station.svg"
},
"presets": {
"0": {
"title": "Bomba de bicicleta",
"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>"
}
}
},
"bike_shop": {
"name": "Reparo/loja de bicicletas",
"title": {
"render": "Reparo/loja de bicicletas",
"mappings": {
"0": {
"then": "Loja de equipamentos esportivos <i>{name}</i>"
},
"2": {
"then": "Aluguel de bicicletas <i>{name}</i>"
},
"3": {
"then": "Reparo de bicicletas <i>{name}</i>"
},
"4": {
"then": "Loja de bicicletas <i>{name}</i>"
},
"5": {
"then": "Loja/reparo de bicicletas <i>{name}</i>"
}
}
},
"description": "Uma loja que vende especificamente bicicletas ou itens relacionados",
"tagRenderings": {
"1": {
"render": "Esta loja é especializada em vender {shop} e faz atividades relacionadas à bicicletas"
},
"2": {
"question": "Qual o nome desta loja de bicicletas?",
"render": "Esta loja de bicicletas se chama {nome}"
},
"3": {
"question": "Qual o website de {name}?"
},
"4": {
"question": "Qual o número de telefone de {name}?"
},
"5": {
"question": "Qual o endereço de email de {name}?"
},
"9": {
"question": "Esta loja vende bicicletas?",
"mappings": {
"0": {
"then": "Esta loja vende bicicletas"
},
"1": {
"then": "Esta loja não vende bicicletas"
}
}
},
"10": {
"question": "Esta loja conserta bicicletas?",
"mappings": {
"0": {
"then": "Esta loja conserta bicicletas"
},
"1": {
"then": "Esta loja não conserta bicicletas"
},
"2": {
"then": "Esta loja conserta bicicletas compradas aqui"
},
"3": {
"then": "Esta loja conserta bicicletas de uma certa marca"
}
}
},
"11": {
"question": "Esta loja aluga bicicletas?",
"mappings": {
"0": {
"then": "Esta loja aluga bicicletas"
},
"1": {
"then": "Esta loja não aluga bicicletas"
}
}
}
}
}
}
}

View file

@ -17,19 +17,19 @@
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "À quel étage se situe lélément ?",
"render": "Étage {level}",
"mappings": {
"2": {
"then": "Premier étage"
"0": {
"then": "En sous-sol"
},
"1": {
"then": "Rez-de-chaussée"
},
"0": {
"then": "En sous-sol"
"2": {
"then": "Premier étage"
}
},
"render": "Étage {level}",
"question": "À quel étage se situe lélément ?"
}
}
}
}
}

View file

@ -1,13 +1,13 @@
{
"undefined": {
"phone": {
"question": "Nomor telepon dari {name|?"
},
"email": {
"question": "Apa alamat surel dari {name}?"
},
"website": {
"question": "Apa situs web dari {name}?"
},
"phone": {
"question": "Nomor telepon dari {name|?"
}
}
}
}

View file

@ -1,35 +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>"
"email": {
"question": "Jaki jest adres e-mail do {name}?"
},
"website": {
"question": "Jaka jest strona internetowa {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>"
},
"opening_hours": {
"question": "Jakie są godziny otwarcia {name}?",
"render": "<h3> Godziny otwarcia</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "Na jakim poziomie znajduje się ta funkcja?",
"render": "Znajduje się na {level} piętrze",
"mappings": {
"2": {
"then": "Znajduje się na pierwszym piętrze"
"0": {
"then": "Znajduje się pod ziemią"
},
"1": {
"then": "Znajduje się na parterze"
},
"0": {
"then": "Znajduje się pod ziemią"
"2": {
"then": "Znajduje się na pierwszym piętrze"
}
},
"render": "Znajduje się na {level} piętrze",
"question": "Na jakim poziomie znajduje się ta funkcja?"
}
}
}
}
}

View file

@ -1,6 +1,23 @@
{
"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}?"
},
"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>"
},
"opening_hours": {
"question": "Qual o horário de funcionamento de {name}?",
"render": "<h3>Horário de funcionamento</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "Em que nível esse recurso está localizado?",
"render": "Localizado no {level}o andar",
"mappings": {
"0": {
@ -12,24 +29,7 @@
"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>"
}
}
}
}

View file

@ -17,6 +17,7 @@
"render": "<h3>Часы работы</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "На каком этаже находится этот объект?",
"render": "Расположено на {level}ом этаже",
"mappings": {
"0": {
@ -28,8 +29,7 @@
"2": {
"then": "Расположено на первом этаже"
}
},
"question": "На каком этаже находится этот объект?"
}
}
}
}

View file

@ -3,29 +3,29 @@
"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}?"
"email": {
"question": "Vad är e-postadressen till {name}?"
},
"website": {
"question": "Vad är webbplatsen för {name}?"
},
"email": {
"question": "Vad är e-postadressen till {name}?"
"opening_hours": {
"question": "Vilka är öppettiderna för {name}?",
"render": "<h3>Öppettider</h3> {opening_hours_table(opening_hours)}"
},
"level": {
"render": "Ligger på {level}:e våningen",
"mappings": {
"0": {
"then": "Ligger under jorden"
},
"1": {
"then": "Ligger på bottenvåningen"
},
"2": {
"then": "Ligger på första våningen"
}
}
}
}
}
}

View file

@ -1304,4 +1304,4 @@
}
}
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,75 +1,18 @@
{
"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"
"title": "Otwórz mapę AED",
"description": "Na tej mapie można znaleźć i oznaczyć defibrylatory w okolicy"
},
"surveillance": {
"description": "Na tej otwartej mapie można znaleźć kamery monitoringu.",
"shortDescription": "Kamery monitorujące i inne środki nadzoru"
"shortDescription": "Kamery monitorujące i inne środki nadzoru",
"description": "Na tej otwartej mapie można znaleźć kamery monitoringu."
},
"toilets": {
"title": "Mapa otwartych toalet",
"description": "Mapa toalet publicznych"
},
"trees": {
"title": "Drzewa",
"shortDescription": "Sporządzić mapę wszystkich drzew"
}
}
}

View file

@ -1,107 +1,128 @@
{
"aed": {
"title": "Abrir mapa AED",
"description": "Neste mapa, pode-se encontrar e marcar desfibriladores próximos"
},
"benches": {
"title": "Bancadas",
"shortDescription": "Um mapa de bancadas"
},
"bicyclelib": {
"title": "Bibliotecas de bicicletas"
},
"bike_monitoring_stations": {
"title": "Estações de monitoramento de bicicletas",
"shortDescription": "Estações de monitoramento de bicicletas com dados ao vivo da Mobilidade de Bruxelas",
"description": "Este tema mostra as estações de monitoramento de bicicletas com dados ao vivo"
},
"bookcases": {
"title": "Abrir Mapa de Estantes"
},
"campersite": {
"title": "Locais de acampamento",
"shortDescription": "Encontre locais para passar a noite com o seu campista",
"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",
"name": "Locais de acampamento",
"title": {
"render": "Local de acampamento {name}",
"mappings": {
"0": {
"then": "Locais de acampamento sem nome"
}
},
"render": "Local de acampamento {name}"
}
},
"description": "Locais de acampamento",
"tagRenderings": {
"1": {
"render": "Este lugar é chamado de {name}",
"question": "Qual o nome deste lugar?"
},
"2": {
"question": "Este lugar cobra alguma taxa?",
"mappings": {
"0": {
"then": "Você precisa pagar para usar"
},
"1": {
"then": "Pode ser usado de graça"
}
}
},
"3": {
"render": "Este lugar cobra {charge}",
"question": "Quanto este lugar cobra?"
},
"4": {
"question": "Este local tem uma estação de aterro sanitário?",
"mappings": {
"0": {
"then": "Este local tem uma estação de aterro sanitário"
},
"1": {
"then": "Este local não tem uma estação de aterro sanitário"
}
}
},
"5": {
"render": "{capacity} campistas podem usar este lugar ao mesmo tempo",
"question": "Quantos campistas podem ficar aqui? (pule se não houver um número óbvio de vagas ou veículos permitidos)"
},
"6": {
"question": "Este lugar fornece acesso a internet?",
"mappings": {
"0": {
"then": "Há acesso à internet"
},
"1": {
"then": "Há acesso à Internet"
},
"2": {
"then": "Não há acesso à internet"
}
}
},
"7": {
"question": "Você tem que pagar pelo acesso à internet?",
"mappings": {
"0": {
"then": "Você precisa pagar um extra pelo acesso à internet"
},
"1": {
"then": "Você não precisa pagar um extra pelo acesso à internet"
}
}
},
"8": {
"question": "Este lugar tem banheiros?",
"mappings": {
"0": {
"then": "Este lugar tem banheiros"
},
"1": {
"then": "Este lugar não tem banheiros"
}
}
},
"9": {
"render": "Site oficial: <a href='{website}'>{website}</a>",
"question": "Este lugar tem um website?"
},
"10": {
"question": "Este lugar oferece vagas para aluguel a longo prazo?",
"mappings": {
"0": {
"then": "Sim, há alguns pontos para aluguel a longo prazo, mas você também pode ficar em uma base diária"
},
"1": {
"then": "Não, não há hóspedes permanentes aqui"
}
}
},
"11": {
"render": "Mais detalhes sobre este lugar: {description}"
}
},
"name": "Locais de acampamento",
"presets": {
"0": {
"title": "local de acampamento"
@ -109,142 +130,45 @@
}
},
"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",
"name": "Estações de despejo sanitário",
"title": {
"render": "Estação de despejo {nome}",
"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": {
"description": "Estações de despejo sanitário",
"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": {
"question": "Este lugar cobra alguma taxa?",
"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"
"0": {
"then": "Você precisa pagar pelo uso"
},
"1": {
"then": "Mural"
},
"0": {
"then": "Arquitetura"
"then": "Pode ser usado gratuitamente"
}
},
"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"
"2": {
"render": "Este lugar cobra {charge}",
"question": "Quanto este lugar cobra?"
},
"3": {
"question": "Este lugar tem um ponto de água?",
"mappings": {
"0": {
"then": "Este lugar tem um ponto de água"
},
"1": {
"then": "Este lugar não tem um ponto de água"
}
}
}
}
}
},
"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"
}
}
}
}

View file

@ -700,4 +700,4 @@
"shortDescription": "Карта деревьев",
"description": "Нанесите все деревья на карту!"
}
}
}