From 81ef92c61152eb05fb1e1f5b2efaea7767f79118 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 8 Jul 2025 12:00:36 +0200 Subject: [PATCH] Chore: translation reset --- android | 2 +- .../mapcomplete-changes.json | 15 +++-- langs/layers/cs.json | 20 +++++++ langs/layers/de.json | 20 +++++++ langs/layers/en.json | 59 +++++++++++++++++++ langs/layers/es.json | 20 +++++++ langs/layers/it.json | 20 +++++++ langs/layers/ko.json | 24 ++++++++ langs/layers/nl.json | 20 +++++++ langs/layers/zh_Hant.json | 24 ++++++++ langs/themes/cs.json | 24 +------- langs/themes/de.json | 24 +------- langs/themes/en.json | 24 +------- langs/themes/es.json | 24 +------- langs/themes/it.json | 24 +------- langs/themes/ko.json | 24 +------- langs/themes/nl.json | 24 +------- langs/themes/zh_Hant.json | 24 +------- 18 files changed, 227 insertions(+), 189 deletions(-) diff --git a/android b/android index 1e4c1b080..e6fee39fd 160000 --- a/android +++ b/android @@ -1 +1 @@ -Subproject commit 1e4c1b0804db1646ba9be13891ef015300cbb1e1 +Subproject commit e6fee39fdf78638be8d652c8965339c111c57db9 diff --git a/assets/themes/mapcomplete-changes/mapcomplete-changes.json b/assets/themes/mapcomplete-changes/mapcomplete-changes.json index 10a61f17a..c6d7ab310 100644 --- a/assets/themes/mapcomplete-changes/mapcomplete-changes.json +++ b/assets/themes/mapcomplete-changes/mapcomplete-changes.json @@ -35,6 +35,9 @@ "zh_Hant": "顯示由MapComplete進行的變動" }, "icon": "./assets/svg/logo.svg", + "startZoom": 1, + "startLat": 0, + "startLon": 0, "hideFromOverview": true, "layers": [ { @@ -518,10 +521,6 @@ "if": "theme=onwheels", "then": "./assets/themes/onwheels/crest.svg" }, - { - "if": "theme=openlovemap", - "then": "./assets/layers/stripclub/stripclub.svg" - }, { "if": "theme=openwindpowermap", "then": "./assets/themes/openwindpowermap/logo.svg" @@ -550,6 +549,10 @@ "if": "theme=playgrounds", "then": "./assets/themes/playgrounds/playground.svg" }, + { + "if": "theme=police_call_boxes", + "then": "./assets/layers/police_call_box/police_call_box.svg" + }, { "if": "theme=postal_codes", "then": "./assets/themes/postal_codes/townhall.svg" @@ -562,6 +565,10 @@ "if": "theme=rainbow_crossings", "then": "./assets/themes/rainbow_crossings/logo.svg" }, + { + "if": "theme=sauna", + "then": "./assets/layers/sauna/sauna.svg" + }, { "if": "theme=scouting", "then": "./assets/layers/scouting_group/scouting.svg" diff --git a/langs/layers/cs.json b/langs/layers/cs.json index f75cf8c47..656e9aa3f 100644 --- a/langs/layers/cs.json +++ b/langs/layers/cs.json @@ -10816,6 +10816,26 @@ }, "question": "Jaké formáty papíru tento obchod nabízí?" }, + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "Tento obchod nabízí měkké BDSM pomůcky, jako jsou chlupatá pouta, sada „padesát odstínů šedi“, ..." + }, + "1": { + "then": "Tento obchod nabízí specializované BDSM pomůcky, jako jsou roztahovací tyče, potřeby pro hru na jehlách, potřeby pro lékařskou bondáž, nárazové nástroje, pouta, kovové barvy, pouta, svorky na bradavky, shibari doplňky, ..." + }, + "2": { + "then": "Tento obchod nabízí doplňky na hraní si na zvířata, jako jsou masky štěňat, masky zvířat, poníci na hraní, ocasy, boty na kopyta, ..." + }, + "3": { + "then": "Tento obchod nabízí kožené vybavení, včetně kalhot a košil použitelných v každodenním životě až po kožené postroje" + }, + "4": { + "then": "Tento obchod nabízí uniformy pro roleplay, jako jsou uniformy zdravotní sestry, vojenské uniformy, policie, školačky, francouzské pokojské, ..." + } + }, + "question": "Nabízí tento obchod vybavení pro fetišisty?" + }, "hairdresser-targetgroup": { "mappings": { "0": { diff --git a/langs/layers/de.json b/langs/layers/de.json index ae135d192..8373cac29 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -10185,6 +10185,26 @@ }, "question": "Welche Papierformate bietet das Geschäft an?" }, + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "Dieser Laden bietet weiches BDSM-Zubehör an, wie zum Beispiel flauschige Handschellen, ein \"Fifty Shades of Grey\"-Starterset, ..." + }, + "1": { + "then": "Dieser Laden bietet spezialisiertes BDSM-Zubehör an, wie zum Beispiel Spreizstangen, Utensilien für Nadelfolter, medizinische Bondage-Ausrüstung, Schlagwerkzeuge, Fesseln, Metallhalsbänder, Handschellen, Nippelklemmen, Shibari-Zubehör, ..." + }, + "2": { + "then": "Dieser Laden bietet Petplay-Zubehör an, wie zum Beispiel Hundemasken, Tiermasken, Ponyplay-Ausrüstung, Schwänze, Hufschuhe, ..." + }, + "3": { + "then": "Dieser Laden bietet Lederkleidung an, darunter Hosen und Hemden für den Alltag bis hin zu Lederharnissen" + }, + "4": { + "then": "Dieser Laden bietet Uniformen für Rollenspiele an, wie Krankenschwester-Uniformen, Militäruniformen, Polizei-, Schulmädchen- und Dienstmädchen-Outfits, ..." + } + }, + "question": "Bietet dieser Laden Fetischkleidung an?" + }, "id_presets.shop_types": { "override": { "+mappings": { diff --git a/langs/layers/en.json b/langs/layers/en.json index 657047132..d2aff6342 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -8077,6 +8077,38 @@ "render": "Nature reserve" } }, + "nesting_site": { + "description": "A man-made device equipped with one or multiple nests, serving as an artificial nesting aid for wild animals", + "name": "Artificial nesting sites", + "presets": { + "0": { + "title": "a nesting site" + }, + "1": { + "title": "a nesting site on a wall" + } + }, + "tagRenderings": { + "nest_species": { + "question": "What species is this nesting site built for?", + "render": "

About the nesting species

{wikipedia(species:wikidata)}" + }, + "nest_support": { + "mappings": { + "0": { + "then": "Mounted on a wall" + }, + "1": { + "then": "Mounted on a pole" + } + }, + "question": "How is this nesting site installed?" + } + }, + "title": { + "render": "Nesting site" + } + }, "note": { "filter": { "0": { @@ -11026,6 +11058,26 @@ }, "question": "What paper formats does this shop offer?" }, + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "This shop offers soft BDSM-gear, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ..." + }, + "1": { + "then": "This shop offers specialized BDSM-gear, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ..." + }, + "2": { + "then": "This shop offers pet play accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ..." + }, + "3": { + "then": "This shop offers leather gear, including pants and shirts usable in daily life up till leather harnesses" + }, + "4": { + "then": "This shop offers uniforms for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ..." + } + }, + "question": "Does this shop offer fetish gear?" + }, "hairdresser-targetgroup": { "mappings": { "0": { @@ -14633,6 +14685,13 @@ "question": "What is the name of this visitors centre?", "render": "This visitors centre is called {name}" } + }, + "title": { + "mappings": { + "0": { + "then": "Information office" + } + } } }, "walls_and_buildings": { diff --git a/langs/layers/es.json b/langs/layers/es.json index b65dcb4b1..19debdb16 100644 --- a/langs/layers/es.json +++ b/langs/layers/es.json @@ -9595,6 +9595,26 @@ }, "question": "¿Qué formatos de papel ofrece esta tienda?" }, + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "Esta tienda ofrece artículos BDSM suaves, como esposas de peluche, un kit de iniciación 'cincuenta sombras de Grey',..." + }, + "1": { + "then": "Esta tienda ofrece artículos BDSM especializados, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, puños, pinzas para pezones, accesorios shibari,..." + }, + "2": { + "then": "Esta tienda ofrece accesorios para juegos con mascotas, como máscaras de cachorro, máscaras de animales, juegos de pony, colas, zapatos de casco,..." + }, + "3": { + "then": "Esta tienda ofrece artículos de cuero, incluyendo pantalones y camisas utilizables en la vida diaria hasta arneses de cuero" + }, + "4": { + "then": "Esta tienda ofrece uniformes para juegos de rol, como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa,..." + } + }, + "question": "¿Esta tienda ofrece artículos fetiche?" + }, "id_presets.shop_types": { "override": { "+mappings": { diff --git a/langs/layers/it.json b/langs/layers/it.json index 5270fd049..d47b364bc 100644 --- a/langs/layers/it.json +++ b/langs/layers/it.json @@ -10705,6 +10705,26 @@ }, "question": "Quali formati di carta offre questo negozio?" }, + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "Questo negozio offre attrezzature BDSM leggere, come manette pelose, un 'kit di partenza cinquanta sfumature di grigio', ..." + }, + "1": { + "then": "Questo negozio offre attrezzature BDSM specializzate, come barre divaricatrici, forniture per giochi con aghi, forniture per bondage medico, strumenti d'impatto, catene, polsini, morsetti per capezzoli, accessori per shibari, ..." + }, + "2": { + "then": "Questo negozio offre accessori per pet play, come maschere da cucciolo, maschere di animali, pony play, code, scarpe a zoccolo, ..." + }, + "3": { + "then": "Questo negozio offre abbigliamento in pelle, inclusi pantaloni e camicie utilizzabili nella vita quotidiana fino a imbracature in pelle" + }, + "4": { + "then": "Questo negozio offre uniformi per giochi di ruolo, come uniformi da infermiera, uniformi militari, polizia, scolaretta, cameriera francese, ..." + } + }, + "question": "Questo negozio offre attrezzature fetish?" + }, "id_presets.shop_types": { "override": { "+mappings": { diff --git a/langs/layers/ko.json b/langs/layers/ko.json index defa004a7..1b26c1d60 100644 --- a/langs/layers/ko.json +++ b/langs/layers/ko.json @@ -96,6 +96,30 @@ } } }, + "shops": { + "tagRenderings": { + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "이 상점은 털 수갑과 같은 soft BDSM-gear를 제공합니다." + }, + "1": { + "then": "이 상점은 스프레더 바와 같은 specialized BDSM-gear를 제공합니다." + }, + "2": { + "then": "이 상점은 동물 마스크와 같은 pet play 악세사리를 제공합니다." + }, + "3": { + "then": "이 상점은 바지, 셔츠, 가죽 하네스와 같은 leather gear를 제공합니다" + }, + "4": { + "then": "이 상점은 롤플레이 유니폼 같은uniforms 을 제공합니다." + } + }, + "question": "이 상점은 페티시 기어를 제공하나요?" + } + } + }, "walls_and_buildings": { "description": "모든 벽과 건물을 제공하는 특수 내장 레이어입니다. 이 레이어는 벽에 배치할 수 있는 요소들(예: AED, 우체통, 입구, 주소, 감시 카메라 등)을 위한 프리셋에서 유용하게 사용됩니다. 이 레이어는 기본적으로 보이지 않으며 사용자가 토글할 수 없습니다." } diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 01b000fd1..602b4212d 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -9043,6 +9043,26 @@ }, "question": "Op welke papiergroottes kan deze zaak printen?" }, + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "Deze winkel biedt soft BDSM-accessoires, zoals zachte handboeien, een 'fifty-shade-of-grey'-starterset, ..." + }, + "1": { + "then": "Deze winkel biedt gespecialiseerde BDSM-benodigdheden, zoals spreidstangen, benodigdheden voor naaldspellen, medische bondagebenodigdheden, slagwerktuigen, kluisters, metalen kleuren, boeien, tepelklemmen, shibari-accessoires, ..." + }, + "2": { + "then": "Deze winkel biedt 'pet play'-accessoires, zoals puppymaskers, dierenmaskers, ponyspellen, staarten, hoefschoenen, ..." + }, + "3": { + "then": "Deze winkel biedt leren kledij aan, waaronder broeken en shirts die je in het dagelijks leven kunt gebruiken tot en met leren harnassen" + }, + "4": { + "then": "Deze winkel biedt uniformen voor rollenspelen aan, zoals verpleegsteruniformen, militaire uniformen, politie, schoolmeisje, Franse dienstmeid, ..." + } + }, + "question": "Biedt deze winkel fetisjspullen aan?" + }, "id_presets.shop_types": { "override": { "+mappings": { diff --git a/langs/layers/zh_Hant.json b/langs/layers/zh_Hant.json index 7ebca11f1..76659e243 100644 --- a/langs/layers/zh_Hant.json +++ b/langs/layers/zh_Hant.json @@ -1043,6 +1043,30 @@ } } }, + "shops": { + "tagRenderings": { + "erotic_shop_fetish": { + "mappings": { + "0": { + "then": "這間店提供軟性調教道具,例如完整的手銬、完整的格雷的五十道陰影入門款、…" + }, + "1": { + "then": "這間店提供特規調教工具,例如擴張桿、針刺遊戲用品、醫療束縛用品、衝擊工具、枷鎖、金屬色料、袖口、乳頭夾、繩縛配件、…" + }, + "2": { + "then": "這間店提供寵物扮演配件,像是寵物面具、動物面具、馬尾、馬蹄鐵、…" + }, + "3": { + "then": "這間店提供皮革工具,包括日常生活中穿的褲子和襯衫,採用皮革馬具" + }, + "4": { + "then": "這間店提供角色扮演制服,例如護士服、軍服、警察、學生妹、法國女佣、…" + } + }, + "question": "這家商店提供戀物癖裝備嗎?" + } + } + }, "unit": { "units": { "0": { diff --git a/langs/themes/cs.json b/langs/themes/cs.json index 493832bb2..5db7774c7 100644 --- a/langs/themes/cs.json +++ b/langs/themes/cs.json @@ -991,29 +991,7 @@ "title": "erotický obchod" } }, - "name": "Erotické obchody", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "Tento obchod nabízí měkké BDSM pomůcky, jako jsou chlupatá pouta, sada „padesát odstínů šedi“, ..." - }, - "1": { - "then": "Tento obchod nabízí specializované BDSM pomůcky, jako jsou roztahovací tyče, potřeby pro hru na jehlách, potřeby pro lékařskou bondáž, nárazové nástroje, pouta, kovové barvy, pouta, svorky na bradavky, shibari doplňky, ..." - }, - "2": { - "then": "Tento obchod nabízí doplňky na hraní si na zvířata, jako jsou masky štěňat, masky zvířat, poníci na hraní, ocasy, boty na kopyta, ..." - }, - "3": { - "then": "Tento obchod nabízí kožené vybavení, včetně kalhot a košil použitelných v každodenním životě až po kožené postroje" - }, - "4": { - "then": "Tento obchod nabízí uniformy pro roleplay, jako jsou uniformy zdravotní sestry, vojenské uniformy, policie, školačky, francouzské pokojské, ..." - } - }, - "question": "Nabízí tento obchod vybavení pro fetišisty?" - } - } + "name": "Erotické obchody" } }, "4": { diff --git a/langs/themes/de.json b/langs/themes/de.json index 0b7ce9a07..2700f23e9 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -945,29 +945,7 @@ "title": "ein Erotikgeschäft" } }, - "name": "Erotikgeschäfte", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "Dieser Laden bietet weiches BDSM-Zubehör an, wie zum Beispiel flauschige Handschellen, ein \"Fifty Shades of Grey\"-Starterset, ..." - }, - "1": { - "then": "Dieser Laden bietet spezialisiertes BDSM-Zubehör an, wie zum Beispiel Spreizstangen, Utensilien für Nadelfolter, medizinische Bondage-Ausrüstung, Schlagwerkzeuge, Fesseln, Metallhalsbänder, Handschellen, Nippelklemmen, Shibari-Zubehör, ..." - }, - "2": { - "then": "Dieser Laden bietet Petplay-Zubehör an, wie zum Beispiel Hundemasken, Tiermasken, Ponyplay-Ausrüstung, Schwänze, Hufschuhe, ..." - }, - "3": { - "then": "Dieser Laden bietet Lederkleidung an, darunter Hosen und Hemden für den Alltag bis hin zu Lederharnissen" - }, - "4": { - "then": "Dieser Laden bietet Uniformen für Rollenspiele an, wie Krankenschwester-Uniformen, Militäruniformen, Polizei-, Schulmädchen- und Dienstmädchen-Outfits, ..." - } - }, - "question": "Bietet dieser Laden Fetischkleidung an?" - } - } + "name": "Erotikgeschäfte" } }, "4": { diff --git a/langs/themes/en.json b/langs/themes/en.json index 9bdf7057a..5a38df4b7 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -991,29 +991,7 @@ "title": "an erotic shop" } }, - "name": "Erotic shops", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "This shop offers soft BDSM-gear, such as fluffy handcuffs, a 'fifty-shade-of-grey'-starterset, ..." - }, - "1": { - "then": "This shop offers specialized BDSM-gear, such as spreader bars, supplies for needle play, medical bondage supplies, impact tools, shackles, metal colors, cuffs, nipple clamps, shibari accessories, ..." - }, - "2": { - "then": "This shop offers pet play accessories, such as puppy masks, animal masks, pony play, tails, hoof shoes, ..." - }, - "3": { - "then": "This shop offers leather gear, including pants and shirts usable in daily life up till leather harnesses" - }, - "4": { - "then": "This shop offers uniforms for roleplay, such nurse uniforms, military uniforms, police, school girl, french maid, ..." - } - }, - "question": "Does this shop offer fetish gear?" - } - } + "name": "Erotic shops" } }, "4": { diff --git a/langs/themes/es.json b/langs/themes/es.json index 4d5c2bd9d..e84346635 100644 --- a/langs/themes/es.json +++ b/langs/themes/es.json @@ -919,29 +919,7 @@ "title": "una tienda erótica" } }, - "name": "Tiendas eróticas", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "Esta tienda ofrece artículos BDSM suaves, como esposas de peluche, un kit de iniciación 'cincuenta sombras de Grey',..." - }, - "1": { - "then": "Esta tienda ofrece artículos BDSM especializados, como barras separadoras, artículos para juegos con agujas, artículos de bondage médico, herramientas de impacto, grilletes, colores metálicos, puños, pinzas para pezones, accesorios shibari,..." - }, - "2": { - "then": "Esta tienda ofrece accesorios para juegos con mascotas, como máscaras de cachorro, máscaras de animales, juegos de pony, colas, zapatos de casco,..." - }, - "3": { - "then": "Esta tienda ofrece artículos de cuero, incluyendo pantalones y camisas utilizables en la vida diaria hasta arneses de cuero" - }, - "4": { - "then": "Esta tienda ofrece uniformes para juegos de rol, como uniformes de enfermera, uniformes militares, policía, colegiala, criada francesa,..." - } - }, - "question": "¿Esta tienda ofrece artículos fetiche?" - } - } + "name": "Tiendas eróticas" } }, "4": { diff --git a/langs/themes/it.json b/langs/themes/it.json index e5546596f..99b61aaac 100644 --- a/langs/themes/it.json +++ b/langs/themes/it.json @@ -974,29 +974,7 @@ "title": "un negozio erotico" } }, - "name": "Negozi erotici", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "Questo negozio offre attrezzature BDSM leggere, come manette pelose, un 'kit di partenza cinquanta sfumature di grigio', ..." - }, - "1": { - "then": "Questo negozio offre attrezzature BDSM specializzate, come barre divaricatrici, forniture per giochi con aghi, forniture per bondage medico, strumenti d'impatto, catene, polsini, morsetti per capezzoli, accessori per shibari, ..." - }, - "2": { - "then": "Questo negozio offre accessori per pet play, come maschere da cucciolo, maschere di animali, pony play, code, scarpe a zoccolo, ..." - }, - "3": { - "then": "Questo negozio offre abbigliamento in pelle, inclusi pantaloni e camicie utilizzabili nella vita quotidiana fino a imbracature in pelle" - }, - "4": { - "then": "Questo negozio offre uniformi per giochi di ruolo, come uniformi da infermiera, uniformi militari, polizia, scolaretta, cameriera francese, ..." - } - }, - "question": "Questo negozio offre attrezzature fetish?" - } - } + "name": "Negozi erotici" } }, "4": { diff --git a/langs/themes/ko.json b/langs/themes/ko.json index fa8f534c7..a8e7a7c6b 100644 --- a/langs/themes/ko.json +++ b/langs/themes/ko.json @@ -905,29 +905,7 @@ "title": "성인 용품점" } }, - "name": "성인 용품점", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "이 상점은 털 수갑과 같은 soft BDSM-gear를 제공합니다." - }, - "1": { - "then": "이 상점은 스프레더 바와 같은 specialized BDSM-gear를 제공합니다." - }, - "2": { - "then": "이 상점은 동물 마스크와 같은 pet play 악세사리를 제공합니다." - }, - "3": { - "then": "이 상점은 바지, 셔츠, 가죽 하네스와 같은 leather gear를 제공합니다" - }, - "4": { - "then": "이 상점은 롤플레이 유니폼 같은uniforms 을 제공합니다." - } - }, - "question": "이 상점은 페티시 기어를 제공하나요?" - } - } + "name": "성인 용품점" } }, "4": { diff --git a/langs/themes/nl.json b/langs/themes/nl.json index d9fee23dc..f280eb1c1 100644 --- a/langs/themes/nl.json +++ b/langs/themes/nl.json @@ -978,29 +978,7 @@ "title": "een erotiekwinkel" } }, - "name": "Erotiekwinkels", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "Deze winkel biedt soft BDSM-accessoires, zoals zachte handboeien, een 'fifty-shade-of-grey'-starterset, ..." - }, - "1": { - "then": "Deze winkel biedt gespecialiseerde BDSM-benodigdheden, zoals spreidstangen, benodigdheden voor naaldspellen, medische bondagebenodigdheden, slagwerktuigen, kluisters, metalen kleuren, boeien, tepelklemmen, shibari-accessoires, ..." - }, - "2": { - "then": "Deze winkel biedt 'pet play'-accessoires, zoals puppymaskers, dierenmaskers, ponyspellen, staarten, hoefschoenen, ..." - }, - "3": { - "then": "Deze winkel biedt leren kledij aan, waaronder broeken en shirts die je in het dagelijks leven kunt gebruiken tot en met leren harnassen" - }, - "4": { - "then": "Deze winkel biedt uniformen voor rollenspelen aan, zoals verpleegsteruniformen, militaire uniformen, politie, schoolmeisje, Franse dienstmeid, ..." - } - }, - "question": "Biedt deze winkel fetisjspullen aan?" - } - } + "name": "Erotiekwinkels" } }, "4": { diff --git a/langs/themes/zh_Hant.json b/langs/themes/zh_Hant.json index 9e8551f88..56da1908b 100644 --- a/langs/themes/zh_Hant.json +++ b/langs/themes/zh_Hant.json @@ -991,29 +991,7 @@ "title": "情越用品店" } }, - "name": "情趣用品店", - "tagRenderings+": { - "0": { - "mappings": { - "0": { - "then": "這間店提供軟性調教道具,例如完整的手銬、完整的格雷的五十道陰影入門款、…" - }, - "1": { - "then": "這間店提供特規調教工具,例如擴張桿、針刺遊戲用品、醫療束縛用品、衝擊工具、枷鎖、金屬色料、袖口、乳頭夾、繩縛配件、…" - }, - "2": { - "then": "這間店提供寵物扮演配件,像是寵物面具、動物面具、馬尾、馬蹄鐵、…" - }, - "3": { - "then": "這間店提供皮革工具,包括日常生活中穿的褲子和襯衫,採用皮革馬具" - }, - "4": { - "then": "這間店提供角色扮演制服,例如護士服、軍服、警察、學生妹、法國女佣、…" - } - }, - "question": "這家商店提供戀物癖裝備嗎?" - } - } + "name": "情趣用品店" } }, "4": {