diff --git a/langs/layers/ca.json b/langs/layers/ca.json index 1c12a8ed71..aefba46283 100644 --- a/langs/layers/ca.json +++ b/langs/layers/ca.json @@ -81,6 +81,16 @@ } } }, + "shops": { + "tagRenderings": { + "shops-phone": { + "render": "{phone}" + }, + "shops-website": { + "render": "{website}" + } + } + }, "tree_node": { "title": { "mappings": { diff --git a/langs/layers/de.json b/langs/layers/de.json index b95c28ac54..1650819e63 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -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 dieser Webseite" + }, + "artwork-wikidata": { + "question": "Welcher Wikidata-Eintrag entspricht diesem Kunstwerk?", + "render": "Entspricht {wikidata}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Kunstwerk {name}" + } + }, + "render": "Kunstwerk" + } + }, "bench": { "name": "Sitzbänke", "presets": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 96624bc978..ef215b598c 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -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 this website" + }, + "artwork-wikidata": { + "question": "Which Wikidata-entry corresponds with this artwork?", + "render": "Corresponds with {wikidata}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Artwork {name}" + } + }, + "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": "{email}" + }, + "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": "{phone}" + }, + "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": "{website}" + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + }, + "render": "Shop" + } + }, "slow_roads": { "tagRenderings": { "slow_roads-surface": { diff --git a/langs/layers/es.json b/langs/layers/es.json index 44e99ca4cd..f5a7196b87 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -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 {nombre}" + } + }, + "render": "Obra de arte" + } + }, "bench": { "name": "Bancos", "presets": { diff --git a/langs/layers/fr.json b/langs/layers/fr.json index 52c61d899c..7892204ad5 100644 --- a/langs/layers/fr.json +++ b/langs/layers/fr.json @@ -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 sûr ce site web" + }, + "artwork-wikidata": { + "question": "Quelle entrée Wikidata correspond à cette œuvre d'art ?", + "render": "Correspond à {wikidata}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Œuvre d'art {name}" + } + }, + "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": "{email}" + }, + "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": "{phone}" + }, + "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": "{website}" + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + }, + "render": "Magasin" + } + }, "slow_roads": { "tagRenderings": { "slow_roads-surface": { diff --git a/langs/layers/id.json b/langs/layers/id.json index 54f3e27c2b..c02184866e 100644 --- a/langs/layers/id.json +++ b/langs/layers/id.json @@ -1,4 +1,20 @@ { + "artwork": { + "name": "Karya seni", + "tagRenderings": { + "artwork-website": { + "render": "Info lanjut tersedia di laman web ini." + } + }, + "title": { + "mappings": { + "0": { + "then": "Karya seni {name}" + } + }, + "render": "Karya seni" + } + }, "bench": { "name": "Bangku", "presets": { @@ -102,6 +118,19 @@ } } }, + "shops": { + "tagRenderings": { + "shops-email": { + "render": "{email}" + }, + "shops-phone": { + "render": "{phone}" + }, + "shops-website": { + "render": "{website}" + } + } + }, "tree_node": { "presets": { "2": { diff --git a/langs/layers/it.json b/langs/layers/it.json index b8585841fe..aa52a52244 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -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 questo sito web" + }, + "artwork-wikidata": { + "question": "Quale elemento Wikidata corrisponde a quest’opera d’arte?", + "render": "Corrisponde a {wikidata}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Opera {name}" + } + }, + "render": "Opera d’arte" + } + }, "bench": { "name": "Panchine", "presets": { diff --git a/langs/layers/ja.json b/langs/layers/ja.json index 28607d8576..5c5b0d1d69 100644 --- a/langs/layers/ja.json +++ b/langs/layers/ja.json @@ -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": "Webサイトに詳細情報がある" + }, + "artwork-wikidata": { + "question": "このアートワークに関するWikidataのエントリーはどれですか?", + "render": "{wikidata}に関連する" + } + }, + "title": { + "mappings": { + "0": { + "then": "アートワーク {name}" + } + }, + "render": "アートワーク" + } + }, "charging_station": { "description": "充電ステーション", "name": "充電ステーション", @@ -38,5 +111,74 @@ "title": { "render": "ゴーストバイク" } + }, + "shops": { + "description": "ショップ", + "name": "店", + "presets": { + "0": { + "description": "新しい店を追加する", + "title": "店" + } + }, + "tagRenderings": { + "shops-email": { + "question": "このお店のメールアドレスは何ですか?", + "render": "{email}" + }, + "shops-name": { + "question": "このお店の名前は何ですか?" + }, + "shops-opening_hours": { + "question": "この店の営業時間は何時から何時までですか?", + "render": "{opening_hours_table(opening_hours)}" + }, + "shops-phone": { + "question": "電話番号は何番ですか?", + "render": "{phone}" + }, + "shops-shop": { + "mappings": { + "0": { + "then": "コンビニエンスストア" + }, + "1": { + "then": "スーパーマーケット" + }, + "2": { + "then": "衣料品店" + }, + "3": { + "then": "理容師" + }, + "4": { + "then": "ベーカリー" + }, + "5": { + "then": "自動車修理(ガレージ)" + }, + "6": { + "then": "自動車ディーラー" + } + }, + "question": "このお店では何を売っていますか?", + "render": "こちらのお店では{shop}を販売しております" + }, + "shops-website": { + "question": "このお店のホームページは何ですか?", + "render": "{website}" + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + }, + "render": "店" + } } } \ No newline at end of file diff --git a/langs/layers/nb_NO.json b/langs/layers/nb_NO.json index c515216b93..47a02bc8e7 100644 --- a/langs/layers/nb_NO.json +++ b/langs/layers/nb_NO.json @@ -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å denne nettsiden" + }, + "artwork-wikidata": { + "question": "Hvilken Wikipedia-oppføring samsvarer med dette kunstverket?", + "render": "Samsvarer med {wikidata}" + } + }, + "title": { + "render": "Kunstverk" + } + }, "bench": { "name": "Benker", "presets": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 6bd476a7ec..b484dc8c45 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -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 deze website" + }, + "artwork-wikidata": { + "question": "Welk Wikidata-item beschrijft dit kunstwerk?", + "render": "Komt overeen met {wikidata}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Kunstwerk {name}" + } + }, + "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": { diff --git a/langs/layers/ru.json b/langs/layers/ru.json index 4e776b4523..4d3c813251 100644 --- a/langs/layers/ru.json +++ b/langs/layers/ru.json @@ -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": "Больше информации на этом сайте" + }, + "artwork-wikidata": { + "question": "Какая запись в Wikidata соответсвует этой работе?", + "render": "Запись об этой работе в wikidata: {wikidata}" + } + }, + "title": { + "mappings": { + "0": { + "then": "Художественная работа {name}" + } + }, + "render": "Художественная работа" + } + }, "bench": { "name": "Скамейки", "presets": { @@ -862,6 +935,65 @@ "render": "Книжный шкаф" } }, + "shops": { + "description": "Магазин", + "name": "Магазин", + "presets": { + "0": { + "description": "Добавить новый магазин", + "title": "Магазин" + } + }, + "tagRenderings": { + "shops-email": { + "question": "Каков адрес электронной почты этого магазина?", + "render": "{email}" + }, + "shops-name": { + "question": "Как называется этот магазин?" + }, + "shops-opening_hours": { + "question": "Каковы часы работы этого магазина?", + "render": "{opening_hours_table(opening_hours)}" + }, + "shops-phone": { + "question": "Какой телефон?", + "render": "{phone}" + }, + "shops-shop": { + "mappings": { + "1": { + "then": "Супермаркет" + }, + "2": { + "then": "Магазин одежды" + }, + "3": { + "then": "Парикмахерская" + }, + "6": { + "then": "Автосалон" + } + }, + "question": "Что продаётся в этом магазине?" + }, + "shops-website": { + "question": "Какой веб-сайт у этого магазина?", + "render": "{website}" + } + }, + "title": { + "mappings": { + "0": { + "then": "{name}" + }, + "1": { + "then": "{shop}" + } + }, + "render": "Магазин" + } + }, "slow_roads": { "tagRenderings": { "slow_roads-surface": { diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json index ccacafa7f4..b0afffb78a 100644 --- a/langs/layers/zh_Hant.json +++ b/langs/layers/zh_Hant.json @@ -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": "這個網站有更多資訊" + }, + "artwork-wikidata": { + "question": "這個藝術品有那個對應的 Wikidata 項目?", + "render": "與 {wikidata}對應" + } + }, + "title": { + "mappings": { + "0": { + "then": "藝術品{name}" + } + }, + "render": "藝術品" + } + }, "bench": { "name": "長椅", "presets": { diff --git a/langs/themes/ca.json b/langs/themes/ca.json index 79eb7a4c2f..475988277d 100644 --- a/langs/themes/ca.json +++ b/langs/themes/ca.json @@ -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": "{phone}" - }, - "shops-website": { - "render": "{website}" - } - } - } - } } } \ No newline at end of file diff --git a/langs/themes/de.json b/langs/themes/de.json index 300eacddcc..c847fc7dbc 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -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 dieser Webseite" - }, - "artwork-wikidata": { - "question": "Welcher Wikidata-Eintrag entspricht diesem Kunstwerk?", - "render": "Entspricht {wikidata}" - } - }, - "title": { - "mappings": { - "0": { - "then": "Kunstwerk {name}" - } - }, - "render": "Kunstwerk" - } - } - }, "title": "Freie Kunstwerk-Karte" }, "benches": { diff --git a/langs/themes/en.json b/langs/themes/en.json index 82008ccbdf..30fa6d574f 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -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 this website" - }, - "artwork-wikidata": { - "question": "Which Wikidata-entry corresponds with this artwork?", - "render": "Corresponds with {wikidata}" - } - }, - "title": { - "mappings": { - "0": { - "then": "Artwork {name}" - } - }, - "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": "{email}" - }, - "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": "{phone}" - }, - "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": "{website}" - } - }, - "title": { - "mappings": { - "0": { - "then": "{name}" - }, - "1": { - "then": "{shop}" - } - }, - "render": "Shop" - } - } - }, "shortDescription": "An editable map with basic shop information", "title": "Open Shop Map" }, diff --git a/langs/themes/es.json b/langs/themes/es.json index 80196c809b..8d15340174 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -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 {nombre}" - } - }, - "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" diff --git a/langs/themes/fr.json b/langs/themes/fr.json index 530b9acb00..0c73fa52cb 100644 --- a/langs/themes/fr.json +++ b/langs/themes/fr.json @@ -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 sûr ce site web" - }, - "artwork-wikidata": { - "question": "Quelle entrée Wikidata correspond à cette œuvre d'art ?", - "render": "Correspond à {wikidata}" - } - }, - "title": { - "mappings": { - "0": { - "then": "Œuvre d'art {name}" - } - }, - "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": "{email}" - }, - "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": "{phone}" - }, - "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": "{website}" - } - }, - "title": { - "mappings": { - "0": { - "then": "{name}" - }, - "1": { - "then": "{shop}" - } - }, - "render": "Magasin" - } - } - }, "shortDescription": "Carte modifiable affichant les informations de base des magasins", "title": "Carte des magasins" }, diff --git a/langs/themes/id.json b/langs/themes/id.json index 7412ded699..b9e07e1ad1 100644 --- a/langs/themes/id.json +++ b/langs/themes/id.json @@ -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 laman web ini." - } - }, - "title": { - "mappings": { - "0": { - "then": "Karya seni {name}" - } - }, - "render": "Karya seni" - } - } - }, "title": "Buka Peta Karya Seni" }, "campersite": { @@ -139,22 +121,5 @@ } } } - }, - "shops": { - "layers": { - "0": { - "tagRenderings": { - "shops-email": { - "render": "{email}" - }, - "shops-phone": { - "render": "{phone}" - }, - "shops-website": { - "render": "{website}" - } - } - } - } } } \ No newline at end of file diff --git a/langs/themes/it.json b/langs/themes/it.json index ecac818145..b1a3980281 100644 --- a/langs/themes/it.json +++ b/langs/themes/it.json @@ -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 questo sito web" - }, - "artwork-wikidata": { - "question": "Quale elemento Wikidata corrisponde a quest’opera d’arte?", - "render": "Corrisponde a {wikidata}" - } - }, - "title": { - "mappings": { - "0": { - "then": "Opera {name}" - } - }, - "render": "Opera d’arte" - } - } - }, "title": "Mappa libera delle opere d'arte" }, "benches": { diff --git a/langs/themes/ja.json b/langs/themes/ja.json index 5f12ec6cf5..a42d749bb0 100644 --- a/langs/themes/ja.json +++ b/langs/themes/ja.json @@ -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": "Webサイトに詳細情報がある" - }, - "artwork-wikidata": { - "question": "このアートワークに関するWikidataのエントリーはどれですか?", - "render": "{wikidata}に関連する" - } - }, - "title": { - "mappings": { - "0": { - "then": "アートワーク {name}" - } - }, - "render": "アートワーク" - } - } - }, "title": "オープン アートワーク マップ" }, "benches": { @@ -917,77 +842,6 @@ }, "shops": { "description": "この地図には店の基本情報を記入したり営業時間や電話番号を追加することができます", - "layers": { - "0": { - "description": "ショップ", - "name": "店", - "presets": { - "0": { - "description": "新しい店を追加する", - "title": "店" - } - }, - "tagRenderings": { - "shops-email": { - "question": "このお店のメールアドレスは何ですか?", - "render": "{email}" - }, - "shops-name": { - "question": "このお店の名前は何ですか?" - }, - "shops-opening_hours": { - "question": "この店の営業時間は何時から何時までですか?", - "render": "{opening_hours_table(opening_hours)}" - }, - "shops-phone": { - "question": "電話番号は何番ですか?", - "render": "{phone}" - }, - "shops-shop": { - "mappings": { - "0": { - "then": "コンビニエンスストア" - }, - "1": { - "then": "スーパーマーケット" - }, - "2": { - "then": "衣料品店" - }, - "3": { - "then": "理容師" - }, - "4": { - "then": "ベーカリー" - }, - "5": { - "then": "自動車修理(ガレージ)" - }, - "6": { - "then": "自動車ディーラー" - } - }, - "question": "このお店では何を売っていますか?", - "render": "こちらのお店では{shop}を販売しております" - }, - "shops-website": { - "question": "このお店のホームページは何ですか?", - "render": "{website}" - } - }, - "title": { - "mappings": { - "0": { - "then": "{name}" - }, - "1": { - "then": "{shop}" - } - }, - "render": "店" - } - } - }, "shortDescription": "基本的なショップ情報を含む編集可能なマップ", "title": "オープン ショップ マップ" }, diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json index f42affa6a7..dc5599dabb 100644 --- a/langs/themes/nb_NO.json +++ b/langs/themes/nb_NO.json @@ -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å denne nettsiden" - }, - "artwork-wikidata": { - "question": "Hvilken Wikipedia-oppføring samsvarer med dette kunstverket?", - "render": "Samsvarer med {wikidata}" - } - }, - "title": { - "render": "Kunstverk" - } - } - } - }, "benches": { "shortDescription": "Et benkekart", "title": "Benker" diff --git a/langs/themes/nl.json b/langs/themes/nl.json index e09f723b95..988d2c41f3 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -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 deze website" - }, - "artwork-wikidata": { - "question": "Welk Wikidata-item beschrijft dit kunstwerk?", - "render": "Komt overeen met {wikidata}" - } - }, - "title": { - "mappings": { - "0": { - "then": "Kunstwerk {name}" - } - }, - "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": "