Reset translations
This commit is contained in:
parent
84284599d8
commit
f545575793
24 changed files with 1023 additions and 1067 deletions
|
@ -81,6 +81,16 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"tagRenderings": {
|
||||
"shops-phone": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-website": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"title": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Verschiedene Kunstwerke",
|
||||
"name": "Kunstwerke",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Welcher Künstler hat das geschaffen?",
|
||||
"render": "Erstellt von {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architektur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Wandbild"
|
||||
},
|
||||
"2": {
|
||||
"then": "Malerei"
|
||||
},
|
||||
"3": {
|
||||
"then": "Skulptur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Büste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Stein"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installation"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (spanische dekorative Fliesenarbeit)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Fliesenarbeit"
|
||||
}
|
||||
},
|
||||
"question": "Was ist die Art dieses Kunstwerks?",
|
||||
"render": "Dies ist ein {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Gibt es eine Website mit weiteren Informationen über dieses Kunstwerk?",
|
||||
"render": "Weitere Informationen auf <a href='{website}' target='_blank'>dieser Webseite</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Welcher Wikidata-Eintrag entspricht <b>diesem Kunstwerk</b>?",
|
||||
"render": "Entspricht <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kunstwerk <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Sitzbänke",
|
||||
"presets": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Diverse pieces of artwork",
|
||||
"name": "Artworks",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Artwork"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Which artist created this?",
|
||||
"render": "Created by {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architecture"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Painting"
|
||||
},
|
||||
"3": {
|
||||
"then": "Sculpture"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Bust"
|
||||
},
|
||||
"6": {
|
||||
"then": "Stone"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installation"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Spanish decorative tilework)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tilework"
|
||||
}
|
||||
},
|
||||
"question": "What is the type of this artwork?",
|
||||
"render": "This is a {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Is there a website with more information about this artwork?",
|
||||
"render": "More information on <a href='{website}' target='_blank'>this website</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Which Wikidata-entry corresponds with <b>this artwork</b>?",
|
||||
"render": "Corresponds with <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Artwork <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Artwork"
|
||||
}
|
||||
},
|
||||
"barrier": {
|
||||
"description": "Obstacles while cycling, such as bollards and cycle barriers",
|
||||
"name": "Barriers",
|
||||
|
@ -3110,6 +3183,75 @@
|
|||
"render": "Bookcase"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "A shop",
|
||||
"name": "Shop",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Add a new shop",
|
||||
"title": "Shop"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "What is the email address of this shop?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "What is the name of this shop?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "What are the opening hours of this shop?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "What is the phone number?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Convenience store"
|
||||
},
|
||||
"1": {
|
||||
"then": "Supermarket"
|
||||
},
|
||||
"2": {
|
||||
"then": "Clothing store"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hairdresser"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bakery"
|
||||
},
|
||||
"5": {
|
||||
"then": "Car repair (garage)"
|
||||
},
|
||||
"6": {
|
||||
"then": "Car dealer"
|
||||
}
|
||||
},
|
||||
"question": "What does this shop sell?",
|
||||
"render": "This shop sells {shop}"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "What is the website of this shop?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "Shop"
|
||||
}
|
||||
},
|
||||
"slow_roads": {
|
||||
"tagRenderings": {
|
||||
"slow_roads-surface": {
|
||||
|
|
|
@ -1,4 +1,27 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Diversas piezas de obras de arte",
|
||||
"name": "Obras de arte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artwork_type": {
|
||||
"question": "Cuál es el tipo de esta obra de arte?",
|
||||
"render": "Esta es un {artwork_type}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{nombre}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Bancos",
|
||||
"presets": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Diverses œuvres d'art",
|
||||
"name": "Œuvres d'art",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Œuvre d'art"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Quel artiste a créé cette œuvre ?",
|
||||
"render": "Créé par {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architecture"
|
||||
},
|
||||
"1": {
|
||||
"then": "Peinture murale"
|
||||
},
|
||||
"2": {
|
||||
"then": "Peinture"
|
||||
},
|
||||
"3": {
|
||||
"then": "Sculpture"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Buste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Rocher"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installation"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (faïence latine)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carrelage"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le type de cette œuvre d'art?",
|
||||
"render": "Type d'œuvre : {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Existe-t-il un site web où trouver plus d'informations sur cette œuvre d'art ?",
|
||||
"render": "Plus d'info <a href='{website}' target='_blank'>sûr ce site web</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Quelle entrée Wikidata correspond à <b>cette œuvre d'art</b> ?",
|
||||
"render": "Correspond à <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Œuvre d'art <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Œuvre d'art"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Bancs",
|
||||
"presets": {
|
||||
|
@ -1295,6 +1368,75 @@
|
|||
"render": "Microbibliothèque"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "Un magasin",
|
||||
"name": "Magasin",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Ajouter un nouveau magasin",
|
||||
"title": "Magasin"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "Quelle est l'adresse électronique de ce magasin ?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Qu'est-ce que le nom de ce magasin?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "Quels sont les horaires d'ouverture de ce magasin ?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "Quel est le numéro de téléphone ?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Épicerie/superette"
|
||||
},
|
||||
"1": {
|
||||
"then": "Supermarché"
|
||||
},
|
||||
"2": {
|
||||
"then": "Magasin de vêtements"
|
||||
},
|
||||
"3": {
|
||||
"then": "Coiffeur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Boulangerie"
|
||||
},
|
||||
"5": {
|
||||
"then": "Garagiste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Concessionnaire"
|
||||
}
|
||||
},
|
||||
"question": "Que vends ce magasin ?",
|
||||
"render": "Ce magasin vends {shop}"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "Quel est le site internet de ce magasin ?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "Magasin"
|
||||
}
|
||||
},
|
||||
"slow_roads": {
|
||||
"tagRenderings": {
|
||||
"slow_roads-surface": {
|
||||
|
|
|
@ -1,4 +1,20 @@
|
|||
{
|
||||
"artwork": {
|
||||
"name": "Karya seni",
|
||||
"tagRenderings": {
|
||||
"artwork-website": {
|
||||
"render": "Info lanjut tersedia di <a href='{website}' target='_blank'>laman web</a> ini."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Karya seni <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Karya seni"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Bangku",
|
||||
"presets": {
|
||||
|
@ -102,6 +118,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-phone": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-website": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tree_node": {
|
||||
"presets": {
|
||||
"2": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Diverse opere d’arte",
|
||||
"name": "Opere d’arte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Opera d’arte"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Quale artista ha creato quest’opera?",
|
||||
"render": "Creato da {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architettura"
|
||||
},
|
||||
"1": {
|
||||
"then": "Murale"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dipinto"
|
||||
},
|
||||
"3": {
|
||||
"then": "Scultura"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statua"
|
||||
},
|
||||
"5": {
|
||||
"then": "Busto"
|
||||
},
|
||||
"6": {
|
||||
"then": "Masso"
|
||||
},
|
||||
"7": {
|
||||
"then": "Istallazione"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Rilievo"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Mosaico di piastrelle"
|
||||
}
|
||||
},
|
||||
"question": "Che tipo di opera d’arte è questo?",
|
||||
"render": "Si tratta di un {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Esiste un sito web con maggiori informazioni su quest’opera?",
|
||||
"render": "Ulteriori informazioni su <a href='{website}' target='_blank'>questo sito web</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Quale elemento Wikidata corrisponde a <b>quest’opera d’arte</b>?",
|
||||
"render": "Corrisponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opera <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Opera d’arte"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Panchine",
|
||||
"presets": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "多様な作品",
|
||||
"name": "美術品",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "アートワーク"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "どのアーティストが作ったんですか?",
|
||||
"render": "作成者:{artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "建物"
|
||||
},
|
||||
"1": {
|
||||
"then": "壁画"
|
||||
},
|
||||
"2": {
|
||||
"then": "絵画"
|
||||
},
|
||||
"3": {
|
||||
"then": "彫刻"
|
||||
},
|
||||
"4": {
|
||||
"then": "彫像"
|
||||
},
|
||||
"5": {
|
||||
"then": "胸像"
|
||||
},
|
||||
"6": {
|
||||
"then": "石"
|
||||
},
|
||||
"7": {
|
||||
"then": "インスタレーション"
|
||||
},
|
||||
"8": {
|
||||
"then": "落書き"
|
||||
},
|
||||
"9": {
|
||||
"then": "レリーフ"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (スペインの装飾タイル)"
|
||||
},
|
||||
"11": {
|
||||
"then": "タイルワーク"
|
||||
}
|
||||
},
|
||||
"question": "この作品の種類は何ですか?",
|
||||
"render": "これは{artwork_type}です"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "この作品についての詳しい情報はどのウェブサイトにありますか?",
|
||||
"render": "<a href='{website}' target='_blank'>Webサイト</a>に詳細情報がある"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "<b>このアートワーク</b>に関するWikidataのエントリーはどれですか?",
|
||||
"render": "<a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>に関連する"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "アートワーク <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "アートワーク"
|
||||
}
|
||||
},
|
||||
"charging_station": {
|
||||
"description": "充電ステーション",
|
||||
"name": "充電ステーション",
|
||||
|
@ -38,5 +111,74 @@
|
|||
"title": {
|
||||
"render": "ゴーストバイク"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "ショップ",
|
||||
"name": "店",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "新しい店を追加する",
|
||||
"title": "店"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "このお店のメールアドレスは何ですか?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "このお店の名前は何ですか?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "この店の営業時間は何時から何時までですか?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "電話番号は何番ですか?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "コンビニエンスストア"
|
||||
},
|
||||
"1": {
|
||||
"then": "スーパーマーケット"
|
||||
},
|
||||
"2": {
|
||||
"then": "衣料品店"
|
||||
},
|
||||
"3": {
|
||||
"then": "理容師"
|
||||
},
|
||||
"4": {
|
||||
"then": "ベーカリー"
|
||||
},
|
||||
"5": {
|
||||
"then": "自動車修理(ガレージ)"
|
||||
},
|
||||
"6": {
|
||||
"then": "自動車ディーラー"
|
||||
}
|
||||
},
|
||||
"question": "このお店では何を売っていますか?",
|
||||
"render": "こちらのお店では{shop}を販売しております"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "このお店のホームページは何ですか?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "店"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,4 +1,71 @@
|
|||
{
|
||||
"artwork": {
|
||||
"name": "Kunstverk",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kunstverk"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Hvilken artist lagde dette?",
|
||||
"render": "Laget av {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Arkitektur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Veggmaleri"
|
||||
},
|
||||
"2": {
|
||||
"then": "Maleri"
|
||||
},
|
||||
"3": {
|
||||
"then": "Skulptur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Byste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Stein"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installasjon"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relieff"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Spansk dekorativt flisverk)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Flisarbeid"
|
||||
}
|
||||
},
|
||||
"question": "Hvilken type kunstverk er dette?",
|
||||
"render": "Dette er et kunstverk av typen {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Finnes det en nettside med mer info om dette kunstverket?",
|
||||
"render": "Mer info er å finne på <a href='{website}' target='_blank'>denne nettsiden</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Hvilken Wikipedia-oppføring samsvarer med <b>dette kunstverket</b>?",
|
||||
"render": "Samsvarer med <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kunstverk"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Benker",
|
||||
"presets": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Verschillende soorten kunstwerken",
|
||||
"name": "Kunstwerken",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Welke kunstenaar creëerde dit kunstwerk?",
|
||||
"render": "Gecreëerd door {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architectuur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Muurschildering"
|
||||
},
|
||||
"2": {
|
||||
"then": "Schilderij"
|
||||
},
|
||||
"3": {
|
||||
"then": "Beeldhouwwerk"
|
||||
},
|
||||
"4": {
|
||||
"then": "Standbeeld"
|
||||
},
|
||||
"5": {
|
||||
"then": "Buste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Steen"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installatie"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Reliëf"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Spaanse siertegels)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tegelwerk"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort kunstwerk is dit?",
|
||||
"render": "Dit is een {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Is er een website met meer informatie over dit kunstwerk?",
|
||||
"render": "Meer informatie op <a href='{website}' target='_blank'>deze website</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Welk Wikidata-item beschrijft <b>dit kunstwerk</b>?",
|
||||
"render": "Komt overeen met <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kunstwerk <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"barrier": {
|
||||
"description": "Hindernissen tijdens het fietsen, zoals paaltjes en fietshekjes",
|
||||
"name": "Barrières",
|
||||
|
@ -3323,6 +3396,49 @@
|
|||
"render": "Boekenruilkast"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "Een winkel",
|
||||
"name": "Winkel",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg een nieuwe winkel toe",
|
||||
"title": "Winkel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "Wat is het e-mailadres van deze winkel?"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Wat is de naam van deze winkel?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "Wat zijn de openingsuren van deze winkel?"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "Wat is het telefoonnummer?"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Supermarkt"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kapper"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bakkerij"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "Wat is de website van deze winkel?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Winkel"
|
||||
}
|
||||
},
|
||||
"slow_roads": {
|
||||
"name": "Paadjes, trage wegen en autoluwe straten",
|
||||
"tagRenderings": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "Разнообразные произведения искусства",
|
||||
"name": "Произведения искусства",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Художественная работа"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Какой художник создал это?",
|
||||
"render": "Создано {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Архитектура"
|
||||
},
|
||||
"1": {
|
||||
"then": "Фреска"
|
||||
},
|
||||
"2": {
|
||||
"then": "Живопись"
|
||||
},
|
||||
"3": {
|
||||
"then": "Скульптура"
|
||||
},
|
||||
"4": {
|
||||
"then": "Статуя"
|
||||
},
|
||||
"5": {
|
||||
"then": "Бюст"
|
||||
},
|
||||
"6": {
|
||||
"then": "Камень"
|
||||
},
|
||||
"7": {
|
||||
"then": "Инсталляция"
|
||||
},
|
||||
"8": {
|
||||
"then": "Граффити"
|
||||
},
|
||||
"9": {
|
||||
"then": "Рельеф"
|
||||
},
|
||||
"10": {
|
||||
"then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Плитка (мозаика)"
|
||||
}
|
||||
},
|
||||
"question": "К какому типу относится эта работа?",
|
||||
"render": "Это {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Есть ли сайт с более подробной информацией об этой работе?",
|
||||
"render": "Больше информации на <a href='{website}' target='_blank'>этом сайте</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Какая запись в Wikidata соответсвует <b>этой работе</b>?",
|
||||
"render": "Запись об этой работе в wikidata: <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Художественная работа <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Художественная работа"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "Скамейки",
|
||||
"presets": {
|
||||
|
@ -862,6 +935,65 @@
|
|||
"render": "Книжный шкаф"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"description": "Магазин",
|
||||
"name": "Магазин",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Добавить новый магазин",
|
||||
"title": "Магазин"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "Каков адрес электронной почты этого магазина?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Как называется этот магазин?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "Каковы часы работы этого магазина?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "Какой телефон?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Супермаркет"
|
||||
},
|
||||
"2": {
|
||||
"then": "Магазин одежды"
|
||||
},
|
||||
"3": {
|
||||
"then": "Парикмахерская"
|
||||
},
|
||||
"6": {
|
||||
"then": "Автосалон"
|
||||
}
|
||||
},
|
||||
"question": "Что продаётся в этом магазине?"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "Какой веб-сайт у этого магазина?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "Магазин"
|
||||
}
|
||||
},
|
||||
"slow_roads": {
|
||||
"tagRenderings": {
|
||||
"slow_roads-surface": {
|
||||
|
|
|
@ -1,4 +1,77 @@
|
|||
{
|
||||
"artwork": {
|
||||
"description": "不同類型的藝術品",
|
||||
"name": "藝術品",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "藝術品"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "創造這個的藝術家是誰?",
|
||||
"render": "{artist_name} 創作"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "建築物"
|
||||
},
|
||||
"1": {
|
||||
"then": "壁畫"
|
||||
},
|
||||
"2": {
|
||||
"then": "繪畫"
|
||||
},
|
||||
"3": {
|
||||
"then": "雕塑"
|
||||
},
|
||||
"4": {
|
||||
"then": "雕像"
|
||||
},
|
||||
"5": {
|
||||
"then": "半身像"
|
||||
},
|
||||
"6": {
|
||||
"then": "石頭"
|
||||
},
|
||||
"7": {
|
||||
"then": "安裝"
|
||||
},
|
||||
"8": {
|
||||
"then": "塗鴨"
|
||||
},
|
||||
"9": {
|
||||
"then": "寬慰"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (西班牙雕塑作品名稱)"
|
||||
},
|
||||
"11": {
|
||||
"then": "瓷磚"
|
||||
}
|
||||
},
|
||||
"question": "這是什麼類型的藝術品?",
|
||||
"render": "這是 {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "在那個網站能夠找到更多藝術品的資訊?",
|
||||
"render": "<a href='{website}' target='_blank'>這個網站</a>有更多資訊"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "<b>這個藝術品</b>有那個對應的 Wikidata 項目?",
|
||||
"render": "與 <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>對應"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "藝術品<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "藝術品"
|
||||
}
|
||||
},
|
||||
"bench": {
|
||||
"name": "長椅",
|
||||
"presets": {
|
||||
|
|
|
@ -45,19 +45,5 @@
|
|||
"personal": {
|
||||
"description": "Crea una interfície basada en totes les capes disponibles de totes les interfícies",
|
||||
"title": "Interfície personal"
|
||||
},
|
||||
"shops": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"shops-phone": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-website": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Willkommen bei der Freien Kunstwerk-Karte, einer Karte von Statuen, Büsten, Grafitti, ... auf der ganzen Welt",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Verschiedene Kunstwerke",
|
||||
"name": "Kunstwerke",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Welcher Künstler hat das geschaffen?",
|
||||
"render": "Erstellt von {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architektur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Wandbild"
|
||||
},
|
||||
"2": {
|
||||
"then": "Malerei"
|
||||
},
|
||||
"3": {
|
||||
"then": "Skulptur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Büste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Stein"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installation"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (spanische dekorative Fliesenarbeit)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Fliesenarbeit"
|
||||
}
|
||||
},
|
||||
"question": "Was ist die Art dieses Kunstwerks?",
|
||||
"render": "Dies ist ein {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Gibt es eine Website mit weiteren Informationen über dieses Kunstwerk?",
|
||||
"render": "Weitere Informationen auf <a href='{website}' target='_blank'>dieser Webseite</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Welcher Wikidata-Eintrag entspricht <b>diesem Kunstwerk</b>?",
|
||||
"render": "Entspricht <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kunstwerk <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Kunstwerk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Freie Kunstwerk-Karte"
|
||||
},
|
||||
"benches": {
|
||||
|
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Welcome to Open Artwork Map, a map of statues, busts, grafittis and other artwork all over the world",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Diverse pieces of artwork",
|
||||
"name": "Artworks",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Artwork"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Which artist created this?",
|
||||
"render": "Created by {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architecture"
|
||||
},
|
||||
"1": {
|
||||
"then": "Mural"
|
||||
},
|
||||
"2": {
|
||||
"then": "Painting"
|
||||
},
|
||||
"3": {
|
||||
"then": "Sculpture"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Bust"
|
||||
},
|
||||
"6": {
|
||||
"then": "Stone"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installation"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Spanish decorative tilework)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tilework"
|
||||
}
|
||||
},
|
||||
"question": "What is the type of this artwork?",
|
||||
"render": "This is a {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Is there a website with more information about this artwork?",
|
||||
"render": "More information on <a href='{website}' target='_blank'>this website</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Which Wikidata-entry corresponds with <b>this artwork</b>?",
|
||||
"render": "Corresponds with <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Artwork <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Artwork"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Open Artwork Map"
|
||||
},
|
||||
"benches": {
|
||||
|
@ -1294,77 +1219,6 @@
|
|||
},
|
||||
"shops": {
|
||||
"description": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "A shop",
|
||||
"name": "Shop",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Add a new shop",
|
||||
"title": "Shop"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "What is the email address of this shop?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "What is the name of this shop?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "What are the opening hours of this shop?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "What is the phone number?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Convenience store"
|
||||
},
|
||||
"1": {
|
||||
"then": "Supermarket"
|
||||
},
|
||||
"2": {
|
||||
"then": "Clothing store"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hairdresser"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bakery"
|
||||
},
|
||||
"5": {
|
||||
"then": "Car repair (garage)"
|
||||
},
|
||||
"6": {
|
||||
"then": "Car dealer"
|
||||
}
|
||||
},
|
||||
"question": "What does this shop sell?",
|
||||
"render": "This shop sells {shop}"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "What is the website of this shop?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "Shop"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "An editable map with basic shop information",
|
||||
"title": "Open Shop Map"
|
||||
},
|
||||
|
|
|
@ -4,32 +4,7 @@
|
|||
"title": "Mapa abierto de desfibriladores (DEA)"
|
||||
},
|
||||
"artwork": {
|
||||
"description": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Diversas piezas de obras de arte",
|
||||
"name": "Obras de arte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Obra de arte"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artwork_type": {
|
||||
"question": "Cuál es el tipo de esta obra de arte?",
|
||||
"render": "Esta es un {artwork_type}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Obra de arte <i>{nombre}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Obra de arte"
|
||||
}
|
||||
}
|
||||
}
|
||||
"description": "Bienvenido a Open Artwork Map, un mapa de estatuas, bustos, grafitis y otras obras de arte de todo el mundo"
|
||||
},
|
||||
"ghostbikes": {
|
||||
"title": "Bicicleta blanca"
|
||||
|
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Bienvenue sur la carte ouverte des œuvres d'art, une carte des statues, fresques, ... du monde entier",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Diverses œuvres d'art",
|
||||
"name": "Œuvres d'art",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Œuvre d'art"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Quel artiste a créé cette œuvre ?",
|
||||
"render": "Créé par {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architecture"
|
||||
},
|
||||
"1": {
|
||||
"then": "Peinture murale"
|
||||
},
|
||||
"2": {
|
||||
"then": "Peinture"
|
||||
},
|
||||
"3": {
|
||||
"then": "Sculpture"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Buste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Rocher"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installation"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relief"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (faïence latine)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carrelage"
|
||||
}
|
||||
},
|
||||
"question": "Quel est le type de cette œuvre d'art?",
|
||||
"render": "Type d'œuvre : {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Existe-t-il un site web où trouver plus d'informations sur cette œuvre d'art ?",
|
||||
"render": "Plus d'info <a href='{website}' target='_blank'>sûr ce site web</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Quelle entrée Wikidata correspond à <b>cette œuvre d'art</b> ?",
|
||||
"render": "Correspond à <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Œuvre d'art <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Œuvre d'art"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Carte ouverte des œuvres d'art"
|
||||
},
|
||||
"benches": {
|
||||
|
@ -1007,77 +932,6 @@
|
|||
},
|
||||
"shops": {
|
||||
"description": "Sur cette carte, vous pouvez ajouter des informations sur les magasins, horaires d'ouverture et numéro de téléphone",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Un magasin",
|
||||
"name": "Magasin",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Ajouter un nouveau magasin",
|
||||
"title": "Magasin"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "Quelle est l'adresse électronique de ce magasin ?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Qu'est-ce que le nom de ce magasin?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "Quels sont les horaires d'ouverture de ce magasin ?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "Quel est le numéro de téléphone ?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Épicerie/superette"
|
||||
},
|
||||
"1": {
|
||||
"then": "Supermarché"
|
||||
},
|
||||
"2": {
|
||||
"then": "Magasin de vêtements"
|
||||
},
|
||||
"3": {
|
||||
"then": "Coiffeur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Boulangerie"
|
||||
},
|
||||
"5": {
|
||||
"then": "Garagiste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Concessionnaire"
|
||||
}
|
||||
},
|
||||
"question": "Que vends ce magasin ?",
|
||||
"render": "Ce magasin vends {shop}"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "Quel est le site internet de ce magasin ?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "Magasin"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "Carte modifiable affichant les informations de base des magasins",
|
||||
"title": "Carte des magasins"
|
||||
},
|
||||
|
|
|
@ -5,24 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Selamat datang di Open Artwork Map, peta untuk patung, grafiti, dan karya seni lain di seluruh dunia",
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Karya seni",
|
||||
"tagRenderings": {
|
||||
"artwork-website": {
|
||||
"render": "Info lanjut tersedia di <a href='{website}' target='_blank'>laman web</a> ini."
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Karya seni <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Karya seni"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Buka Peta Karya Seni"
|
||||
},
|
||||
"campersite": {
|
||||
|
@ -139,22 +121,5 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-phone": {
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-website": {
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Benvenuto/a sulla mappa libera dell’arte, una mappa delle statue, i busti, i graffiti e le altre realizzazioni artistiche di tutto il mondo",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Diverse opere d’arte",
|
||||
"name": "Opere d’arte",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Opera d’arte"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Quale artista ha creato quest’opera?",
|
||||
"render": "Creato da {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architettura"
|
||||
},
|
||||
"1": {
|
||||
"then": "Murale"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dipinto"
|
||||
},
|
||||
"3": {
|
||||
"then": "Scultura"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statua"
|
||||
},
|
||||
"5": {
|
||||
"then": "Busto"
|
||||
},
|
||||
"6": {
|
||||
"then": "Masso"
|
||||
},
|
||||
"7": {
|
||||
"then": "Istallazione"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Rilievo"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (ornamento decorativo piastrellato spagnolo)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Mosaico di piastrelle"
|
||||
}
|
||||
},
|
||||
"question": "Che tipo di opera d’arte è questo?",
|
||||
"render": "Si tratta di un {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Esiste un sito web con maggiori informazioni su quest’opera?",
|
||||
"render": "Ulteriori informazioni su <a href='{website}' target='_blank'>questo sito web</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Quale elemento Wikidata corrisponde a <b>quest’opera d’arte</b>?",
|
||||
"render": "Corrisponde a <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Opera <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Opera d’arte"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Mappa libera delle opere d'arte"
|
||||
},
|
||||
"benches": {
|
||||
|
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "オープン アートワーク マップへようこそ。世界中の銅像や胸像、壁の落書きなどのアートワークの地図です",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "多様な作品",
|
||||
"name": "美術品",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "アートワーク"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "どのアーティストが作ったんですか?",
|
||||
"render": "作成者:{artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "建物"
|
||||
},
|
||||
"1": {
|
||||
"then": "壁画"
|
||||
},
|
||||
"2": {
|
||||
"then": "絵画"
|
||||
},
|
||||
"3": {
|
||||
"then": "彫刻"
|
||||
},
|
||||
"4": {
|
||||
"then": "彫像"
|
||||
},
|
||||
"5": {
|
||||
"then": "胸像"
|
||||
},
|
||||
"6": {
|
||||
"then": "石"
|
||||
},
|
||||
"7": {
|
||||
"then": "インスタレーション"
|
||||
},
|
||||
"8": {
|
||||
"then": "落書き"
|
||||
},
|
||||
"9": {
|
||||
"then": "レリーフ"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (スペインの装飾タイル)"
|
||||
},
|
||||
"11": {
|
||||
"then": "タイルワーク"
|
||||
}
|
||||
},
|
||||
"question": "この作品の種類は何ですか?",
|
||||
"render": "これは{artwork_type}です"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "この作品についての詳しい情報はどのウェブサイトにありますか?",
|
||||
"render": "<a href='{website}' target='_blank'>Webサイト</a>に詳細情報がある"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "<b>このアートワーク</b>に関するWikidataのエントリーはどれですか?",
|
||||
"render": "<a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>に関連する"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "アートワーク <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "アートワーク"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "オープン アートワーク マップ"
|
||||
},
|
||||
"benches": {
|
||||
|
@ -917,77 +842,6 @@
|
|||
},
|
||||
"shops": {
|
||||
"description": "この地図には店の基本情報を記入したり営業時間や電話番号を追加することができます",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "ショップ",
|
||||
"name": "店",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "新しい店を追加する",
|
||||
"title": "店"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "このお店のメールアドレスは何ですか?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "このお店の名前は何ですか?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "この店の営業時間は何時から何時までですか?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "電話番号は何番ですか?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "コンビニエンスストア"
|
||||
},
|
||||
"1": {
|
||||
"then": "スーパーマーケット"
|
||||
},
|
||||
"2": {
|
||||
"then": "衣料品店"
|
||||
},
|
||||
"3": {
|
||||
"then": "理容師"
|
||||
},
|
||||
"4": {
|
||||
"then": "ベーカリー"
|
||||
},
|
||||
"5": {
|
||||
"then": "自動車修理(ガレージ)"
|
||||
},
|
||||
"6": {
|
||||
"then": "自動車ディーラー"
|
||||
}
|
||||
},
|
||||
"question": "このお店では何を売っていますか?",
|
||||
"render": "こちらのお店では{shop}を販売しております"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "このお店のホームページは何ですか?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "店"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortDescription": "基本的なショップ情報を含む編集可能なマップ",
|
||||
"title": "オープン ショップ マップ"
|
||||
},
|
||||
|
|
|
@ -2,77 +2,6 @@
|
|||
"aed": {
|
||||
"title": "Åpne AED-kart"
|
||||
},
|
||||
"artwork": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"name": "Kunstverk",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kunstverk"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Hvilken artist lagde dette?",
|
||||
"render": "Laget av {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Arkitektur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Veggmaleri"
|
||||
},
|
||||
"2": {
|
||||
"then": "Maleri"
|
||||
},
|
||||
"3": {
|
||||
"then": "Skulptur"
|
||||
},
|
||||
"4": {
|
||||
"then": "Statue"
|
||||
},
|
||||
"5": {
|
||||
"then": "Byste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Stein"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installasjon"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Relieff"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Spansk dekorativt flisverk)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Flisarbeid"
|
||||
}
|
||||
},
|
||||
"question": "Hvilken type kunstverk er dette?",
|
||||
"render": "Dette er et kunstverk av typen {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Finnes det en nettside med mer info om dette kunstverket?",
|
||||
"render": "Mer info er å finne på <a href='{website}' target='_blank'>denne nettsiden</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Hvilken Wikipedia-oppføring samsvarer med <b>dette kunstverket</b>?",
|
||||
"render": "Samsvarer med <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Kunstverk"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"benches": {
|
||||
"shortDescription": "Et benkekart",
|
||||
"title": "Benker"
|
||||
|
|
|
@ -9,81 +9,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Welkom op de open kunstwerken-kaart, een kaart van standbeelden, bustes, graffiti en andere kunstwerken over de hele wereld",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Verschillende soorten kunstwerken",
|
||||
"name": "Kunstwerken",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Kunstwerk"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Welke kunstenaar creëerde dit kunstwerk?",
|
||||
"render": "Gecreëerd door {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Architectuur"
|
||||
},
|
||||
"1": {
|
||||
"then": "Muurschildering"
|
||||
},
|
||||
"2": {
|
||||
"then": "Schilderij"
|
||||
},
|
||||
"3": {
|
||||
"then": "Beeldhouwwerk"
|
||||
},
|
||||
"4": {
|
||||
"then": "Standbeeld"
|
||||
},
|
||||
"5": {
|
||||
"then": "Buste"
|
||||
},
|
||||
"6": {
|
||||
"then": "Steen"
|
||||
},
|
||||
"7": {
|
||||
"then": "Installatie"
|
||||
},
|
||||
"8": {
|
||||
"then": "Graffiti"
|
||||
},
|
||||
"9": {
|
||||
"then": "Reliëf"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (Spaanse siertegels)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Tegelwerk"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort kunstwerk is dit?",
|
||||
"render": "Dit is een {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Is er een website met meer informatie over dit kunstwerk?",
|
||||
"render": "Meer informatie op <a href='{website}' target='_blank'>deze website</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Welk Wikidata-item beschrijft <b>dit kunstwerk</b>?",
|
||||
"render": "Komt overeen met <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kunstwerk <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Kunstwerk"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Open kunstwerken-kaart"
|
||||
},
|
||||
"benches": {
|
||||
|
@ -926,53 +851,6 @@
|
|||
"shortDescription": "Een kaart met speeltuinen",
|
||||
"title": "Speelplekken"
|
||||
},
|
||||
"shops": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Een winkel",
|
||||
"name": "Winkel",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Voeg een nieuwe winkel toe",
|
||||
"title": "Winkel"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "Wat is het e-mailadres van deze winkel?"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Wat is de naam van deze winkel?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "Wat zijn de openingsuren van deze winkel?"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "Wat is het telefoonnummer?"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Supermarkt"
|
||||
},
|
||||
"3": {
|
||||
"then": "Kapper"
|
||||
},
|
||||
"4": {
|
||||
"then": "Bakkerij"
|
||||
}
|
||||
}
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "Wat is de website van deze winkel?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Winkel"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"speelplekken": {
|
||||
"description": "<h3>Welkom bij de Groendoener!</h3>De Zuidrand dat is spelen, ravotten, chillen, wandelen,… in het groen. Meer dan <b>200 grote en kleine speelplekken</b> liggen er in parken, in bossen en op pleintjes te wachten om ontdekt te worden. De verschillende speelplekken werden getest én goedgekeurd door kinder- en jongerenreporters uit de Zuidrand. Met leuke challenges dagen de reporters jou uit om ook op ontdekking te gaan. Klik op een speelplek op de kaart, bekijk het filmpje en ga op verkenning!<br/><br/>Het project groendoener kadert binnen het strategisch project <a href='https://www.provincieantwerpen.be/aanbod/dlm/samenwerkingsverbanden/zuidrand/projecten/strategisch-project-beleefbare-open-ruimte.html' target='_blank'>Beleefbare Open Ruimte in de Antwerpse Zuidrand</a> en is een samenwerking tussen het departement Leefmilieu van provincie Antwerpen, Sportpret vzw, een OpenStreetMap-België Consultent en Createlli vzw. Het project kwam tot stand met steun van Departement Omgeving van de Vlaamse Overheid.<br/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/provincie_antwerpen.jpg'/><img class='w-full md:w-1/2' src='./assets/themes/speelplekken/Departement_Omgeving_Vlaanderen.png'/>",
|
||||
"layers": {
|
||||
|
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "Добро пожаловать на Open Artwork Map, карту статуй, бюстов, граффити и других произведений искусства по всему миру",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Разнообразные произведения искусства",
|
||||
"name": "Произведения искусства",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "Художественная работа"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "Какой художник создал это?",
|
||||
"render": "Создано {artist_name}"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Архитектура"
|
||||
},
|
||||
"1": {
|
||||
"then": "Фреска"
|
||||
},
|
||||
"2": {
|
||||
"then": "Живопись"
|
||||
},
|
||||
"3": {
|
||||
"then": "Скульптура"
|
||||
},
|
||||
"4": {
|
||||
"then": "Статуя"
|
||||
},
|
||||
"5": {
|
||||
"then": "Бюст"
|
||||
},
|
||||
"6": {
|
||||
"then": "Камень"
|
||||
},
|
||||
"7": {
|
||||
"then": "Инсталляция"
|
||||
},
|
||||
"8": {
|
||||
"then": "Граффити"
|
||||
},
|
||||
"9": {
|
||||
"then": "Рельеф"
|
||||
},
|
||||
"10": {
|
||||
"then": "Азуле́жу (испанская роспись глазурованной керамической плитки)"
|
||||
},
|
||||
"11": {
|
||||
"then": "Плитка (мозаика)"
|
||||
}
|
||||
},
|
||||
"question": "К какому типу относится эта работа?",
|
||||
"render": "Это {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "Есть ли сайт с более подробной информацией об этой работе?",
|
||||
"render": "Больше информации на <a href='{website}' target='_blank'>этом сайте</a>"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "Какая запись в Wikidata соответсвует <b>этой работе</b>?",
|
||||
"render": "Запись об этой работе в wikidata: <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Художественная работа <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "Художественная работа"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Открытая карта произведений искусства"
|
||||
},
|
||||
"benches": {
|
||||
|
@ -566,67 +491,6 @@
|
|||
"title": "Игровые площадки"
|
||||
},
|
||||
"shops": {
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "Магазин",
|
||||
"name": "Магазин",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Добавить новый магазин",
|
||||
"title": "Магазин"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"shops-email": {
|
||||
"question": "Каков адрес электронной почты этого магазина?",
|
||||
"render": "<a href='mailto:{email}'>{email}</a>"
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Как называется этот магазин?"
|
||||
},
|
||||
"shops-opening_hours": {
|
||||
"question": "Каковы часы работы этого магазина?",
|
||||
"render": "{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"shops-phone": {
|
||||
"question": "Какой телефон?",
|
||||
"render": "<a href='tel:{phone}'>{phone}</a>"
|
||||
},
|
||||
"shops-shop": {
|
||||
"mappings": {
|
||||
"1": {
|
||||
"then": "Супермаркет"
|
||||
},
|
||||
"2": {
|
||||
"then": "Магазин одежды"
|
||||
},
|
||||
"3": {
|
||||
"then": "Парикмахерская"
|
||||
},
|
||||
"6": {
|
||||
"then": "Автосалон"
|
||||
}
|
||||
},
|
||||
"question": "Что продаётся в этом магазине?"
|
||||
},
|
||||
"shops-website": {
|
||||
"question": "Какой веб-сайт у этого магазина?",
|
||||
"render": "<a href='{website}'>{website}</a>"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "{name}"
|
||||
},
|
||||
"1": {
|
||||
"then": "{shop}"
|
||||
}
|
||||
},
|
||||
"render": "Магазин"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Открыть карту магазинов"
|
||||
},
|
||||
"sport_pitches": {
|
||||
|
|
|
@ -5,81 +5,6 @@
|
|||
},
|
||||
"artwork": {
|
||||
"description": "歡迎來到開放藝術品地圖,這份地圖會顯示全世界的雕像、半身像、塗鴉以及其他類型的藝術品",
|
||||
"layers": {
|
||||
"0": {
|
||||
"description": "不同類型的藝術品",
|
||||
"name": "藝術品",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "藝術品"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"artwork-artist_name": {
|
||||
"question": "創造這個的藝術家是誰?",
|
||||
"render": "{artist_name} 創作"
|
||||
},
|
||||
"artwork-artwork_type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "建築物"
|
||||
},
|
||||
"1": {
|
||||
"then": "壁畫"
|
||||
},
|
||||
"2": {
|
||||
"then": "繪畫"
|
||||
},
|
||||
"3": {
|
||||
"then": "雕塑"
|
||||
},
|
||||
"4": {
|
||||
"then": "雕像"
|
||||
},
|
||||
"5": {
|
||||
"then": "半身像"
|
||||
},
|
||||
"6": {
|
||||
"then": "石頭"
|
||||
},
|
||||
"7": {
|
||||
"then": "安裝"
|
||||
},
|
||||
"8": {
|
||||
"then": "塗鴨"
|
||||
},
|
||||
"9": {
|
||||
"then": "寬慰"
|
||||
},
|
||||
"10": {
|
||||
"then": "Azulejo (西班牙雕塑作品名稱)"
|
||||
},
|
||||
"11": {
|
||||
"then": "瓷磚"
|
||||
}
|
||||
},
|
||||
"question": "這是什麼類型的藝術品?",
|
||||
"render": "這是 {artwork_type}"
|
||||
},
|
||||
"artwork-website": {
|
||||
"question": "在那個網站能夠找到更多藝術品的資訊?",
|
||||
"render": "<a href='{website}' target='_blank'>這個網站</a>有更多資訊"
|
||||
},
|
||||
"artwork-wikidata": {
|
||||
"question": "<b>這個藝術品</b>有那個對應的 Wikidata 項目?",
|
||||
"render": "與 <a href='https://www.wikidata.org/wiki/{wikidata}' target='_blank'>{wikidata}</a>對應"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "藝術品<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"render": "藝術品"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "開放藝術品地圖"
|
||||
},
|
||||
"benches": {
|
||||
|
|
Loading…
Reference in a new issue